mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
committed by
Gregory Nutt
parent
05b6a19a81
commit
3a2a423214
+11
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user