diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:42:00 -0400 |
| commit | 3cef3b31853de70852abc07d8b64040e4bfa04d7 (patch) | |
| tree | 09e06ba11f3595e55bec72b3a84bd1c374ca1725 /include/configs | |
| parent | 90d99e5936d4bcef31fd19a5339fbb1f1ca188a0 (diff) | |
Convert CONFIG_CMD_TERMINAL to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_TERMINAL
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/vct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h index a98dae8e24e..e7c3d4b589f 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -239,8 +239,6 @@ int vct_gpio_get(int pin); * (NOR/OneNAND) usage and Linux kernel booting. */ #if defined(CONFIG_VCT_SMALL_IMAGE) -#undef CONFIG_CMD_TERMINAL - #undef CONFIG_SMC911X #undef CONFIG_SYS_I2C_SOFT #undef CONFIG_SOURCE |
