summaryrefslogtreecommitdiffstats
path: root/arch/riscv/configs/defconfig
diff options
context:
space:
mode:
authorDeepa Dinamani <deepa.kernel@gmail.com>2020-01-05 12:10:20 -0800
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-03-03 10:28:11 -0800
commit2fab7a15604cfe3605775c5d146a7dfcf97412bb (patch)
tree20734c7d06be1dfa78029cfe042f284d3a64911e /arch/riscv/configs/defconfig
parentab70a73aa45beccab01cc0bb1d920361e3642393 (diff)
downloadlinux-2fab7a15604cfe3605775c5d146a7dfcf97412bb.tar.bz2
riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigs
According to init/Kconfig: "sys_sysfs is an obsolete system call no longer supported in libc. Note that disabling this option is more secure but might break compatibility with some systems." This syscall is not required for new architectures. Since the config defaults to 'y'. Set this to 'n' exlicitly. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/riscv/configs/defconfig')
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index e2ff95cb3390..58f97b3cb24c 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -125,3 +125,4 @@ CONFIG_DEBUG_BLOCK_EXT_DEVT=y
# CONFIG_FTRACE is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_MEMTEST=y
+# CONFIG_SYSFS_SYSCALL is not set