summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2016-09-13 16:45:48 (GMT)
committerTom Warren <twarren@nvidia.com>2016-09-27 16:11:01 (GMT)
commit6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d (patch)
tree6a69764714f4ba55276020a74ccfd19ab531a719 /arch/arm/mach-tegra/Kconfig
parentc0be77dbdba504d24b6feb2f4669d8cac2497867 (diff)
downloadu-boot-6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d.tar.xz
mmc: tegra: Add DM_MMC support to Tegra MMC driver
Convert the Tegra MMC driver to DM_MMC. Support for non-DM is removed to avoid ifdefs in the code. DM_MMC is now enabled for all Tegra builds. Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Warren <twarren@nvidia.com> (swarren, fixed some NULL pointer dereferences, removed extraneous changes, rebased on various other changes, removed non-DM support etc.) Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 76909ee..fb4b32e 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -27,6 +27,7 @@ config TEGRA_COMMON
select DM_GPIO
select DM_I2C
select DM_KEYBOARD
+ select DM_MMC
select DM_PCI
select DM_PCI_COMPAT
select DM_PWM