[openwrt/openwrt] generic: 6.6: add kernel missing symbol CONFIG_SPI_BCMBCA_HSSPI

LEDE Commits lede-commits at lists.infradead.org
Mon Apr 29 01:21:06 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7d5f7b8b6ca408f8a8282d14c89f1f3fa14f4ef7

commit 7d5f7b8b6ca408f8a8282d14c89f1f3fa14f4ef7
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Mon Apr 29 07:19:46 2024 +0200

    generic: 6.6: add kernel missing symbol CONFIG_SPI_BCMBCA_HSSPI
    
    Add missing symbol CONFIG_SPI_BCMBCA_HSSPI causing bcm4908 compilation errors.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/15320
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/generic/config-6.6 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index c52b4f682f..dd274e63d8 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -6677,6 +6677,7 @@ CONFIG_SND_X86=y
 # CONFIG_SPI_BCM2835 is not set
 # CONFIG_SPI_BCM63XX_HSSPI is not set
 # CONFIG_SPI_BCM_QSPI is not set
+# CONFIG_SPI_BCMBCA_HSSPI is not set
 # CONFIG_SPI_BITBANG is not set
 # CONFIG_SPI_BUTTERFLY is not set
 # CONFIG_SPI_CADENCE is not set




More information about the lede-commits mailing list