diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2012-06-22 09:29:28 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-07-02 10:17:47 -0400 |
commit | b4084bcf5ae833e049b0c428868de7e4efae2e4f (patch) | |
tree | 959a410a4d0b43eb0e5dffc25bdb011fa7f899a7 /arch/arm/configs/at91sam9263_defconfig | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) |
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 | |||
61 | CONFIG_MTD_BLOCK2MTD=y | 61 | CONFIG_MTD_BLOCK2MTD=y |
62 | CONFIG_MTD_NAND=y | 62 | CONFIG_MTD_NAND=y |
63 | CONFIG_MTD_NAND_ATMEL=y | 63 | CONFIG_MTD_NAND_ATMEL=y |
64 | CONFIG_MTD_NAND_ATMEL_ECC_SOFT=y | ||
65 | CONFIG_MTD_UBI=y | 64 | CONFIG_MTD_UBI=y |
66 | CONFIG_MTD_UBI_GLUEBI=y | 65 | CONFIG_MTD_UBI_GLUEBI=y |
67 | CONFIG_BLK_DEV_LOOP=y | 66 | CONFIG_BLK_DEV_LOOP=y |