From: YUGERAJ RAMAJAYAM <[email protected]> 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 <[email protected]> Signed-off-by: Chang Rebecca Swee Fun <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
