You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
329 B
20 lines
329 B
7 months ago
|
#
|
||
|
# hleth family network device configuration
|
||
|
#
|
||
|
|
||
|
menuconfig FEMAC
|
||
|
tristate "hleth(switch fabric) family network device support"
|
||
|
select PHYLIB
|
||
|
help
|
||
|
This selects the hleth family network device.
|
||
|
|
||
|
if FEMAC
|
||
|
|
||
|
config HLETH_MAX_RX_POOLS
|
||
|
int "hleth max rx pool size"
|
||
|
default "1024"
|
||
|
help
|
||
|
hleth max static rx pool size.
|
||
|
|
||
|
endif
|