diff options
author | Richard Weinberger <richard@nod.at> | 2014-11-25 18:36:52 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-12-08 06:04:17 -0500 |
commit | 15bae280e412e79d74912c7ae6b6a002444edb1f (patch) | |
tree | 5688de7d838558ac784a0e9f278bd869e588aaf8 /arch/x86/configs/x86_64_defconfig | |
parent | b2776bf7149bddd1f4161f14f79520f17fc1d71d (diff) |
x86/kconfig/defconfig: Enable CONFIG_FHANDLE=y
systemd has a hard dependency on CONFIG_FHANDLE.
If you run systemd with CONFIG_FHANDLE=n it will somehow
boot but fail to spawn a getty or other basic services.
As systemd is now used by most x86 distributions it
makes sense to enabled this by default and save kernel
hackers a lot of value debugging time.
Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: gregkh@linuxfoundation.org
Cc: rafael.j.wysocki@intel.com
Cc: pebolle@tiscali.nl
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/1416958612-7448-1-git-send-email-richard@nod.at
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/configs/x86_64_defconfig')
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index a481dd4755d5..4c311ddd973b 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig | |||
@@ -7,6 +7,7 @@ CONFIG_TASKSTATS=y | |||
7 | CONFIG_TASK_DELAY_ACCT=y | 7 | CONFIG_TASK_DELAY_ACCT=y |
8 | CONFIG_TASK_XACCT=y | 8 | CONFIG_TASK_XACCT=y |
9 | CONFIG_TASK_IO_ACCOUNTING=y | 9 | CONFIG_TASK_IO_ACCOUNTING=y |
10 | CONFIG_FHANDLE=y | ||
10 | CONFIG_AUDIT=y | 11 | CONFIG_AUDIT=y |
11 | CONFIG_NO_HZ=y | 12 | CONFIG_NO_HZ=y |
12 | CONFIG_HIGH_RES_TIMERS=y | 13 | CONFIG_HIGH_RES_TIMERS=y |