drivers/lcd/Kconfig and several other places: Rename CONFIG_LCD_CONSOLE to CONFIG_SLCD_CONSOLE. The original name CONFIG_LCD_CONSOLE is incorrect because it runs on SLCD display. This patch fix it and update its dependences

This commit is contained in:
Alan Carvalho de Assis
2018-11-30 17:36:13 -06:00
committed by Gregory Nutt
parent 05b6a19a81
commit 3a2a423214
7 changed files with 25 additions and 24 deletions
+11 -11
View File
@@ -58,17 +58,6 @@ config LCD_EXTERNINIT
menu "LCD driver selection"
config LCD_CONSOLE
bool "LCD console output"
default n
---help---
It is possible to use an SLCD to provide console output. This option
enables that possibility.
At present, only one architecture supports this option (M16C).
However, this feature could be provided by other architectures in
the future.
config LCD_NOGETRUN
bool "Write-only LCD"
default n
@@ -1172,6 +1161,17 @@ menuconfig SLCD
if SLCD
config SLCD_CONSOLE
bool "SLCD console output"
default n
---help---
It is possible to use an SLCD to provide console output. This option
enables that possibility.
At present, only one architecture supports this option (M16C).
However, this feature could be provided by other architectures in
the future.
config LCD_LCD1602
bool "LCD 1602"
default n