diff options
author | Chandrabhanu Mahapatra <cmahapatra@ti.com> | 2012-09-29 01:55:42 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-12 07:15:30 -0400 |
commit | 1b3bcb33fb9faeab29e5c734fa000f6c7746ea1c (patch) | |
tree | 6fb7167e1184e317bbe656a73cc1dc4b7712f1d8 /drivers/video/omap2/dss/dss.c | |
parent | 7ad6623a4980caa053eb9eb3207e0c3ba7d4ed4d (diff) |
OMAPDSS: Create new debug config options
The config option CONFIG_OMAP2_DSS_DEBUG_SUPPORT has been removed and replaced
with CONFIG_OMAP2_DSS_DEBUG and CONFIG_OMAP2_DSS_DEBUGFS. CONFIG_OMAP2_DSS_DEBUG
enables DEBUG flag and CONFIG_OMAP2_DSS_DEBUGFS enables creation of debugfs for
OMAPDSS. Both the config options are disabled by default and can be enabled
independently of one another as per convenience.
Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Reviewed-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.c')
-rw-r--r-- | drivers/video/omap2/dss/dss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c index 2ab1c3e96553..3954742d46d3 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/omap2/dss/dss.c | |||
@@ -746,7 +746,7 @@ static void dss_runtime_put(void) | |||
746 | } | 746 | } |
747 | 747 | ||
748 | /* DEBUGFS */ | 748 | /* DEBUGFS */ |
749 | #if defined(CONFIG_DEBUG_FS) && defined(CONFIG_OMAP2_DSS_DEBUG_SUPPORT) | 749 | #if defined(CONFIG_OMAP2_DSS_DEBUGFS) |
750 | void dss_debug_dump_clocks(struct seq_file *s) | 750 | void dss_debug_dump_clocks(struct seq_file *s) |
751 | { | 751 | { |
752 | dss_dump_clocks(s); | 752 | dss_dump_clocks(s); |