From: Hauke Mehrtens Date: Sun, 4 Dec 2016 13:33:30 +0000 (+0100) Subject: kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=c058f4f22d1ae4dc14115be6894db245e82fe60b kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO This makes it possible to activate the gpio and the pinctl debugging from LEDE menuconfig. Acked-by: John Crispin Signed-off-by: Hauke Mehrtens --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index d8ca76cf1d..3c69c8648b 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -190,6 +190,14 @@ config KERNEL_MAGIC_SYSRQ 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