diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-02-20 12:17:28 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-02-20 09:01:45 -0700 |
commit | 06b070e323e1fa45107c769ea8d88f09d7ffe56e (patch) | |
tree | 135b4bbc91dceed2f7f3ed36e57eaf83b137dcce /include/configs | |
parent | 747fed56d3876d7de89959f9a927901e02166151 (diff) | |
download | u-boot-06b070e323e1fa45107c769ea8d88f09d7ffe56e.tar.gz |
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 'include/configs')
-rw-r--r-- | include/configs/seaboard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index c5fa9cc420..5df013b0b3 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -31,10 +31,6 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 -/* Enable keyboard */ -#define CONFIG_TEGRA_KEYBOARD -#define CONFIG_KEYBOARD - /* NAND support */ #define CONFIG_TEGRA_NAND |