From 54f43ea1f181b03af623c977a0acc7bb1b2bbb42 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 26 Nov 2017 07:57:17 -0600 Subject: [PATCH] Fix typos in Kconfig files: LCD_PACKEDMSFIRST, not LCD_PACKEDFIRST. --- drivers/lcd/Kconfig | 2 +- graphics/Kconfig | 2 +- libnx/nxfonts/Kconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig index 96a1b2cacc..3cb4769d14 100644 --- a/drivers/lcd/Kconfig +++ b/drivers/lcd/Kconfig @@ -19,7 +19,7 @@ menuconfig LCD if LCD -config LCD_PACKEDFIRST +config LCD_PACKEDMSFIRST bool default n diff --git a/graphics/Kconfig b/graphics/Kconfig index 1bdea6a2a5..b988ca0dd5 100644 --- a/graphics/Kconfig +++ b/graphics/Kconfig @@ -153,7 +153,7 @@ config NX_PACKEDMSFIRST bool "Packed MS First" default y select NXFONTS_PACKEDMSFIRST if NXFONTS - select LCD_PACKEDFIRST if LCD + select LCD_PACKEDMSFIRST if LCD ---help--- 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 diff --git a/libnx/nxfonts/Kconfig b/libnx/nxfonts/Kconfig index d08b700fd0..d979c5b445 100644 --- a/libnx/nxfonts/Kconfig +++ b/libnx/nxfonts/Kconfig @@ -400,7 +400,7 @@ config NXFONTS_PACKEDMSFIRST bool "Packed MS First" default y if !NX || NX_PACKEDMSFIRST default n if NX && !NX_PACKEDMSFIRST - select LCD_PACKEDFIRST if LCD + select LCD_PACKEDMSFIRST if LCD ---help--- 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