aboutsummaryrefslogtreecommitdiff
path: root/config/Config-kernel.in
Commit message (Collapse)AuthorAge
...
* kernel: add SECCOMP to menuconfigJohn Crispin2015-01-08
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43888
* Kconfig: Various typo/grammar/line-length fixes in Config*.in filesHauke Mehrtens2014-09-13
| | | | | | | | | | | | | Non-functional changes to config/Config-*.in files, including: * spelling mistakes * inconsistent terminology * grammar * overly long lines in "help" components Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 42519
* config: enable cgroup freezerLuka Perkov2014-09-10
| | | | | | | | This option will be enabled by default only when cgroups support is enabled. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42464
* Disable crashlog for UMLSteven Barth2014-06-12
| | | | SVN-Revision: 41153
* kernel: fix duplicate KERNEL_PERF_EVENTS with wrong dependencyFelix Fietkau2014-06-06
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41030
* kernel: add a config option for enabling /proc/slabinfoFelix Fietkau2014-05-25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40858
* kernel: add a config option for /proc page monitoring (useful for detailed ↵Felix Fietkau2014-05-25
| | | | | | | | memory usage info) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40855
* sparse: add as a new package selectable from the configJohn Crispin2014-04-12
| | | | | | | | | | | | | This change does multiple things, all related to enable sparse usage as a static analysis tool selectable from the OpenWrt configuration: *add a KERNEL_SPARSE option in the config to add sparse to the kernel build (through the C=1 option usage) *add sparse as a new host tools. It will get selected automatically when the above option will be enabled Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com> SVN-Revision: 40490
* make printk, crashlog and swap support configurableImre Kaloz2014-04-02
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40361
* config: lxc: enable KERNEL_POSIX_MQUEUELuka Perkov2014-01-24
| | | | | | | | | Recent lxc versions are not useful if this option is not enabled. That said, enable KERNEL_POSIX_MQUEUE by default when KERNEL_LXC_MISC is selected. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39385
* config: add KERNEL_DYNAMIC_DEBUG optionLuka Perkov2013-12-09
| | | | | | | | | Useful when debugging kernel which uses this infrastructure, for example ubi/ubifs. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39007
* move menuconfig options into separate filesImre Kaloz2013-11-22
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38895