Config.in 458 B

12345678910111213141516171819202122
  1. menu "Configuration"
  2. depends on (PACKAGE_kmod-sangam-atm-annex-a || PACKAGE_kmod-sangam-atm-annex-b)
  3. choice
  4. prompt "Firmware version"
  5. default AR7_ATM_FW_VERSION_704
  6. help
  7. This option allows you to switch between firmware/driver versions which
  8. might improve the DSL line speed.
  9. config AR7_ATM_FW_VERSION_705
  10. bool "D7.05.01.00"
  11. config AR7_ATM_FW_VERSION_704
  12. bool "D7.04.03.00"
  13. config AR7_ATM_FW_VERSION_703
  14. bool "D7.03.01.00"
  15. endchoice
  16. endmenu