Skip to content

Commit 54af6b4

Browse files
AdrianBunkLinus Torvalds
authored andcommitted
[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate's
MTD_NAND=m and MTD_NAND_SHARPSL=y or MTD_NAND_NANDSIM=y are illegal combinations that mustn't be allowed. This patch fixes this bug by making MTD_NAND_SHARPSL and MTD_NAND_NANDSIM tristate's. Additionally, it fixes some whitespace damage at these options. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Richard Purdie <rpurdie@rpsys.net> Acked-by: "Artem B. Bityutskiy" <dedekind@yandex.ru> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 0500abf commit 54af6b4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

drivers/mtd/nand/Kconfig

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,16 @@ config MTD_NAND_DISKONCHIP_BBTWRITE
178178
Even if you leave this disabled, you can enable BBT writes at module
179179
load time (assuming you build diskonchip as a module) with the module
180180
parameter "inftl_bbt_write=1".
181-
182-
config MTD_NAND_SHARPSL
183-
bool "Support for NAND Flash on Sharp SL Series (C7xx + others)"
184-
depends on MTD_NAND && ARCH_PXA
185-
186-
config MTD_NAND_NANDSIM
187-
bool "Support for NAND Flash Simulator"
188-
depends on MTD_NAND && MTD_PARTITIONS
189181

182+
config MTD_NAND_SHARPSL
183+
tristate "Support for NAND Flash on Sharp SL Series (C7xx + others)"
184+
depends on MTD_NAND && ARCH_PXA
185+
186+
config MTD_NAND_NANDSIM
187+
tristate "Support for NAND Flash Simulator"
188+
depends on MTD_NAND && MTD_PARTITIONS
190189
help
191190
The simulator may simulate verious NAND flash chips for the
192191
MTD nand layer.
193-
192+
194193
endmenu

0 commit comments

Comments
 (0)