omnia: add MMC block device support

pull/2/head
Daniel Barlow 2024-01-02 18:09:44 +00:00
parent 870e4d86cc
commit 9e0ef68c1f
1 changed files with 11 additions and 0 deletions

View File

@ -75,6 +75,17 @@
PSTORE_CONSOLE = "y";
PSTORE_DEFLATE_COMPRESS = "n";
BLOCK = "y";
MMC="y";
PWRSEQ_EMMC="y"; # ???
PWRSEQ_SIMPLE="y"; # ???
MMC_BLOCK="y";
MMC_SDHCI= "y";
MMC_SDHCI_PLTFM= "y";
MMC_SDHCI_PXAV3= "y";
MMC_MVSDIO= "y";
SERIAL_8250 = "y";
SERIAL_8250_CONSOLE = "y";
SERIAL_OF_PLATFORM="y";