summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-08-04 04:57:08 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2022-08-26 04:02:21 +0300
commit0b9e534fcbf0a45e2ba08467de08a848a99ba2d6 (patch)
tree792018b01c498c50a79380a93e97cd13aac39b8f
parent98acee3f8db451eaab9fbd422e523c228aacf08c (diff)
downloadlinux-0b9e534fcbf0a45e2ba08467de08a848a99ba2d6.tar.xz
powerpc/microwatt: Add LiteX MMC driver
Enable the LiteX MMC device and it's dependency the common clock framework. Signed-off-by: Joel Stanley <joel@jms.id.au> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220804015708.5928-1-joel@jms.id.au
-rw-r--r--arch/powerpc/configs/microwatt_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/configs/microwatt_defconfig b/arch/powerpc/configs/microwatt_defconfig
index eff933ebbb9e..ea2dbd778aad 100644
--- a/arch/powerpc/configs/microwatt_defconfig
+++ b/arch/powerpc/configs/microwatt_defconfig
@@ -75,7 +75,12 @@ CONFIG_SPI_BITBANG=y
CONFIG_SPI_SPIDEV=y
# CONFIG_HWMON is not set
# CONFIG_USB_SUPPORT is not set
+CONFIG_MMC=y
+# CONFIG_PWRSEQ_EMMC is not set
+# CONFIG_PWRSEQ_SIMPLE is not set
+CONFIG_MMC_LITEX=y
# CONFIG_VIRTIO_MENU is not set
+CONFIG_COMMON_CLK=y
# CONFIG_IOMMU_SUPPORT is not set
# CONFIG_NVMEM is not set
CONFIG_EXT4_FS=y