diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2012-06-22 15:29:28 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-07-02 16:17:47 +0200 |
commit | b4084bcf5ae833e049b0c428868de7e4efae2e4f (patch) | |
tree | 959a410a4d0b43eb0e5dffc25bdb011fa7f899a7 /arch/arm/configs/afeb9260_defconfig | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) | |
download | lwn-b4084bcf5ae833e049b0c428868de7e4efae2e4f.tar.gz lwn-b4084bcf5ae833e049b0c428868de7e4efae2e4f.zip |
ARM: at91/defconfig: Remove unaffected config option
The commit bf4289cba02b8cf770ecd7959ca70839f0dd9d3c removed the use of
CONFIG_MTD_NAND_ATMEL_ECC_NONE and CONFIG_MTD_NAND_ATMEL_ECC_HW but the
Kconfig file was forgotten.
This patch remove those inoperative options.
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/configs/afeb9260_defconfig')
-rw-r--r-- | arch/arm/configs/afeb9260_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/afeb9260_defconfig b/arch/arm/configs/afeb9260_defconfig index 2afdf67c2127..c285a9d777d9 100644 --- a/arch/arm/configs/afeb9260_defconfig +++ b/arch/arm/configs/afeb9260_defconfig @@ -39,7 +39,6 @@ CONFIG_MTD_BLOCK=y CONFIG_MTD_DATAFLASH=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ATMEL=y -CONFIG_MTD_NAND_ATMEL_ECC_SOFT=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_ATMEL_SSC=y |