[linux-yocto] [PATCH 1/2] meta: features/nfc: add generic configuration for NFC support
    Bruce Ashfield 
    bruce.ashfield at windriver.com
       
    Thu May 21 11:26:57 PDT 2015
    
    
  
On 2015-05-21 11:52 AM, Cristian Iorga wrote:
> Add generic support for the NFC stack
>
> Partial fix for [YOCTO #7451].
merged. SRCREV updates to follow shortly.
Bruce
>
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> ---
>   meta/cfg/kernel-cache/features/nfc/nfc.cfg | 1 +
>   meta/cfg/kernel-cache/features/nfc/nfc.scc | 1 +
>   2 files changed, 2 insertions(+)
>   create mode 100644 meta/cfg/kernel-cache/features/nfc/nfc.cfg
>   create mode 100644 meta/cfg/kernel-cache/features/nfc/nfc.scc
>
> diff --git a/meta/cfg/kernel-cache/features/nfc/nfc.cfg b/meta/cfg/kernel-cache/features/nfc/nfc.cfg
> new file mode 100644
> index 0000000..63fd073
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/nfc/nfc.cfg
> @@ -0,0 +1 @@
> +CONFIG_NFC=m
> diff --git a/meta/cfg/kernel-cache/features/nfc/nfc.scc b/meta/cfg/kernel-cache/features/nfc/nfc.scc
> new file mode 100644
> index 0000000..d96ab71
> --- /dev/null
> +++ b/meta/cfg/kernel-cache/features/nfc/nfc.scc
> @@ -0,0 +1 @@
> +kconf hardware nfc.cfg
>
    
    
More information about the linux-yocto
mailing list