diff options
author | Simon Glass <sjg@chromium.org> | 2015-10-18 21:17:16 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-11-19 20:13:40 -0700 |
commit | f77f5e9be79c89d5105995528a7436d3a2458116 (patch) | |
tree | fddeafcd717a1a1e3f42d9e2267d530a81fd991a /arch | |
parent | b206cd737214d5bce3446c1368add9201dbb1813 (diff) | |
download | u-boot-imx-f77f5e9be79c89d5105995528a7436d3a2458116.zip u-boot-imx-f77f5e9be79c89d5105995528a7436d3a2458116.tar.gz u-boot-imx-f77f5e9be79c89d5105995528a7436d3a2458116.tar.bz2 |
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')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index a5b7e0d..de2454e 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" |