Kconfig (458ce2910aa83d8a2cafb489d727f7da839e73c6) | Kconfig (b130d5c29544fe4cedafd35b112d27a06550d844) |
---|---|
1config MTD_NAND_ECC 2 tristate 3 4config MTD_NAND_ECC_SMC 5 bool "NAND ECC Smart Media byte order" 6 depends on MTD_NAND_ECC 7 default n 8 help --- 173 unchanged lines hidden (view full) --- 182config MTD_NAND_PPCHAMELEONEVB 183 tristate "NAND Flash device on PPChameleonEVB board" 184 depends on PPCHAMELEONEVB && BROKEN 185 help 186 This enables the NAND flash driver on the PPChameleon EVB Board. 187 188config MTD_NAND_S3C2410 189 tristate "NAND Flash support for Samsung S3C SoCs" | 1config MTD_NAND_ECC 2 tristate 3 4config MTD_NAND_ECC_SMC 5 bool "NAND ECC Smart Media byte order" 6 depends on MTD_NAND_ECC 7 default n 8 help --- 173 unchanged lines hidden (view full) --- 182config MTD_NAND_PPCHAMELEONEVB 183 tristate "NAND Flash device on PPChameleonEVB board" 184 depends on PPCHAMELEONEVB && BROKEN 185 help 186 This enables the NAND flash driver on the PPChameleon EVB Board. 187 188config MTD_NAND_S3C2410 189 tristate "NAND Flash support for Samsung S3C SoCs" |
190 depends on ARCH_S3C2410 || ARCH_S3C64XX | 190 depends on ARCH_S3C24XX || ARCH_S3C64XX |
191 help 192 This enables the NAND flash controller on the S3C24xx and S3C64xx 193 SoCs 194 195 No board specific support is done by this driver, each board 196 must advertise a platform_device for the driver to attach. 197 198config MTD_NAND_S3C2410_DEBUG --- 341 unchanged lines hidden --- | 191 help 192 This enables the NAND flash controller on the S3C24xx and S3C64xx 193 SoCs 194 195 No board specific support is done by this driver, each board 196 must advertise a platform_device for the driver to attach. 197 198config MTD_NAND_S3C2410_DEBUG --- 341 unchanged lines hidden --- |