mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
add missing Config.in for ar7
SVN-Revision: 2878
This commit is contained in:
parent
ea35a1edbe
commit
2895d499e5
29
openwrt/target/linux/ar7-2.4/Config.in
Normal file
29
openwrt/target/linux/ar7-2.4/Config.in
Normal file
@ -0,0 +1,29 @@
|
||||
config BR2_PACKAGE_KMOD_CPMAC
|
||||
prompt "kmod-cpmac........................ AR7 CPMAC Network Driver"
|
||||
tristate
|
||||
default y
|
||||
depends BR2_LINUX_2_4_AR7
|
||||
help
|
||||
Driver for the AR7 CPMAC network chip
|
||||
|
||||
config BR2_PACKAGE_KMOD_SANGAM_ATM_A
|
||||
prompt "kmod-sangam-atm-annex-a........... AR7 Sangam ADSL Driver (Annex A)"
|
||||
tristate
|
||||
default m
|
||||
depends BR2_LINUX_2_4_AR7
|
||||
select BR2_PACKAGE_KMOD_ATM
|
||||
help
|
||||
ATM driver for the Sangam ADSL chip on AR7
|
||||
Annex A version
|
||||
|
||||
config BR2_PACKAGE_KMOD_SANGAM_ATM_B
|
||||
prompt "kmod-sangam-atm-annex-b........... AR7 Sangam ADSL Driver (Annex B)"
|
||||
tristate
|
||||
default y
|
||||
depends BR2_LINUX_2_4_AR7
|
||||
select BR2_PACKAGE_KMOD_ATM
|
||||
help
|
||||
ATM driver for the Sangam ADSL chip on AR7
|
||||
Annex B version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user