mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
drivers/lcd: Remove the redundant LCD_HWCURSOR
reuse FB_HWCURSOR instead Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I568104a87b9c08308374a9723c248287332bc9e4
This commit is contained in:
committed by
Alin Jerpelea
parent
da6bb94740
commit
f044c82dae
@@ -18,10 +18,6 @@ menuconfig LCD
|
||||
|
||||
if LCD
|
||||
|
||||
config LCD_HWCURSOR
|
||||
bool
|
||||
default n
|
||||
|
||||
config LCD_PACKEDMSFIRST
|
||||
bool
|
||||
default n
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@ config NX_SWCURSOR
|
||||
|
||||
config NX_HWCURSOR
|
||||
bool "Hardware cursor support"
|
||||
depends on (FB_HWCURSOR || LCD_HWCURSOR) && EXPERIMENTAL
|
||||
depends on FB_HWCURSOR && EXPERIMENTAL
|
||||
---help---
|
||||
Hardware cursor support has not been implemented, hence the
|
||||
EXPERIMENTAL dependency.
|
||||
|
||||
Reference in New Issue
Block a user