diff options
author | Cyril Bur <cyril.bur@au1.ibm.com> | 2014-09-05 03:16:43 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-09 11:02:46 +0200 |
commit | d11dfd179b444bcbc15545cc03761f607168d7a3 (patch) | |
tree | e694a85f46474fe1378f0e3ddb791d39d52dc817 /arch/powerpc/configs/ppc64_defconfig | |
parent | powerpc: use machine_subsys_initcall() for opal_hmi_handler_init() (diff) | |
download | linux-d11dfd179b444bcbc15545cc03761f607168d7a3.tar.xz linux-d11dfd179b444bcbc15545cc03761f607168d7a3.zip |
powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigs
CONFIG_FHANDLE is a requirement for systemd and with the increasing
uptake of systemd within distros it makes sense for 64 bit defconfigs
to include it.
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index f26b267eb71f..f6c02f8cdc62 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -4,6 +4,7 @@ CONFIG_VSX=y CONFIG_SMP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y +CONFIG_FHANDLE=y CONFIG_IRQ_DOMAIN_DEBUG=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y |