Skip to content

Commit

Permalink
drivers/lcd: Remove the redundant LCD_HWCURSOR
Browse files Browse the repository at this point in the history
reuse FB_HWCURSOR instead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I568104a87b9c08308374a9723c248287332bc9e4
  • Loading branch information
xiaoxiang781216 authored and jerpelea committed Jul 24, 2020
1 parent da6bb94 commit f044c82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions drivers/lcd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ menuconfig LCD

if LCD

config LCD_HWCURSOR
bool
default n

config LCD_PACKEDMSFIRST
bool
default n
Expand Down
2 changes: 1 addition & 1 deletion graphics/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f044c82

Please sign in to comment.