diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-09-17 11:04:34 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 14:09:01 +0400 |
commit | 51b9310f0a33d5280a93228475fa95e38fbcba36 (patch) | |
tree | 2fedc3cb86372645a002c09d7c22d5b9bb2f45cf /arch/m68k/configs/apollo_defconfig | |
parent | f16b89bc3cdf11266b657f2f74f4db255e77b76c (diff) | |
download | linux-51b9310f0a33d5280a93228475fa95e38fbcba36.tar.xz |
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/apollo_defconfig')
-rw-r--r-- | arch/m68k/configs/apollo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/apollo_defconfig b/arch/m68k/configs/apollo_defconfig index 14dc6ccda7f4..a018fd7ed7bc 100644 --- a/arch/m68k/configs/apollo_defconfig +++ b/arch/m68k/configs/apollo_defconfig @@ -342,7 +342,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 |