diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 08:37:24 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 15:10:02 +0300 |
commit | 5c26bdfae9a8cdaf4c66ce4045051eaaa4791486 (patch) | |
tree | e71f70c901a9cda19d762a3256286ed04640250f /arch/powerpc/configs/cell_defconfig | |
parent | f9065c83ccf4a6c1ff5419d216ad8276e99bee6c (diff) | |
download | linux-5c26bdfae9a8cdaf4c66ce4045051eaaa4791486.tar.xz |
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/cell_defconfig')
-rw-r--r-- | arch/powerpc/configs/cell_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 2950aa97878b..e4229603eb85 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig @@ -4,7 +4,6 @@ CONFIG_ALTIVEC=y CONFIG_SMP=y CONFIG_NR_CPUS=4 CONFIG_SYSVIPC=y -CONFIG_FHANDLE=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_IKCONFIG=y |