Kconfig (0a3173a5f09bc58a3638ecfd0a80bdbae55e123c) | Kconfig (84c07d11aa619c6d24c682f469b10f344f0c02aa) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname -r)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname -r)" 8 default ARCH_DEFCONFIG --- 694 unchanged lines hidden (view full) --- 703 a bigger memory consumption. General purpose distribution kernels 704 which want to enable the feature but keep it disabled by default 705 and let the user enable it by swapaccount=1 boot command line 706 parameter should have this option unselected. 707 For those who want to have the feature enabled by default should 708 select this option (if, for some reason, they need to disable it 709 then swapaccount=0 does the trick). 710 | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname -r)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname -r)" 8 default ARCH_DEFCONFIG --- 694 unchanged lines hidden (view full) --- 703 a bigger memory consumption. General purpose distribution kernels 704 which want to enable the feature but keep it disabled by default 705 and let the user enable it by swapaccount=1 boot command line 706 parameter should have this option unselected. 707 For those who want to have the feature enabled by default should 708 select this option (if, for some reason, they need to disable it 709 then swapaccount=0 does the trick). 710 |
711config MEMCG_KMEM 712 bool 713 depends on MEMCG && !SLOB 714 default y 715 |
|
711config BLK_CGROUP 712 bool "IO controller" 713 depends on BLOCK 714 default n 715 ---help--- 716 Generic block IO controller cgroup interface. This is the common 717 cgroup interface which should be used by various IO controlling 718 policies. --- 1291 unchanged lines hidden --- | 716config BLK_CGROUP 717 bool "IO controller" 718 depends on BLOCK 719 default n 720 ---help--- 721 Generic block IO controller cgroup interface. This is the common 722 cgroup interface which should be used by various IO controlling 723 policies. --- 1291 unchanged lines hidden --- |