diff options
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 86ed2395e58..e21ce177c2e 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -162,6 +162,15 @@ config DEBUG_KERNEL  	  Say Y here if you are developing drivers or trying to debug and  	  identify kernel problems. +config TOUCHSCREEN_DEBUG +        bool "Compile kernel with touchscreen debug interface" +        depends on DEBUG_KERNEL + +        help +          Say Y here if you want access to the touchscreen debug interface. + +          If unsure, say N. +  config DEBUG_SHIRQ  	bool "Debug shared IRQ handlers"  	depends on DEBUG_KERNEL && GENERIC_HARDIRQS |