Fix typos in Kconfig files: LCD_PACKEDMSFIRST, not LCD_PACKEDFIRST.

This commit is contained in:
Gregory Nutt 2017-11-26 07:56:16 -06:00
parent e5ebcddc23
commit 000b52c668
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.