diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-17 09:04:34 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 11:09:01 +0100 |
commit | 51b9310f0a33d5280a93228475fa95e38fbcba36 (patch) | |
tree | 2fedc3cb86372645a002c09d7c22d5b9bb2f45cf /arch/m68k/configs/amiga_defconfig | |
parent | f16b89bc3cdf11266b657f2f74f4db255e77b76c (diff) | |
download | linux-stable-51b9310f0a33d5280a93228475fa95e38fbcba36.tar.gz linux-stable-51b9310f0a33d5280a93228475fa95e38fbcba36.tar.bz2 linux-stable-51b9310f0a33d5280a93228475fa95e38fbcba36.zip |
m68k/defconfig: Make NFS_V4 modular instead of builtin
This reduces the kernel image size by ca. 100 KiB, while still allowing
NFS root.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/configs/amiga_defconfig')
-rw-r--r-- | arch/m68k/configs/amiga_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/amiga_defconfig b/arch/m68k/configs/amiga_defconfig index 19325e117eea..04432b7ce157 100644 --- a/arch/m68k/configs/amiga_defconfig +++ b/arch/m68k/configs/amiga_defconfig @@ -385,7 +385,7 @@ CONFIG_QNX6FS_FS=m CONFIG_SYSV_FS=m CONFIG_UFS_FS=m CONFIG_NFS_FS=y -CONFIG_NFS_V4=y +CONFIG_NFS_V4=m CONFIG_NFS_SWAP=y CONFIG_ROOT_NFS=y CONFIG_NFSD=m |