5f7879e024
The Mercurial branch may change, which leads to non-reproducible builds. So download a released version instead. Also add configure option for e1000e. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
27 lines
512 B
Plaintext
27 lines
512 B
Plaintext
config BR2_PACKAGE_IGH_ETHERCAT
|
|
bool "igh-ethercat"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
IgH EtherCAT Master for Linux.
|
|
|
|
http://www.etherlab.org/en/ethercat/index.php
|
|
|
|
if BR2_PACKAGE_IGH_ETHERCAT
|
|
|
|
config BR2_PACKAGE_IGH_ETHERCAT_8139TOO
|
|
bool "8139too driver"
|
|
|
|
config BR2_PACKAGE_IGH_ETHERCAT_E100
|
|
bool "e100 driver"
|
|
|
|
config BR2_PACKAGE_IGH_ETHERCAT_E1000
|
|
bool "e1000 driver"
|
|
|
|
config BR2_PACKAGE_IGH_ETHERCAT_E1000E
|
|
bool "e1000e driver"
|
|
|
|
config BR2_PACKAGE_IGH_ETHERCAT_R8169
|
|
bool "r8169 driver"
|
|
|
|
endif
|