diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:24 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:02 +1000 |
commit | 5c26bdfae9a8cdaf4c66ce4045051eaaa4791486 (patch) | |
tree | e71f70c901a9cda19d762a3256286ed04640250f /arch/powerpc/configs/ppc64_defconfig | |
parent | f9065c83ccf4a6c1ff5419d216ad8276e99bee6c (diff) | |
download | linux-next-5c26bdfae9a8cdaf4c66ce4045051eaaa4791486.tar.gz |
powerpc/configs: Drop no longer needed CONFIG_FHANDLE
Since commit f76be61755c5 ("Make CONFIG_FHANDLE default y") we no
longer need to set CONFIG_FHANDLE in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index c97fcbded986..f00e08b2857d 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -2,7 +2,6 @@ CONFIG_PPC64=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 |