Kconfig (aa72f6899b9fb3dc824c458234ae3507a60e462d) Kconfig (f505c553dbe24b18a8590eb0eb5890a839acd0c3)
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 895 unchanged lines hidden (view full) ---

904config SYSCTL
905 bool
906
907config ANON_INODES
908 bool
909
910menuconfig EXPERT
911 bool "Configure standard kernel features (expert users)"
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

--- 895 unchanged lines hidden (view full) ---

904config SYSCTL
905 bool
906
907config ANON_INODES
908 bool
909
910menuconfig EXPERT
911 bool "Configure standard kernel features (expert users)"
912 # Unhide debug options, to make the on-by-default options visible
913 select DEBUG_KERNEL
912 help
913 This option allows certain base kernel options and settings
914 to be disabled or tweaked. This is for specialized
915 environments which can tolerate a "non-standard" kernel.
916 Only use this if you really know what you are doing.
917
918config UID16
919 bool "Enable 16-bit UID system calls" if EXPERT

--- 467 unchanged lines hidden ---
914 help
915 This option allows certain base kernel options and settings
916 to be disabled or tweaked. This is for specialized
917 environments which can tolerate a "non-standard" kernel.
918 Only use this if you really know what you are doing.
919
920config UID16
921 bool "Enable 16-bit UID system calls" if EXPERT

--- 467 unchanged lines hidden ---