diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:51 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:17 +1000 |
commit | f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461 (patch) | |
tree | 9baf830497df476a2f329c3267ba881d9f7b8598 | |
parent | dc3f5d21680bd7950cc12a4e4bd3b5095226dc71 (diff) | |
download | linux-stable-f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461.tar.gz linux-stable-f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461.tar.bz2 linux-stable-f6fe7a1583c0971ce4e492dbe9ae6359c5f1a461.zip |
powerpc/configs: Drop removed CONFIG_LOGFS
In commit 1d0fd57a50aa ("logfs: remove from tree"), logfs was removed
from the tree, so we can drop it from our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/ppc44x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc44x_defconfig b/arch/powerpc/configs/ppc44x_defconfig index 3587527921ec..66dd6bf45cde 100644 --- a/arch/powerpc/configs/ppc44x_defconfig +++ b/arch/powerpc/configs/ppc44x_defconfig @@ -94,7 +94,6 @@ CONFIG_PROC_KCORE=y CONFIG_TMPFS=y CONFIG_JFFS2_FS=y CONFIG_UBIFS_FS=m -CONFIG_LOGFS=m CONFIG_CRAMFS=y CONFIG_SQUASHFS=m CONFIG_SQUASHFS_XATTR=y |