mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +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
+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