[yocto] [PATCH 1/1] fri2: Update fri2.cfg for hardware specific support

Darren Hart dvhart at linux.intel.com
Wed Mar 14 12:05:47 PDT 2012


The FRI2 does not require R8169 or PATA support. It does not need SFF
or GENERIC ATA options either.

The FRI2 does require IEEE802154 (Zigbee), BT (Bluetooth), and IWLWIFI.
The latter is compiled as a module to avoid the need for an initrd
containing the firmware blobs.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2.cfg |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
index b101419..97ceecd 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.cfg
@@ -5,16 +5,12 @@ CONFIG_PRINTK=y
 # Basic hardware support for the box - network, USB, PCI, sound
 CONFIG_NETDEVICES=y
 CONFIG_ATA=y
-CONFIG_ATA_GENERIC=y
-CONFIG_ATA_SFF=y
 CONFIG_PCI=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_USB_SUPPORT=y
 CONFIG_USB=y
 CONFIG_USB_ARCH_HAS_EHCI=y
-CONFIG_R8169=y
-CONFIG_PATA_SCH=y
 CONFIG_MMC_SDHCI_PCI=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_PCIEPORTBUS=y
@@ -42,3 +38,15 @@ CONFIG_MODULES=y
 CONFIG_SHMEM=y
 CONFIG_TMPFS=y
 CONFIG_PACKET=y
+
+# Enable FRI2 Specific Hardware
+# Zigbee 802.15.4 Support
+CONFIG_IEEE802154=y
+# CONFIG_IEEE802154_6LOWPAN is not set
+
+# Bluetooth Support
+CONFIG_BT=y
+
+# Intel 6205 ABGN
+# Build as a module to avoid having to install the firmware into the initrd
+CONFIG_IWLWIFI=m
-- 
1.7.5.4




More information about the yocto mailing list