aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/configs/i386_defconfig
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2012-09-03 01:21:05 -0400
committerIngo Molnar <mingo@kernel.org>2012-09-05 04:43:10 -0400
commit3fe2cb8f9e9486980ff03d7e020781cfdb028ffa (patch)
tree3bbe4abd9c307c80062b28fbf3bf80ca5ad500d0 /arch/x86/configs/i386_defconfig
parent406eae5d70c1a849f4a050f708a459c2349e9dda (diff)
x86/Kconfig: Switch to ext4 in defconfigs
The current x86 and x86-64 defconfigs do not enable ext4, which most current distributions default to. Switch the defconfigs to ext4, so they will boot on current systems without additional configuration. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Cc: Randy Dunlap <rdunlap@xenotime.net> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/bd8a359506b7e1287c680823de16d67608ec52fe.1346649518.git.josh@joshtriplett.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/configs/i386_defconfig')
-rw-r--r--arch/x86/configs/i386_defconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 19034087c1b7..2701b8a87752 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -260,10 +260,9 @@ CONFIG_RTC_CLASS=y
260CONFIG_DMADEVICES=y 260CONFIG_DMADEVICES=y
261CONFIG_EEEPC_LAPTOP=y 261CONFIG_EEEPC_LAPTOP=y
262CONFIG_EFI_VARS=y 262CONFIG_EFI_VARS=y
263CONFIG_EXT3_FS=y 263CONFIG_EXT4_FS=y
264# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 264CONFIG_EXT4_FS_POSIX_ACL=y
265CONFIG_EXT3_FS_POSIX_ACL=y 265CONFIG_EXT4_FS_SECURITY=y
266CONFIG_EXT3_FS_SECURITY=y
267CONFIG_QUOTA=y 266CONFIG_QUOTA=y
268CONFIG_QUOTA_NETLINK_INTERFACE=y 267CONFIG_QUOTA_NETLINK_INTERFACE=y
269# CONFIG_PRINT_QUOTA_WARNING is not set 268# CONFIG_PRINT_QUOTA_WARNING is not set