diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-02-11 14:44:01 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-03-10 10:41:03 -0400 |
commit | 867a6fc981323bc38be7af32479b1344808857ad (patch) | |
tree | e9a04b9a89ab63235c7ecac71ca912bff233a258 | |
parent | be70445c2d2b8403ad39a2cc8219ba0d16fb44c7 (diff) |
ARM: at91/defconfig: refresh at91sam9260_9g20_defconfig
Select CONFIG_EMBEDDED as it it useful for that board.
Also select CONFIG_MTD_UBI to really enable UBIfs (CONFIG_FS_UBIFS depends on
it).
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/configs/at91sam9260_9g20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/at91sam9260_9g20_defconfig b/arch/arm/configs/at91sam9260_9g20_defconfig index 912dedb40e2e..c4c160fc8791 100644 --- a/arch/arm/configs/at91sam9260_9g20_defconfig +++ b/arch/arm/configs/at91sam9260_9g20_defconfig | |||
@@ -3,6 +3,7 @@ | |||
3 | CONFIG_SYSVIPC=y | 3 | CONFIG_SYSVIPC=y |
4 | CONFIG_LOG_BUF_SHIFT=14 | 4 | CONFIG_LOG_BUF_SHIFT=14 |
5 | CONFIG_BLK_DEV_INITRD=y | 5 | CONFIG_BLK_DEV_INITRD=y |
6 | CONFIG_EMBEDDED=y | ||
6 | CONFIG_SLAB=y | 7 | CONFIG_SLAB=y |
7 | CONFIG_MODULES=y | 8 | CONFIG_MODULES=y |
8 | CONFIG_MODULE_UNLOAD=y | 9 | CONFIG_MODULE_UNLOAD=y |
@@ -58,6 +59,7 @@ CONFIG_MTD_BLOCK=y | |||
58 | CONFIG_MTD_DATAFLASH=y | 59 | CONFIG_MTD_DATAFLASH=y |
59 | CONFIG_MTD_NAND=y | 60 | CONFIG_MTD_NAND=y |
60 | CONFIG_MTD_NAND_ATMEL=y | 61 | CONFIG_MTD_NAND_ATMEL=y |
62 | CONFIG_MTD_UBI=y | ||
61 | CONFIG_BLK_DEV_LOOP=y | 63 | CONFIG_BLK_DEV_LOOP=y |
62 | CONFIG_BLK_DEV_RAM=y | 64 | CONFIG_BLK_DEV_RAM=y |
63 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 65 | CONFIG_BLK_DEV_RAM_SIZE=8192 |