diff options
author | Roberto Pereira <rpere@google.com> | 2017-06-08 18:09:16 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-09 11:47:38 +0200 |
commit | 9e69dd0179c346dfb5d08b8d46d5f5c9c81ab1b7 (patch) | |
tree | 9c79c6cc1dd335f7c163b7e9012df55761415afd /kernel/configs/android-base.config | |
parent | 2edfe6be206adc4c1055e053322d27267f8952bc (diff) | |
download | linux-9e69dd0179c346dfb5d08b8d46d5f5c9c81ab1b7.tar.gz linux-9e69dd0179c346dfb5d08b8d46d5f5c9c81ab1b7.tar.bz2 linux-9e69dd0179c346dfb5d08b8d46d5f5c9c81ab1b7.zip |
config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FS
Disable Network file system support.
Reviewed-at: https://android-review.googlesource.com/#/c/409559/
Signed-off-by: Roberto Pereira <rpere@google.com>
[AmitP: cherry-picked this change from Android common kernel
and updated commit message]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/configs/android-base.config')
-rw-r--r-- | kernel/configs/android-base.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config index cdde5af6b332..d70829033bb7 100644 --- a/kernel/configs/android-base.config +++ b/kernel/configs/android-base.config @@ -3,6 +3,8 @@ # CONFIG_DEVMEM is not set # CONFIG_FHANDLE is not set # CONFIG_INET_LRO is not set +# CONFIG_NFSD is not set +# CONFIG_NFS_FS is not set # CONFIG_OABI_COMPAT is not set # CONFIG_SYSVIPC is not set # CONFIG_USELIB is not set |