diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-08-17 09:30:44 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-08-17 12:41:20 +0200 |
commit | 93f2aa44f7833bd8d762ae4ef62c9f681ed58eef (patch) | |
tree | 99157b684ba6a7bcc4361b9bb18d766a44c6b88a /target/linux/bcm53xx/config-4.4 | |
parent | 533d16822c84bf33ff5d18b775dafd3ab4810b17 (diff) | |
download | upstream-93f2aa44f7833bd8d762ae4ef62c9f681ed58eef.tar.gz upstream-93f2aa44f7833bd8d762ae4ef62c9f681ed58eef.tar.bz2 upstream-93f2aa44f7833bd8d762ae4ef62c9f681ed58eef.zip |
kernel: bgmac: backport patch adding platform support
It also reworks bcma support by moving specific code to separated file.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.4')
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |