aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-02-26 13:45:37 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-02-26 13:46:45 -0500
commit2764fb4244cc1bc08df3667924ca4a972e90ac70 (patch)
treebbc6badee832ab8699ae32dff62ce8cc70fc6a3f /drivers/mtd/nand/Kconfig
parent93edbad69b0491d794c2ec86bcc65c69eac676e3 (diff)
mtd: nand: Add SmartMedia device table to sm_common module
(and remove the CONFIG_MTD_NAND_SMARTMEDIA option which isn't going to be used now that we're doing it this way) Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5010344f4bb..c89aaab1571 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -18,10 +18,6 @@ config MTD_NAND_VERIFY_WRITE
18 device thinks the write was successful, a bit could have been 18 device thinks the write was successful, a bit could have been
19 flipped accidentally due to device wear or something else. 19 flipped accidentally due to device wear or something else.
20 20
21config MTD_NAND_SMARTMEDIA
22 boolean
23 default n
24
25config MTD_NAND_ECC_SMC 21config MTD_NAND_ECC_SMC
26 bool "NAND ECC Smart Media byte order" 22 bool "NAND ECC Smart Media byte order"
27 default n 23 default n
@@ -30,7 +26,6 @@ config MTD_NAND_ECC_SMC
30 The original Linux implementation had byte 0 and 1 swapped. 26 The original Linux implementation had byte 0 and 1 swapped.
31 27
32config MTD_SM_COMMON 28config MTD_SM_COMMON
33 select MTD_NAND_SMARTMEDIA
34 tristate 29 tristate
35 default n 30 default n
36 31