summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-18 21:17:16 -0600
committerSimon Glass <sjg@chromium.org>2015-11-19 20:13:40 -0700
commitf77f5e9be79c89d5105995528a7436d3a2458116 (patch)
treefddeafcd717a1a1e3f42d9e2267d530a81fd991a /arch/arm/mach-tegra
parentb206cd737214d5bce3446c1368add9201dbb1813 (diff)
downloadtalos-obmc-uboot-f77f5e9be79c89d5105995528a7436d3a2458116.tar.gz
talos-obmc-uboot-f77f5e9be79c89d5105995528a7436d3a2458116.zip
dm: tegra: Convert keyboard driver to driver model
Adjust the tegra keyboard driver to support driver model, using the new uclass. Make this the default for all Tegra boards so that those that use a keyboard will build correctly with this driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-tegra')
-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 a5b7e0d22d..de2454e691 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -12,6 +12,7 @@ config TEGRA_ARMV7_COMMON
select DM_I2C
select DM_SPI
select DM_GPIO
+ select DM_KEYBOARD
choice
prompt "Tegra SoC select"
OpenPOWER on IntegriCloud