diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-10 15:22:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-16 04:00:51 +0100 |
commit | 9be63f41ba116764704fb16838d230c97b00e272 (patch) | |
tree | 935e6058a61c19cd7b7d73e087da22d604bca135 /target/aarch64/kernel | |
parent | 7092982282fc81608ea83c330eaeb951d47bfc74 (diff) |
rpi5: move MMC config to mini.config
Diffstat (limited to 'target/aarch64/kernel')
-rw-r--r-- | target/aarch64/kernel/raspberry-pi5 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/aarch64/kernel/raspberry-pi5 b/target/aarch64/kernel/raspberry-pi5 index bdd0b463a..b28ad08df 100644 --- a/target/aarch64/kernel/raspberry-pi5 +++ b/target/aarch64/kernel/raspberry-pi5 @@ -92,21 +92,6 @@ CONFIG_USB_CONFIGFS_F_PRINTER=y CONFIG_USB_ETH_RNDIS=y CONFIG_USB_G_MULTI_RNDIS=y CONFIG_USB_ROLE_SWITCH=y -CONFIG_MMC=y -CONFIG_PWRSEQ_EMMC=y -CONFIG_PWRSEQ_SIMPLE=y -CONFIG_MMC_BLOCK=y -CONFIG_MMC_BLOCK_MINORS=32 -CONFIG_MMC_BCM2835_MMC=y -CONFIG_MMC_BCM2835_DMA=y -CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2 -CONFIG_MMC_BCM2835_SDHOST=y -CONFIG_MMC_SDHCI=y -CONFIG_MMC_SDHCI_IO_ACCESSORS=y -CONFIG_MMC_SDHCI_PLTFM=y -CONFIG_MMC_SDHCI_IPROC=y -CONFIG_MMC_CQHCI=y -CONFIG_MMC_SDHCI_BRCMSTB=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_EDAC_SUPPORT=y |