X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=651cbdef5ae5b9c0be572933a8dc932c70d453c5;hb=ff9ddd7c0f6ca9b280691ff089cf4a688849c847;hp=85d3adf9fd8720436aae65d0fcf3c46bfcef9a3e;hpb=7ed7784f5917b397bb9f180e461363353c2fd87f;p=oweals%2Fopenwrt.git diff --git a/Config.in b/Config.in index 85d3adf9fd..651cbdef5a 100644 --- a/Config.in +++ b/Config.in @@ -199,6 +199,25 @@ menu "Global build settings" help This will compile your kernel and modules with debug information. + config KERNEL_DEBUG_LL + bool + default n + depends on arm + help + ARM low level debugging + + config KERNEL_EARLY_PRINTK + bool "Compile the kernel with early printk" + default n + depends on arm + select KERNEL_DEBUG_KERNEL + select KERNEL_DEBUG_LL if arm + help + Compile the kernel with early printk support. + This is only useful for debugging purposes to send messages + over the serial console in early boot. + Enable this to debug early boot problems. + comment "Package build options" config DEBUG @@ -247,6 +266,20 @@ menu "Global build settings" help The number of jobs (-jX) to pass to packages submake. + config PKG_DEFAULT_PARALLEL + bool + prompt "Always parallelize the default package build rule (Dangerous)" + depends on PKG_BUILD_PARALLEL + default n + help + Always set the default package build rules to parallel build. + + WARNING: This may break build or kill your cat, as it builds + packages with multiple jobs that are probably not tested in + a parallel build environment. + + Say N. Only say Y for testing. + comment "Stripping options" choice