[package] allow different ar7-atm versions to be selected (#6345)
[openwrt/svn-archive/archive.git] / package / ar7-atm / Config.in
1 choice
2 prompt "Firmware version"
3 depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b)
4 default AR7_ATM_FW_VERSION_704
5 help
6 This option allows you to switch between firmware/driver versions which
7 might improve the DSL line speed.
8
9 config AR7_ATM_FW_VERSION_704
10 bool "D7.04.03.00"
11
12 config AR7_ATM_FW_VERSION_703
13 bool "D7.03.01.00"
14
15 endchoice