diff options
author | John Audia <therealgraysky@proton.me> | 2022-11-19 08:41:25 -0500 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-11-23 20:13:46 +0100 |
commit | 3f7cc9d0144dbc429d19c1801cc6be149f969db9 (patch) | |
tree | f523fb943df9439898c1efda8d6766e734c3b7ea /target/linux/bcm27xx/bcm2708/config-5.15 | |
parent | eaba63cddee44e0761cee1b0f82e3dd359e2dac1 (diff) | |
download | upstream-3f7cc9d0144dbc429d19c1801cc6be149f969db9.tar.gz upstream-3f7cc9d0144dbc429d19c1801cc6be149f969db9.tar.bz2 upstream-3f7cc9d0144dbc429d19c1801cc6be149f969db9.zip |
bcm27xx: disable duplicate sdhost driver
Enabling both CONFIG_MMC_BCM2835 and CONFIG_MMC_BCM2835_SDHOST causes this
error in dmesg:
Error: Driver 'sdhost-bcm2835' is already registered, aborting...
Disabling CONFIG_MMC_BCM2835 and leaving CONFIG_MMC_BCM2835_SDHOST enabled
avoids this error.
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
[Disable driver for all subtargets, refresh configs, tweak description]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/bcm2708/config-5.15')
-rw-r--r-- | target/linux/bcm27xx/bcm2708/config-5.15 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2708/config-5.15 b/target/linux/bcm27xx/bcm2708/config-5.15 index 6fde682ffd..7de77cbe7c 100644 --- a/target/linux/bcm27xx/bcm2708/config-5.15 +++ b/target/linux/bcm27xx/bcm2708/config-5.15 @@ -105,7 +105,6 @@ CONFIG_CPU_THUMB_CAPABLE=y CONFIG_CPU_TLB_V6=y CONFIG_CPU_V6K=y CONFIG_CRC16=y -CONFIG_CRYPTO_BLAKE2S=y CONFIG_CRYPTO_CRC32=y CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y @@ -237,7 +236,7 @@ CONFIG_MFD_SYSCON=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGRATION=y CONFIG_MMC=y -CONFIG_MMC_BCM2835=y +# CONFIG_MMC_BCM2835 is not set CONFIG_MMC_BCM2835_DMA=y CONFIG_MMC_BCM2835_MMC=y CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2 |