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
|
config EXAMPLES_FB
|
||||||
bool "Framebuffer driver example"
|
bool "Framebuffer driver example"
|
||||||
default n
|
default n
|
||||||
select LCD_PACKEDFIRST if LCD
|
select LCD_PACKEDMSFIRST if LCD
|
||||||
depends on VIDEO_FB
|
depends on VIDEO_FB
|
||||||
---help---
|
---help---
|
||||||
Enable the Framebuffer driver example.
|
Enable the Framebuffer driver example.
|
||||||
|
@ -8,7 +8,7 @@ menuconfig GRAPHICS_PDCURSES
|
|||||||
default n
|
default n
|
||||||
select NXFONTS
|
select NXFONTS
|
||||||
select NXFONTS_PACKEDMSFIRST
|
select NXFONTS_PACKEDMSFIRST
|
||||||
select LCD_PACKEDFIRST if LCD
|
select LCD_PACKEDMSFIRST if LCD
|
||||||
---help---
|
---help---
|
||||||
Enable support for the pdcurses Text User Interface (TUI) libray.
|
Enable support for the pdcurses Text User Interface (TUI) libray.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user