diff options
author | John Crispin <john@openwrt.org> | 2010-12-12 22:57:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-12-12 22:57:16 +0000 |
commit | 9f47e80bb30bed05ebcdfe671d4f2a9e9c7bfe55 (patch) | |
tree | 3d80c2524b0e73b5f7c9982eca4fe9301efdf75a /package/lqdsl/Config.in | |
parent | f590b304ef7d22242e08c86866cbb37927f0a404 (diff) | |
download | upstream-9f47e80bb30bed05ebcdfe671d4f2a9e9c7bfe55.tar.gz upstream-9f47e80bb30bed05ebcdfe671d4f2a9e9c7bfe55.tar.bz2 upstream-9f47e80bb30bed05ebcdfe671d4f2a9e9c7bfe55.zip |
adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.
SVN-Revision: 24526
Diffstat (limited to 'package/lqdsl/Config.in')
-rw-r--r-- | package/lqdsl/Config.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/lqdsl/Config.in b/package/lqdsl/Config.in new file mode 100644 index 0000000000..fe503b8538 --- /dev/null +++ b/package/lqdsl/Config.in @@ -0,0 +1,25 @@ + +choice + prompt "Firmware" + default LANTIQ_ANNEX_B + depends on PACKAGE_kmod-lqdsl + help + This option controls which firmware is loaded + +config LANTIQ_ANNEX_A + bool "Annex-A" + help + Annex-A + +config LANTIQ_ANNEX_B + bool "Annex-B" + help + Annex-B + +endchoice + +config LANTIQ_DSL_DEBUG + bool "lqdsl debugging" + depends on PACKAGE_kmod-lqdsl + help + Say Y, if you need lantiq-dsl to display debug messages. |