Fix typos in Kconfig files: LCD_PACKEDMSFIRST, not LCD_PACKEDFIRST.
This commit is contained in:
parent
e5ebcddc23
commit
000b52c668
@ -6,7 +6,7 @@
|
||||
config EXAMPLES_FB
|
||||
bool "Framebuffer driver example"
|
||||
default n
|
||||
select LCD_PACKEDFIRST if LCD
|
||||
select LCD_PACKEDMSFIRST if LCD
|
||||
depends on VIDEO_FB
|
||||
---help---
|
||||
Enable the Framebuffer driver example.
|
||||
|
@ -8,7 +8,7 @@ menuconfig GRAPHICS_PDCURSES
|
||||
default n
|
||||
select NXFONTS
|
||||
select NXFONTS_PACKEDMSFIRST
|
||||
select LCD_PACKEDFIRST if LCD
|
||||
select LCD_PACKEDMSFIRST if LCD
|
||||
---help---
|
||||
Enable support for the pdcurses Text User Interface (TUI) libray.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user