harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / igh-ethercat / Config.in
blobe600ef5fcdc16895e095a50b812221ae85843853
1 comment "igh-ethercat needs a Linux kernel to be built"
2         depends on !BR2_LINUX_KERNEL
4 config BR2_PACKAGE_IGH_ETHERCAT
5         bool "igh-ethercat"
6         depends on BR2_LINUX_KERNEL
7         help
8           IgH EtherCAT Master for Linux.
10           http://www.etherlab.org/en/ethercat/index.php
12 if BR2_PACKAGE_IGH_ETHERCAT
14 config BR2_PACKAGE_IGH_ETHERCAT_8139TOO
15         bool "8139too driver"
17 config BR2_PACKAGE_IGH_ETHERCAT_E100
18         bool "e100 driver"
20 config BR2_PACKAGE_IGH_ETHERCAT_E1000
21         bool "e1000 driver"
23 config BR2_PACKAGE_IGH_ETHERCAT_E1000E
24         bool "e1000e driver"
26 config BR2_PACKAGE_IGH_ETHERCAT_R8169
27         bool "r8169 driver"
29 endif