aboutsummaryrefslogtreecommitdiffstats
path: root/config/Config-kernel.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-12-04 14:33:30 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2016-12-10 16:06:34 +0100
commitc058f4f22d1ae4dc14115be6894db245e82fe60b (patch)
treedec9be66bbecbe7bcd6ca6e9cb7e0238f37224cf /config/Config-kernel.in
parent9791fb2ac25fca2fb64a2d1ccbb5e7721a9165ec (diff)
downloadupstream-c058f4f22d1ae4dc14115be6894db245e82fe60b.tar.gz
upstream-c058f4f22d1ae4dc14115be6894db245e82fe60b.tar.bz2
upstream-c058f4f22d1ae4dc14115be6894db245e82fe60b.zip
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 <john@phrozen.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r--config/Config-kernel.in8
1 files changed, 8 insertions, 0 deletions
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