From aea4c6d3a46dff5abb4624bd8fa3762d2abb1668 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 15 Nov 2016 12:27:02 -0500 Subject: Add support for CES 2017 demo hardware MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add kernel config fragments to enable support for the TP-Link TL-W722N USB Wifi adapter on both Turbot and Porter, and RTL2832U DVB USB adapter on Porter. v2 (jsmoeller): Adapt linux-yocto bits and add rpi3 + vayu - moving linux-yocto appends catches all the linux-yocto boards - adding the fragments to the other boards likewise - yet todo: sabre, wandboard v3 (jsmoeller): remove leftover file:// Change-Id: Ic2c3255d9383ccfe8b24d034ef43779d120c5ee1 Signed-off-by: Scott Murray Signed-off-by: Jan-Simon Möller --- .../recipes-kernel/linux/linux-raspberrypi_4.4.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel') diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend index f7b12e065..9372f0a89 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend @@ -44,6 +44,16 @@ do_configure_append() { kernel_configure_variable DRM_VC4 y kernel_configure_variable FB_BCM2708 n + # Enable support for TP-Link TL-W722N USB Wifi adapter + kernel_configure_variable CONFIG_ATH_CARDS m + kernel_configure_variable CONFIG_ATH9K_HTC m + + # Enable support for RTLSDR + kernel_configure_variable CONFIG_MEDIA_USB_SUPPORT y + kernel_configure_variable CONFIG_MEDIA_DIGITAL_TV_SUPPORT y + kernel_configure_variable CONFIG_DVB_USB_V2 m + kernel_configure_variable CONFIG_DVB_USB_RTL28XXU m + # KEEP until fixed upstream: # Keep this the last line # Remove all modified configs and add the rest to .config -- cgit 1.2.3-korg