Skip to content

Commit 2c25b94

Browse files
linuswarndb
authored andcommitted
ARM: config: Update Vexpress defconfig
The Versatile Express should conform to standard contemporary kernel features: add NO_HZ_FULL and HIGH_RES_TIMERS. Also add the AFS flash partitions as these are used on the platform. The removed SCHED_DEBUG is due to Kconfig changes. Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent d4a5304 commit 2c25b94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm/configs/vexpress_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CONFIG_LOCALVERSION_AUTO is not set
22
CONFIG_SYSVIPC=y
3+
CONFIG_NO_HZ_FULL=y
4+
CONFIG_HIGH_RES_TIMERS=y
35
CONFIG_IKCONFIG=y
46
CONFIG_IKCONFIG_PROC=y
57
CONFIG_LOG_BUF_SHIFT=14
@@ -42,6 +44,7 @@ CONFIG_NET_9P_VIRTIO=y
4244
CONFIG_DEVTMPFS=y
4345
CONFIG_MTD=y
4446
CONFIG_MTD_CMDLINE_PARTS=y
47+
CONFIG_MTD_AFS_PARTS=y
4548
CONFIG_MTD_BLOCK=y
4649
CONFIG_MTD_CFI=y
4750
CONFIG_MTD_CFI_INTELEXT=y
@@ -137,5 +140,4 @@ CONFIG_DEBUG_KERNEL=y
137140
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
138141
CONFIG_MAGIC_SYSRQ=y
139142
CONFIG_DETECT_HUNG_TASK=y
140-
# CONFIG_SCHED_DEBUG is not set
141143
CONFIG_DEBUG_USER=y

0 commit comments

Comments
 (0)