diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-06 11:58:59 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-06 21:53:13 +0200 |
| commit | cee7bfde3caa18a4ff6d942f0c83398243e86b30 (patch) | |
| tree | 1ab970a1fff45d0166d7e01aa71fdb8b158fe0c7 | |
| parent | d382756b851571e13d1d97cf29de697385e6bfff (diff) | |
| download | upstream-cee7bfde3caa18a4ff6d942f0c83398243e86b30.tar.gz upstream-cee7bfde3caa18a4ff6d942f0c83398243e86b30.tar.bz2 upstream-cee7bfde3caa18a4ff6d942f0c83398243e86b30.zip | |
generic: 6.1: add missing config SPI_BCM63XX_HSSPI
Add missing config SPI_BCM63XX_HSSPI for kernel 6.1 triggered on
compilation of bcm4908.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 5796cbb67c8..8c078b20118 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -6480,6 +6480,7 @@ CONFIG_SND_X86=y # CONFIG_SPI_AX88796C is not set # CONFIG_SPI_AXI_SPI_ENGINE is not set # CONFIG_SPI_BCM2835 is not set +# CONFIG_SPI_BCM63XX_HSSPI is not set # CONFIG_SPI_BCM_QSPI is not set # CONFIG_SPI_BITBANG is not set # CONFIG_SPI_BUTTERFLY is not set |
