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

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

797 help
798 Various /proc files exist to monitor process memory utilization:
799 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
800 /proc/kpagecount, and /proc/kpageflags. Disabling these
801 interfaces will reduce the size of the kernel by approximately 4kb.
802
803endmenu # General setup
804
1config ARCH
2 string
3 option env="ARCH"
4
5config KERNELVERSION
6 string
7 option env="KERNELVERSION"
8

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

797 help
798 Various /proc files exist to monitor process memory utilization:
799 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
800 /proc/kpagecount, and /proc/kpageflags. Disabling these
801 interfaces will reduce the size of the kernel by approximately 4kb.
802
803endmenu # General setup
804
805config HAVE_GENERIC_DMA_COHERENT
806 bool
807 default n
808
805config SLABINFO
806 bool
807 depends on PROC_FS
808 depends on SLAB || SLUB_DEBUG
809 default y
810
811config RT_MUTEXES
812 boolean

--- 113 unchanged lines hidden ---
809config SLABINFO
810 bool
811 depends on PROC_FS
812 depends on SLAB || SLUB_DEBUG
813 default y
814
815config RT_MUTEXES
816 boolean

--- 113 unchanged lines hidden ---