diff options
author | Tom Rini | 2020-06-16 19:06:21 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:06 -0400 |
commit | 1ca87f94b23ee21d150a72e6814eee1b1931f959 (patch) | |
tree | 38a87bda7c1662a85230d66a2c83e01f4c488ad1 /configs/ls1028aqds_tfa_lpuart_defconfig | |
parent | 75bdd53d6c0264749685c830dfbe8d8283aa477e (diff) |
Convert CONFIG_CONS_INDEX to Kconfig
This converts the following to Kconfig:
CONFIG_CONS_INDEX
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1028aqds_tfa_lpuart_defconfig')
-rw-r--r-- | configs/ls1028aqds_tfa_lpuart_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028aqds_tfa_lpuart_defconfig b/configs/ls1028aqds_tfa_lpuart_defconfig index e0348279d9f..f3475b558a5 100644 --- a/configs/ls1028aqds_tfa_lpuart_defconfig +++ b/configs/ls1028aqds_tfa_lpuart_defconfig @@ -75,6 +75,7 @@ CONFIG_DM_RTC=y CONFIG_RTC_PCF2127=y CONFIG_SCSI=y CONFIG_DM_SCSI=y +CONFIG_SPECIFY_CONSOLE_INDEX=y CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y CONFIG_SPI=y |