Convert to new override syntax
[AGL/meta-agl-demo.git] / recipes-kernel / linux / linux_agldemo.inc
1 FILESEXTRAPATHS:prepend := "${THISDIR}/linux:"
2
3 # Enable assorted USB device support for demo systems
4 AGL_KCONFIG_FRAGMENTS += " \
5     usb.cfg \
6     uvc.cfg \
7     hid.cfg \
8     joystick.cfg \
9     usbaudio.cfg \
10     usbmodem.cfg \
11     btusb.cfg \
12     i2c-led.cfg \
13 "
14
15 # Enable CAN device support
16 AGL_KCONFIG_FRAGMENTS += "can-devices.cfg"
17
18 # Enable NFC support
19 AGL_KCONFIG_FRAGMENTS += "nfc.cfg"
20
21 # Enable support for TP-Link TL-W722N USB Wifi adapter (rev 1 and 2)
22 AGL_KCONFIG_FRAGMENTS += "wifi.cfg"
23
24 # Enable support for RTLSDR
25 AGL_KCONFIG_FRAGMENTS += "rtl_sdr.cfg"
26
27 # iio-dummy-device support for test IIO device
28 AGL_KCONFIG_FRAGMENTS += "iiodevice.cfg"
29
30 # External rtc support via e.g. http://wiki.seeedstudio.com/Grove-RTC/
31 AGL_KCONFIG_FRAGMENTS += "rtc.cfg"
32
33 # Make sure in-kernel MOST drivers are disabled to avoid conflicting
34 # with our externally built ones
35 AGL_KCONFIG_FRAGMENTS += "disable_most.cfg"
36
37 # Enable some things on qemuarm64 so MOST drivers will build and load.
38 AGL_KCONFIG_FRAGMENTS:append:qemuarm64 = " most_deps.cfg"