[meta-intel] [meta-intel-iot-devkit] [PATCH 2/5] linux-yocto-quark: Added CONFIG_HW_RANDOM=m and CONFIG_B43_BCMA=m

Chang Rebecca Swee Fun rebecca.swee.fun.chang at intel.com
Thu Apr 30 03:44:37 PDT 2015


From: YUGERAJ RAMAJAYAM <yugeraj.ramajayam at intel.com>

Added CONFIG_HW_RANDOM=m and CONFIG_B43_BCMA=m to wlan-broadcom.cfg.

CONFIG_B43_HWRNG requires CONFIG_HW_RANDOM to be enabled in kernel configuration.
CONFIG_B43_PHY_HT requires CONFIG_B43_BCMA to be enabled in kernel configuration.

Signed-off-by: YUGERAJ RAMAJAYAM <yugeraj.ramajayam at intel.com>
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg | 2 ++
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg
index 374fd87..272d58a 100644
--- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg
+++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit-spi/wlan-broadcom.cfg
@@ -22,3 +22,5 @@
 #CONFIG_SSB_SDIOHOST=y
 #CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
 #CONFIG_SSB_DRIVER_PCICORE=y
+#CONFIG_HW_RANDOM=m
+#CONFIG_B43_BCMA=m
diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg
index 3361e8b..7e08eef 100644
--- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg
+++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/wlan-broadcom.cfg
@@ -22,3 +22,5 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y
 CONFIG_SSB_SDIOHOST=y
 CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
 CONFIG_SSB_DRIVER_PCICORE=y
+CONFIG_HW_RANDOM=m
+CONFIG_B43_BCMA=m
-- 
1.9.1



More information about the meta-intel mailing list