This makes it possible to activate the gpio and the pinctl debugging
from LEDE menuconfig.
Acked-by: John Crispin <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
bool "Compile the kernel with SysRq support"
default y
+config KERNEL_DEBUG_PINCTRL
+ bool "Compile the kernel with pinctrl debugging"
+ select KERNEL_DEBUG_KERNEL
+
+config KERNEL_DEBUG_GPIO
+ bool "Compile the kernel with gpio debugging"
+ select KERNEL_DEBUG_KERNEL
+
config KERNEL_COREDUMP
bool