diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:24 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:02 +0200 |
commit | 5c26bdfae9a8cdaf4c66ce4045051eaaa4791486 (patch) | |
tree | e71f70c901a9cda19d762a3256286ed04640250f /arch/powerpc/configs/maple_defconfig | |
parent | powerpc/configs: Explicitly drop CONFIG_INPUT_MOUSEDEV (diff) | |
download | linux-5c26bdfae9a8cdaf4c66ce4045051eaaa4791486.tar.xz linux-5c26bdfae9a8cdaf4c66ce4045051eaaa4791486.zip |
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/maple_defconfig')
-rw-r--r-- | arch/powerpc/configs/maple_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig index 0ebd376d8829..078cdb427fc9 100644 --- a/arch/powerpc/configs/maple_defconfig +++ b/arch/powerpc/configs/maple_defconfig @@ -3,7 +3,6 @@ CONFIG_SMP=y CONFIG_NR_CPUS=4 CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y -CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y |