diff options
| author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-08-31 08:57:31 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2013-10-28 16:25:54 -0400 |
| commit | 0ffae27f0f29e877ce52e4794a99926167792378 (patch) | |
| tree | 55374602f42fff87d03a4e75c83037314c5c6f2b | |
| parent | b6fb5474af552779c9900c961698f60db3b65023 (diff) | |
ARM: vexpress: Make defconfig work again
This patch updates the Versatile Express defconfig to a level
which makes it possible to run a defconfig-ed kernel work
on the board and in QEMU with modern userspace. It does:
- update cmdline to contain "console=ttyAMA0" only
- enable devtmpfs filesystem
- enable voltage regulator support
- enable ext4 filesystem
- disable low level debug and early printk
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
[PM: removed DEBUG_LL - it doesn't work on qemu]
[PM: reworded the commit message]
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
| -rw-r--r-- | arch/arm/configs/vexpress_defconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig index f2de51f0bd18..6d20bc1cb844 100644 --- a/arch/arm/configs/vexpress_defconfig +++ b/arch/arm/configs/vexpress_defconfig | |||
| @@ -30,7 +30,7 @@ CONFIG_HOTPLUG_CPU=y | |||
| 30 | CONFIG_AEABI=y | 30 | CONFIG_AEABI=y |
| 31 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 31 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
| 32 | CONFIG_ZBOOT_ROM_BSS=0x0 | 32 | CONFIG_ZBOOT_ROM_BSS=0x0 |
| 33 | CONFIG_CMDLINE="root=/dev/nfs nfsroot=10.1.69.3:/work/nfsroot ip=dhcp console=ttyAMA0 mem=128M" | 33 | CONFIG_CMDLINE="console=ttyAMA0" |
| 34 | CONFIG_VFP=y | 34 | CONFIG_VFP=y |
| 35 | CONFIG_NEON=y | 35 | CONFIG_NEON=y |
| 36 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 36 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
| @@ -45,6 +45,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 45 | # CONFIG_IPV6 is not set | 45 | # CONFIG_IPV6 is not set |
| 46 | # CONFIG_WIRELESS is not set | 46 | # CONFIG_WIRELESS is not set |
| 47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 47 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 48 | CONFIG_DEVTMPFS=y | ||
| 48 | CONFIG_MTD=y | 49 | CONFIG_MTD=y |
| 49 | CONFIG_MTD_CONCAT=y | 50 | CONFIG_MTD_CONCAT=y |
| 50 | CONFIG_MTD_PARTITIONS=y | 51 | CONFIG_MTD_PARTITIONS=y |
| @@ -75,6 +76,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | |||
| 75 | CONFIG_LEGACY_PTY_COUNT=16 | 76 | CONFIG_LEGACY_PTY_COUNT=16 |
| 76 | # CONFIG_HW_RANDOM is not set | 77 | # CONFIG_HW_RANDOM is not set |
| 77 | # CONFIG_HWMON is not set | 78 | # CONFIG_HWMON is not set |
| 79 | CONFIG_REGULATOR=y | ||
| 78 | CONFIG_FB=y | 80 | CONFIG_FB=y |
| 79 | CONFIG_FB_ARMCLCD=y | 81 | CONFIG_FB_ARMCLCD=y |
| 80 | CONFIG_FRAMEBUFFER_CONSOLE=y | 82 | CONFIG_FRAMEBUFFER_CONSOLE=y |
| @@ -115,6 +117,7 @@ CONFIG_EXT2_FS=y | |||
| 115 | CONFIG_EXT3_FS=y | 117 | CONFIG_EXT3_FS=y |
| 116 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | 118 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |
| 117 | # CONFIG_EXT3_FS_XATTR is not set | 119 | # CONFIG_EXT3_FS_XATTR is not set |
| 120 | CONFIG_EXT4_FS=y | ||
| 118 | CONFIG_VFAT_FS=y | 121 | CONFIG_VFAT_FS=y |
| 119 | CONFIG_TMPFS=y | 122 | CONFIG_TMPFS=y |
| 120 | CONFIG_JFFS2_FS=y | 123 | CONFIG_JFFS2_FS=y |
| @@ -134,7 +137,5 @@ CONFIG_DEBUG_INFO=y | |||
| 134 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 137 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
| 135 | CONFIG_DEBUG_USER=y | 138 | CONFIG_DEBUG_USER=y |
| 136 | CONFIG_DEBUG_ERRORS=y | 139 | CONFIG_DEBUG_ERRORS=y |
| 137 | CONFIG_DEBUG_LL=y | ||
| 138 | CONFIG_EARLY_PRINTK=y | ||
| 139 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 140 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
| 140 | # CONFIG_CRYPTO_HW is not set | 141 | # CONFIG_CRYPTO_HW is not set |
