diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-09-10 11:02:37 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-10 11:12:21 -0400 |
commit | e415765f90105a7d2d1b410559520d925444136f (patch) | |
tree | 3dd52133a3d6001bb75c3e3608705c7baa8c5ccc | |
parent | 85ff58a3be610ca567a78c5d4e45ddd2e89088db (diff) | |
parent | 4884f769e65b2b02bfdafb9f64217844dfa3d84f (diff) |
Merge branch 'lpc32xx/defconfig' of git://git.antcom.de/linux-2.6 into next/defconfig
Pull "ARM: LPC32xx: Device tree updates" from Roland Stigge:
This enables ubifs in the lpc32xx defconfig.
* 'lpc32xx/defconfig' of git://git.antcom.de/linux-2.6:
ARM: LPC32xx: defconfig update
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index 398a367ffce8..9f56ca3985ae 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig | |||
@@ -59,6 +59,7 @@ CONFIG_MTD_M25P80=y | |||
59 | CONFIG_MTD_NAND=y | 59 | CONFIG_MTD_NAND=y |
60 | CONFIG_MTD_NAND_SLC_LPC32XX=y | 60 | CONFIG_MTD_NAND_SLC_LPC32XX=y |
61 | CONFIG_MTD_NAND_MLC_LPC32XX=y | 61 | CONFIG_MTD_NAND_MLC_LPC32XX=y |
62 | CONFIG_MTD_UBI=y | ||
62 | CONFIG_BLK_DEV_LOOP=y | 63 | CONFIG_BLK_DEV_LOOP=y |
63 | CONFIG_BLK_DEV_CRYPTOLOOP=y | 64 | CONFIG_BLK_DEV_CRYPTOLOOP=y |
64 | CONFIG_BLK_DEV_RAM=y | 65 | CONFIG_BLK_DEV_RAM=y |
@@ -189,6 +190,7 @@ CONFIG_VFAT_FS=y | |||
189 | CONFIG_TMPFS=y | 190 | CONFIG_TMPFS=y |
190 | CONFIG_JFFS2_FS=y | 191 | CONFIG_JFFS2_FS=y |
191 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | 192 | CONFIG_JFFS2_FS_WBUF_VERIFY=y |
193 | CONFIG_UBIFS_FS=y | ||
192 | CONFIG_CRAMFS=y | 194 | CONFIG_CRAMFS=y |
193 | CONFIG_NFS_FS=y | 195 | CONFIG_NFS_FS=y |
194 | CONFIG_ROOT_NFS=y | 196 | CONFIG_ROOT_NFS=y |