diff options
author | John Crispin <john@openwrt.org> | 2010-03-18 13:02:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-03-18 13:02:29 +0000 |
commit | 4fcee4628c22097de0062d6d84bf28dd04e57a9c (patch) | |
tree | d80acdd9eb20fa63d68b750f222dc4cb1ac46ee9 /package/ifxmips-dsl-api/Config.in | |
parent | d47b3b56e65ba91eff6bdcee1e716d0ceb62ca02 (diff) | |
download | mtk-20170518-4fcee4628c22097de0062d6d84bf28dd04e57a9c.zip mtk-20170518-4fcee4628c22097de0062d6d84bf28dd04e57a9c.tar.gz mtk-20170518-4fcee4628c22097de0062d6d84bf28dd04e57a9c.tar.bz2 |
Add option to disable debug output of DSL drivers signed of by Ithamar R. Adema
SVN-Revision: 20270
Diffstat (limited to 'package/ifxmips-dsl-api/Config.in')
-rw-r--r-- | package/ifxmips-dsl-api/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/ifxmips-dsl-api/Config.in b/package/ifxmips-dsl-api/Config.in index a1c3cd4..277d96e 100644 --- a/package/ifxmips-dsl-api/Config.in +++ b/package/ifxmips-dsl-api/Config.in @@ -16,3 +16,8 @@ config IFXMIPS_ANNEX_B Annex-B endchoice + +config IFXMIPS_DSL_DEBUG + bool "ifxmips-dsl debugging" + help + Say Y, if you need ifxmips-dsl to display debug messages. |