X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Frecipes-kernel%2Flinux%2Flinux-agl.inc;h=073cbc620677056cded4df4f29cb5e03a4d7e9f7;hb=refs%2Fchanges%2F67%2F19067%2F3;hp=0a2b19c2efb1070e58a1ac62381de155200ee533;hpb=e1964500cee5c72429b0deae6bb33d4f69b44716;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index 0a2b19c2e..073cbc620 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 \ @@ -79,3 +82,12 @@ KERNEL_CONFIG_FRAGMENTS_append_with-lsm-smack = "\ # snd-aloop support for 4a SRC_URI_append = " file://4a-sound.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/4a-sound.cfg" + +# iio-dummy-device support for test iiodevice +SRC_URI_append = " file://iiodevice.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/iiodevice.cfg" + +# external rtc support via e.g. http://wiki.seeedstudio.com/Grove-RTC/ +SRC_URI_append = " file://rtc.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/rtc.cfg" +