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:
parent
da6bb94740
commit
f044c82dae
2 changed files with 1 additions and 5 deletions
|
|
@ -18,10 +18,6 @@ menuconfig LCD
|
|||
|
||||
if LCD
|
||||
|
||||
config LCD_HWCURSOR
|
||||
bool
|
||||
default n
|
||||
|
||||
config LCD_PACKEDMSFIRST
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue