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 --- .../meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 7 +++++++ meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/ath9k_htc.cfg | 4 ++++ meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/rtl_sdr.cfg | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend create mode 100644 meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/ath9k_htc.cfg create mode 100644 meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/rtl_sdr.cfg (limited to 'meta-agl-bsp/meta-renesas') diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend new file mode 100644 index 000000000..697450772 --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" + +# Enable support for TP-Link TL-W722N USB Wifi adapter and RTL2832U DVB USB +# adapter. +SRC_URI += "file://ath9k_htc.cfg \ + file://rtl_sdr.cfg " +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/ath9k_htc.cfg b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/ath9k_htc.cfg new file mode 100644 index 000000000..6f7d49880 --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/ath9k_htc.cfg @@ -0,0 +1,4 @@ +CONFIG_CFG80211=m +CONFIG_MAC80211=m +CONFIG_ATH_CARDS=m +CONFIG_ATH9K_HTC=m diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/rtl_sdr.cfg b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/rtl_sdr.cfg new file mode 100644 index 000000000..d4574700a --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/rtl_sdr.cfg @@ -0,0 +1,4 @@ +CONFIG_MEDIA_USB_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_DVB_USB_V2=m +CONFIG_DVB_USB_RTL28XXU=m -- cgit 1.2.3-korg