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:
Xiang Xiao
2020-07-23 17:35:45 +08:00
committed by Alin Jerpelea
parent da6bb94740
commit f044c82dae
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -18,10 +18,6 @@ menuconfig LCD
if LCD
config LCD_HWCURSOR
bool
default n
config LCD_PACKEDMSFIRST
bool
default n
+1 -1
View File
@@ -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.