diff options
| author | Mieczyslaw Nalewaj | 2024-04-29 05:19:46 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-04-29 08:20:56 +0000 |
| commit | 7d5f7b8b6ca408f8a8282d14c89f1f3fa14f4ef7 (patch) | |
| tree | 260fc93003cd3eb130a275e75531ab8eef20db84 | |
| parent | 9fc79e2e262270470397f907704689915ec368b6 (diff) | |
| download | openwrt-7d5f7b8b6ca408f8a8282d14c89f1f3fa14f4ef7.tar.gz | |
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@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/15320
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |