From patchwork Mon Nov 26 23:07:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: mtd: nand: Kconfig: drop utf8 characters Date: Mon, 26 Nov 2012 13:07:25 -0000 From: Wolfram Sang X-Patchwork-Id: 202043 Message-Id: <1353971245-26735-1-git-send-email-wolfram@the-dreams.de> To: linux-mtd@lists.infradead.org Cc: Wolfram Sang , Martin Walch The Linux Kernel Configuration system (lkc) expects 8 bit characters only (declared in scripts/kconfig/zconf.l: %option 8bit). Fix two flaws that cause minor glitches like broken characters in xconfig. Reported-by: Martin Walch Signed-off-by: Wolfram Sang --- Fixes bugzilla entry #43067 drivers/mtd/nand/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4883139..5a5bae7 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -354,12 +354,12 @@ config MTD_NAND_SHARPSL depends on ARCH_PXA config MTD_NAND_CAFE - tristate "NAND support for OLPC CAFÉ chip" + tristate "NAND support for OLPC CAFE chip" depends on PCI select REED_SOLOMON select REED_SOLOMON_DEC16 help - Use NAND flash attached to the CAFÉ chip designed for the OLPC + Use NAND flash attached to the CAFE chip designed for the OLPC laptop. config MTD_NAND_CS553X