aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven J. Hill <Steven.Hill@cavium.com>2017-04-24 14:41:58 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2017-04-25 16:04:16 -0400
commitff4143ccff314b22f03666c1d8eccd4de967df2c (patch)
treee1c501055a9b903f8edcae22302a38f3655789cd
parente6e267b08fb5fe02311b54498a2545b7aad9f1bb (diff)
MIPS: Octeon: cavium_octeon_defconfig: Enable Octeon MMC
Enable the Octeon MMC driver in the defconfig. Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--arch/mips/configs/cavium_octeon_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/configs/cavium_octeon_defconfig b/arch/mips/configs/cavium_octeon_defconfig
index 31e3c4d9adb0..d4fda41f00ba 100644
--- a/arch/mips/configs/cavium_octeon_defconfig
+++ b/arch/mips/configs/cavium_octeon_defconfig
@@ -127,6 +127,11 @@ CONFIG_USB_EHCI_HCD=m
127CONFIG_USB_EHCI_HCD_PLATFORM=m 127CONFIG_USB_EHCI_HCD_PLATFORM=m
128CONFIG_USB_OHCI_HCD=m 128CONFIG_USB_OHCI_HCD=m
129CONFIG_USB_OHCI_HCD_PLATFORM=m 129CONFIG_USB_OHCI_HCD_PLATFORM=m
130CONFIG_MMC=y
131# CONFIG_PWRSEQ_EMMC is not set
132# CONFIG_PWRSEQ_SIMPLE is not set
133# CONFIG_MMC_BLOCK_BOUNCE is not set
134CONFIG_MMC_CAVIUM_OCTEON=y
130CONFIG_RTC_CLASS=y 135CONFIG_RTC_CLASS=y
131CONFIG_RTC_DRV_DS1307=y 136CONFIG_RTC_DRV_DS1307=y
132CONFIG_STAGING=y 137CONFIG_STAGING=y