diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:37:57 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:19 +0200 |
commit | 533141ae0e730c8a1af6a7b8bc4aa3f43d466dae (patch) | |
tree | cbca769dfa6d89b65d24fccae33693f35a35324f /arch/powerpc/configs | |
parent | powerpc/configs/6xx: Drop no longer needed CONFIG_TIMER_STATS (diff) | |
download | linux-533141ae0e730c8a1af6a7b8bc4aa3f43d466dae.tar.xz linux-533141ae0e730c8a1af6a7b8bc4aa3f43d466dae.zip |
powerpc/configs/6xx: Clean up duplicate CONFIG_EXT4 values
We had two values for CONFIG_EXT4, =m and =y, just use =y.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 7e9524fcc7f0..309fbaf4a651 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -1022,10 +1022,9 @@ CONFIG_EXT2_FS=m CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT4_FS=m +CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y -CONFIG_EXT4_FS=y CONFIG_JBD2_DEBUG=y CONFIG_REISERFS_FS=m CONFIG_REISERFS_PROC_INFO=y |