diff mbox

[LEDE-DEV] kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO

Message ID 20161207214445.27482-1-hauke@hauke-m.de
State Accepted
Headers show

Commit Message

Hauke Mehrtens Dec. 7, 2016, 9:44 p.m. UTC
This makes it possible to activate the gpio and the pinctl debugging
from LEDE menuconfig.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 config/Config-kernel.in | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

John Crispin Dec. 8, 2016, 12:59 p.m. UTC | #1
On 07/12/2016 22:44, Hauke Mehrtens wrote:
> This makes it possible to activate the gpio and the pinctl debugging
> from LEDE menuconfig.
> 
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Acked-by: John Crispin <john@phrozen.org>

> ---
>  config/Config-kernel.in | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/config/Config-kernel.in b/config/Config-kernel.in
> index d8ca76c..3c69c86 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
>  
>
diff mbox

Patch

diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index d8ca76c..3c69c86 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