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/at91sam9263_defconfig | |
parent | Linux 3.5-rc5 (diff) | |
download | linux-b4084bcf5ae833e049b0c428868de7e4efae2e4f.tar.xz linux-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/at91sam9263_defconfig')
-rw-r--r-- | arch/arm/configs/at91sam9263_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/at91sam9263_defconfig b/arch/arm/configs/at91sam9263_defconfig index 1cf96264cba1..585e7e0b0447 100644 --- a/arch/arm/configs/at91sam9263_defconfig +++ b/arch/arm/configs/at91sam9263_defconfig @@ -61,7 +61,6 @@ CONFIG_MTD_DATAFLASH=y CONFIG_MTD_BLOCK2MTD=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ATMEL=y -CONFIG_MTD_NAND_ATMEL_ECC_SOFT=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_GLUEBI=y CONFIG_BLK_DEV_LOOP=y |