25 lines
421 B
Plaintext
25 lines
421 B
Plaintext
menu "NDM Systems options"
|
|
|
|
comment "System options"
|
|
source "ndm/Kconfig.sys"
|
|
|
|
comment "Network options"
|
|
source "ndm/Kconfig.net"
|
|
|
|
if !(RALINK_MT7628)
|
|
comment "HW NAT options"
|
|
menu "Ralink/MTK HW NAT"
|
|
source "ndm/Kconfig.ppe"
|
|
endmenu
|
|
endif
|
|
|
|
comment "Wireless options"
|
|
source "ndm/Kconfig.wifi"
|
|
|
|
comment "Wireless offload options"
|
|
source "ndm/Kconfig.warp"
|
|
|
|
comment "HW crypto options"
|
|
source "ndm/Kconfig.crypto"
|
|
endmenu
|