summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-03 08:02:59 -0700
committerTom Rini <trini@konsulko.com>2015-03-04 14:55:04 -0500
commitbdfb34167f73afc7e04d52499fc14bc1cd33fec0 (patch)
tree34c57b1a3fd77b12f7488fa78a9195b1f960d648 /arch/arm/mach-tegra/Kconfig
parentfc8fdc76e72e4ea57a7257e7054ca1a3b0966d34 (diff)
downloadtalos-obmc-uboot-bdfb34167f73afc7e04d52499fc14bc1cd33fec0.tar.gz
talos-obmc-uboot-bdfb34167f73afc7e04d52499fc14bc1cd33fec0.zip
dm: tegra: Enable driver model in SPL and adjust the GPIO driver
Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function as it is no longer needed. This is all in one commit to maintain bisectability. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 8615248377..fccfd79648 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -29,6 +29,9 @@ config USE_PRIVATE_LIBGCC
config DM
default y
+config SPL_DM
+ default y
+
config DM_SERIAL
default y
OpenPOWER on IntegriCloud