X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9d3a35f2c71eb2730ae2b72d0474e116609509c9..a1a1bdd22154f4f1773e0e3a39e1165d1f8c17d0:/Config.in diff --git a/Config.in b/Config.in index c750a2533..651cbdef5 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