From: Jonathan Neuschäfer Date: Mon, 7 May 2018 14:20:19 +0000 (+0200) Subject: powerpc: wii_defconfig: Disable BCMA support X-Git-Tag: v4.18-rc1~108^2~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4c19684fa0aec4a4902b7f12c8b5b597600b41d;p=thirdparty%2Fkernel%2Flinux.git powerpc: wii_defconfig: Disable BCMA support The B43 driver only needs CONFIG_SSB to support the WLAN card found in the Wii. Configure it accordingly, and disable BCMA bus support to save a bit of space. Signed-off-by: Jonathan Neuschäfer Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/configs/wii_defconfig b/arch/powerpc/configs/wii_defconfig index a674dd420f0fc..10940533da716 100644 --- a/arch/powerpc/configs/wii_defconfig +++ b/arch/powerpc/configs/wii_defconfig @@ -51,6 +51,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_NETDEVICES=y # CONFIG_ETHERNET is not set CONFIG_B43=y +CONFIG_B43_BUSES_SSB=y CONFIG_B43_SDIO=y # CONFIG_B43_PHY_LP is not set CONFIG_B43_DEBUG=y