2 # HISILICON device configuration
5 config NET_VENDOR_HISILICON
6 bool "Hisilicon devices"
8 depends on (OF || ACPI) && HAS_DMA
9 depends on ARM || ARM64 || COMPILE_TEST
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Hisilicon devices. If you say Y, you will be asked
16 for your specific card in the following questions.
18 if NET_VENDOR_HISILICON
21 tristate "Hisilicon HIX5HD2 Family Network Device Support"
24 This selects the hix5hd2 mac family network device.
27 tristate "Hisilicon Fast Ethernet MAC device support"
30 select RESET_CONTROLLER
32 This selects the Hisilicon Fast Ethernet MAC device(FEMAC).
33 The FEMAC receives and transmits data over Ethernet
34 ports at 10/100 Mbps in full-duplex or half-duplex mode.
35 The FEMAC exchanges data with the CPU, and supports
36 the energy efficient Ethernet (EEE).
39 tristate "HISILICON P04 Ethernet support"
40 depends on HAS_IOMEM # For MFD_SYSCON
45 If you wish to compile a kernel for a hardware with hisilicon p04 SoC and
46 want to use the internal ethernet then you should answer Y to this.
52 This selects the HNS MDIO support. It is needed by HNS_DSAF to access
56 tristate "Hisilicon Network Subsystem Support (Framework)"
58 This selects the framework support for Hisilicon Network Subsystem. It
59 is needed by any driver which provides HNS acceleration engine or make
63 tristate "Hisilicon HNS DSAF device Support"
67 This selects the DSAF (Distributed System Area Frabric) network
68 acceleration engine support. The engine is used in Hisilicon hip05,
69 Hi1610 and further ICT SoC
72 tristate "Hisilicon HNS Ethernet Device Support"
76 This selects the general ethernet driver for HNS. This module make
77 use of any HNS AE driver, such as HNS_DSAF
79 endif # NET_VENDOR_HISILICON