Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[platform/kernel/linux-rpi.git] / init / Kconfig
index 67a602e..d7163fc 100644 (file)
@@ -104,29 +104,9 @@ config COMPILE_TEST
          here. If you are a user/distributor, say N here to exclude useless
          drivers to be distributed.
 
-config HEADER_TEST
-       bool "Compile test headers that should be standalone compilable"
-       help
-         Compile test headers listed in header-test-y target to ensure they are
-         self-contained, i.e. compilable as standalone units.
-
-         If you are a developer or tester and want to ensure the requested
-         headers are self-contained, say Y here. Otherwise, choose N.
-
-config KERNEL_HEADER_TEST
-       bool "Compile test kernel headers"
-       depends on HEADER_TEST
-       help
-         Headers in include/ are used to build external moduls.
-         Compile test them to ensure they are self-contained, i.e.
-         compilable as standalone units.
-
-         If you are a developer or tester and want to ensure the headers
-         in include/ are self-contained, say Y here. Otherwise, choose N.
-
 config UAPI_HEADER_TEST
        bool "Compile test UAPI headers"
-       depends on HEADER_TEST && HEADERS_INSTALL && CC_CAN_LINK
+       depends on HEADERS_INSTALL && CC_CAN_LINK
        help
          Compile test headers exported to user-space to ensure they are
          self-contained, i.e. compilable as standalone units.
@@ -1376,23 +1356,6 @@ config SYSFS_SYSCALL
 
          If unsure say Y here.
 
-config SYSCTL_SYSCALL
-       bool "Sysctl syscall support" if EXPERT
-       depends on PROC_SYSCTL
-       default n
-       select SYSCTL
-       ---help---
-         sys_sysctl uses binary paths that have been found challenging
-         to properly maintain and use.  The interface in /proc/sys
-         using paths with ascii names is now the primary path to this
-         information.
-
-         Almost nothing using the binary sysctl interface so if you are
-         trying to save some space it is probably safe to disable this,
-         making your kernel marginally smaller.
-
-         If unsure say N here.
-
 config FHANDLE
        bool "open by fhandle syscalls" if EXPERT
        select EXPORTFS