diff options
| author | David Bauer | 2021-08-12 22:50:49 +0000 |
|---|---|---|
| committer | David Bauer | 2021-08-12 22:52:35 +0000 |
| commit | 0f3f5d47d3720014960bd3d54e60163221cb5c26 (patch) | |
| tree | 60ff4049772d84f59ff390fcbfc89ab5c1bb93bd | |
| parent | 101c0c00a7143a1e50e4c0923f0af88b5176f6ed (diff) | |
| download | openwrt-0f3f5d47d3720014960bd3d54e60163221cb5c26.tar.gz | |
bcm4908: add missing config symbol
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/bcm4908/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.4 b/target/linux/bcm4908/config-5.4 index 6f43a822c8..cc3b88cb76 100644 --- a/target/linux/bcm4908/config-5.4 +++ b/target/linux/bcm4908/config-5.4 @@ -39,6 +39,7 @@ CONFIG_B53=y # CONFIG_B53_MDIO_DRIVER is not set # 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_BCM4908_ENET=y CONFIG_BCM7XXX_PHY=y |