Fix typos in Kconfig files: LCD_PACKEDMSFIRST, not LCD_PACKEDFIRST.
This commit is contained in:
parent
318dd06f8b
commit
54f43ea1f1
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ menuconfig LCD
|
||||||
|
|
||||||
if LCD
|
if LCD
|
||||||
|
|
||||||
config LCD_PACKEDFIRST
|
config LCD_PACKEDMSFIRST
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ config NX_PACKEDMSFIRST
|
||||||
bool "Packed MS First"
|
bool "Packed MS First"
|
||||||
default y
|
default y
|
||||||
select NXFONTS_PACKEDMSFIRST if NXFONTS
|
select NXFONTS_PACKEDMSFIRST if NXFONTS
|
||||||
select LCD_PACKEDFIRST if LCD
|
select LCD_PACKEDMSFIRST if LCD
|
||||||
---help---
|
---help---
|
||||||
If a pixel depth of less than 8-bits is used, then NX needs to know if the
|
If a pixel depth of less than 8-bits is used, then NX needs to know if the
|
||||||
pixels pack from the MS to LS or from LS to MS
|
pixels pack from the MS to LS or from LS to MS
|
||||||
|
|
|
@ -400,7 +400,7 @@ config NXFONTS_PACKEDMSFIRST
|
||||||
bool "Packed MS First"
|
bool "Packed MS First"
|
||||||
default y if !NX || NX_PACKEDMSFIRST
|
default y if !NX || NX_PACKEDMSFIRST
|
||||||
default n if NX && !NX_PACKEDMSFIRST
|
default n if NX && !NX_PACKEDMSFIRST
|
||||||
select LCD_PACKEDFIRST if LCD
|
select LCD_PACKEDMSFIRST if LCD
|
||||||
---help---
|
---help---
|
||||||
If a pixel depth of less than 8-bits is used, then NX needs to know if the
|
If a pixel depth of less than 8-bits is used, then NX needs to know if the
|
||||||
pixels pack from the MS to LS or from LS to MS
|
pixels pack from the MS to LS or from LS to MS
|
||||||
|
|
Loading…
Reference in a new issue