[LEDE-DEV] [PATCH] kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO
John Crispin
john at phrozen.org
Thu Dec 8 04:59:27 PST 2016
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 at hauke-m.de>
Acked-by: John Crispin <john at 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
>
>
More information about the Lede-dev
mailing list