diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-02-26 19:45:37 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-02-26 19:46:45 +0100 |
commit | 2764fb4244cc1bc08df3667924ca4a972e90ac70 (patch) | |
tree | bbc6badee832ab8699ae32dff62ce8cc70fc6a3f /drivers/mtd/nand/Kconfig | |
parent | mtd: Workaround wrong write protect status on some xD cards (diff) | |
download | linux-2764fb4244cc1bc08df3667924ca4a972e90ac70.tar.xz linux-2764fb4244cc1bc08df3667924ca4a972e90ac70.zip |
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/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 5010344f4bb2..c89aaab15712 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -18,10 +18,6 @@ config MTD_NAND_VERIFY_WRITE device thinks the write was successful, a bit could have been flipped accidentally due to device wear or something else. -config MTD_NAND_SMARTMEDIA - boolean - default n - config MTD_NAND_ECC_SMC bool "NAND ECC Smart Media byte order" default n @@ -30,7 +26,6 @@ config MTD_NAND_ECC_SMC The original Linux implementation had byte 0 and 1 swapped. config MTD_SM_COMMON - select MTD_NAND_SMARTMEDIA tristate default n |