aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/configs/sun3_defconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-09-17 03:04:34 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-11-26 05:09:01 -0500
commit51b9310f0a33d5280a93228475fa95e38fbcba36 (patch)
tree2fedc3cb86372645a002c09d7c22d5b9bb2f45cf /arch/m68k/configs/sun3_defconfig
parentf16b89bc3cdf11266b657f2f74f4db255e77b76c (diff)
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/sun3_defconfig')
-rw-r--r--arch/m68k/configs/sun3_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/sun3_defconfig b/arch/m68k/configs/sun3_defconfig
index 54674d61e001..bb87f17ef477 100644
--- a/arch/m68k/configs/sun3_defconfig
+++ b/arch/m68k/configs/sun3_defconfig
@@ -336,7 +336,7 @@ CONFIG_QNX6FS_FS=m
336CONFIG_SYSV_FS=m 336CONFIG_SYSV_FS=m
337CONFIG_UFS_FS=m 337CONFIG_UFS_FS=m
338CONFIG_NFS_FS=y 338CONFIG_NFS_FS=y
339CONFIG_NFS_V4=y 339CONFIG_NFS_V4=m
340CONFIG_NFS_SWAP=y 340CONFIG_NFS_SWAP=y
341CONFIG_ROOT_NFS=y 341CONFIG_ROOT_NFS=y
342CONFIG_NFSD=m 342CONFIG_NFSD=m