diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-03-26 09:19:07 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-14 03:21:43 -0400 |
commit | ccc3e2a463e25ccbbd6cc4dcfff23b8c81c669dc (patch) | |
tree | 56c7fc8bfdf6f32679a8a1e39e48c73732fdfa3f | |
parent | b34f8624a7ddaca51a00d5bb35f55324e851b314 (diff) |
ARM: ux500: u8500_defconfig: Enable PARTITION_ADVANCED
There are both (e)MMC/SD-card support in ux500, thus it's reasonable to
support partitions for block devices as default.
While updating the defconfig, we rebase it towards Kconfig changes.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index d130a01d9342..dac0a876e737 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig | |||
@@ -7,6 +7,7 @@ CONFIG_KALLSYMS_ALL=y | |||
7 | CONFIG_MODULES=y | 7 | CONFIG_MODULES=y |
8 | CONFIG_MODULE_UNLOAD=y | 8 | CONFIG_MODULE_UNLOAD=y |
9 | # CONFIG_BLK_DEV_BSG is not set | 9 | # CONFIG_BLK_DEV_BSG is not set |
10 | CONFIG_PARTITION_ADVANCED=y | ||
10 | CONFIG_ARCH_U8500=y | 11 | CONFIG_ARCH_U8500=y |
11 | CONFIG_MACH_HREFV60=y | 12 | CONFIG_MACH_HREFV60=y |
12 | CONFIG_MACH_SNOWBALL=y | 13 | CONFIG_MACH_SNOWBALL=y |
@@ -36,6 +37,8 @@ CONFIG_PHONET=y | |||
36 | # CONFIG_WIRELESS is not set | 37 | # CONFIG_WIRELESS is not set |
37 | CONFIG_CAIF=y | 38 | CONFIG_CAIF=y |
38 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 39 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
40 | CONFIG_DEVTMPFS=y | ||
41 | CONFIG_DEVTMPFS_MOUNT=y | ||
39 | CONFIG_BLK_DEV_RAM=y | 42 | CONFIG_BLK_DEV_RAM=y |
40 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 43 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
41 | CONFIG_SENSORS_BH1780=y | 44 | CONFIG_SENSORS_BH1780=y |
@@ -107,8 +110,6 @@ CONFIG_EXT2_FS_SECURITY=y | |||
107 | CONFIG_EXT3_FS=y | 110 | CONFIG_EXT3_FS=y |
108 | CONFIG_EXT4_FS=y | 111 | CONFIG_EXT4_FS=y |
109 | CONFIG_VFAT_FS=y | 112 | CONFIG_VFAT_FS=y |
110 | CONFIG_DEVTMPFS=y | ||
111 | CONFIG_DEVTMPFS_MOUNT=y | ||
112 | CONFIG_TMPFS=y | 113 | CONFIG_TMPFS=y |
113 | CONFIG_TMPFS_POSIX_ACL=y | 114 | CONFIG_TMPFS_POSIX_ACL=y |
114 | # CONFIG_MISC_FILESYSTEMS is not set | 115 | # CONFIG_MISC_FILESYSTEMS is not set |