Displaying 2 results from an estimated 2 matches for "omap2_dss_debugf".
Did you mean:
omap2_dss_debugfs
2019 Apr 12
2
[PATCH] drm: remove redundant 'default n' from Kconfig
...,7 +17,6 @@ if OMAP2_DSS
config OMAP2_DSS_DEBUG
bool "Debug support"
- default n
help
This enables printing of debug messages. Alternatively, debug messages
can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
@@ -26,7 +25,6 @@ config OMAP2_DSS_DEBUG
config OMAP2_DSS_DEBUGFS
bool "Debugfs filesystem support"
depends on DEBUG_FS
- default n
help
This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
querying about clock configuration and register configuration of dss,
@@ -35,7 +33,6 @@ config OMAP2_DSS_DEBUGFS
config OMAP2_DS...
2019 Apr 12
0
[PATCH] drm: remove redundant 'default n' from Kconfig
...OMAP2_DSS_DEBUG
> bool "Debug support"
> - default n
> help
> This enables printing of debug messages. Alternatively, debug messages
> can also be enabled by setting CONFIG_DYNAMIC_DEBUG and then setting
> @@ -26,7 +25,6 @@ config OMAP2_DSS_DEBUG
> config OMAP2_DSS_DEBUGFS
> bool "Debugfs filesystem support"
> depends on DEBUG_FS
> - default n
> help
> This enables debugfs for OMAPDSS at <debugfs>/omapdss. This enables
> querying about clock configuration and register configuration of dss,
> @@ -35,7 +33,6 @@ config...