diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-17 03:04:34 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 05:09:01 -0500 |
commit | 51b9310f0a33d5280a93228475fa95e38fbcba36 (patch) | |
tree | 2fedc3cb86372645a002c09d7c22d5b9bb2f45cf /arch/m68k/configs/sun3_defconfig | |
parent | f16b89bc3cdf11266b657f2f74f4db255e77b76c (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_defconfig | 2 |
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 | |||
336 | CONFIG_SYSV_FS=m | 336 | CONFIG_SYSV_FS=m |
337 | CONFIG_UFS_FS=m | 337 | CONFIG_UFS_FS=m |
338 | CONFIG_NFS_FS=y | 338 | CONFIG_NFS_FS=y |
339 | CONFIG_NFS_V4=y | 339 | CONFIG_NFS_V4=m |
340 | CONFIG_NFS_SWAP=y | 340 | CONFIG_NFS_SWAP=y |
341 | CONFIG_ROOT_NFS=y | 341 | CONFIG_ROOT_NFS=y |
342 | CONFIG_NFSD=m | 342 | CONFIG_NFSD=m |