From 93f2aa44f7833bd8d762ae4ef62c9f681ed58eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 17 Aug 2016 09:30:44 +0200 Subject: kernel: bgmac: backport patch adding platform support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also reworks bcma support by moving specific code to separated file. Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/config-4.4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/bcm53xx') diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 625b7e7e87..2eeafc816b 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -70,6 +70,8 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y CONFIG_BCMA_HOST_SOC=y CONFIG_BCMA_SFLASH=y CONFIG_BGMAC=y +CONFIG_BGMAC_BCMA=y +# CONFIG_BGMAC_PLATFORM is not set CONFIG_BOUNCE=y CONFIG_CACHE_L2X0=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -- cgit v1.2.3