diff options
author | Peter Robinson | 2019-02-20 12:17:28 +0000 |
---|---|---|
committer | Tom Warren | 2019-02-20 09:01:45 -0700 |
commit | 06b070e323e1fa45107c769ea8d88f09d7ffe56e (patch) | |
tree | 135b4bbc91dceed2f7f3ed36e57eaf83b137dcce /configs/seaboard_defconfig | |
parent | 747fed56d3876d7de89959f9a927901e02166151 (diff) |
Kconfig: tegra: Migrate TEGRA_KEYBOARD
Migrate TEGRA_KEYBOARD from headers to Kconfig, only the seaboard uses it but we
drop CONFIG_KEYBOARD as the driver doesn't use the legacy drv_keyboard_init.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/seaboard_defconfig')
-rw-r--r-- | configs/seaboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 304a292133b..aa46f068c36 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_DEFAULT_DEVICE_TREE="tegra20-seaboard" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_I2C_TEGRA=y +CONFIG_TEGRA_KEYBOARD=y CONFIG_SPL_DM=y CONFIG_DM_PMIC=y CONFIG_DM_REGULATOR=y |