diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-07-10 13:13:39 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-11 19:30:52 +0000 |
commit | 1ff0141f43d74dcc4d8430575be048c9e10f710c (patch) | |
tree | 3c25773b65dd919779bf62f933451edc673f60c4 /meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | |
parent | b53aa3427aa46a5967da45ba99a07e0341f5cba1 (diff) |
meta-agl-bsp: linux: add NFC configuration fragment
Add various NFC options to kernel configuration
Bug-AGL: SPEC-1554
Change-Id: I94c985421a3b78466d44140ebadcec5c50166212
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl.inc')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index 0a2b19c2e..db3c2d1b8 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc @@ -31,6 +31,7 @@ SRC_URI_append = "\ file://btusb.cfg \ file://usbaudio.cfg \ file://i2c-led.cfg \ + file://nfc.cfg \ " KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg" # Enable support for usb video class for usb camera devices @@ -48,6 +49,8 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usbaudio.cfg" # Enable I2C and LED for demontrator KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/i2c-led.cfg" +# Enable NFC devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/nfc.cfg" # Enable required features for the agl-netboot feature SRC_URI_append_netboot = " file://nbd.cfg \ |