diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-14 23:52:16 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-29 22:37:58 +0100 |
commit | be3fcd72e98844eb12b8dd9ae6c21f4d9c21ac3b (patch) | |
tree | 38677d48081c16341f30aebdbc3d9225855e8dd2 /target/linux/sunxi | |
parent | 001bdd5f67a138c03939b01344ccc36911dcc7f6 (diff) | |
download | upstream-be3fcd72e98844eb12b8dd9ae6c21f4d9c21ac3b.tar.gz upstream-be3fcd72e98844eb12b8dd9ae6c21f4d9c21ac3b.tar.bz2 upstream-be3fcd72e98844eb12b8dd9ae6c21f4d9c21ac3b.zip |
kernel: Deactivate B53 symbols in generic configuration
Deactivate all the symbols of the B53 DSA driver in the generic kernel
configuration. Multiple targets are now using this drivers and they
only need some of the options.
This fixes the bcm4908 build which didn't deactivate all of the options.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/cortexa7/config-5.10 | 4 | ||||
-rw-r--r-- | target/linux/sunxi/cortexa7/config-5.4 | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/sunxi/cortexa7/config-5.10 b/target/linux/sunxi/cortexa7/config-5.10 index 898461b678..e77f4d872f 100644 --- a/target/linux/sunxi/cortexa7/config-5.10 +++ b/target/linux/sunxi/cortexa7/config-5.10 @@ -1,9 +1,5 @@ CONFIG_B53=y CONFIG_B53_MDIO_DRIVER=y -# CONFIG_B53_MMAP_DRIVER is not set -# CONFIG_B53_SERDES is not set -# CONFIG_B53_SPI_DRIVER is not set -# CONFIG_B53_SRAB_DRIVER is not set CONFIG_DWMAC_SUN8I=y CONFIG_GRO_CELLS=y # CONFIG_MACH_SUN4I is not set diff --git a/target/linux/sunxi/cortexa7/config-5.4 b/target/linux/sunxi/cortexa7/config-5.4 index 1136c84272..9f76cacabe 100644 --- a/target/linux/sunxi/cortexa7/config-5.4 +++ b/target/linux/sunxi/cortexa7/config-5.4 @@ -29,7 +29,3 @@ CONFIG_NET_DSA_TAG_BRCM_PREPEND=y CONFIG_NET_SWITCHDEV=y CONFIG_B53=y CONFIG_B53_MDIO_DRIVER=y -# CONFIG_B53_MMAP_DRIVER is not set -# CONFIG_B53_SERDES is not set -# CONFIG_B53_SPI_DRIVER is not set -# CONFIG_B53_SRAB_DRIVER is not set |