blob: dead17b5d769ca9639b879b9ef48b4e4e3679d44 [file] [log] [blame]
Zhangfei Gao57c5bc92014-06-03 13:49:37 +08001#
2# HISILICON device configuration
3#
4
5config NET_VENDOR_HISILICON
6 bool "Hisilicon devices"
7 default y
8 depends on ARM
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Zhangfei Gao57c5bc92014-06-03 13:49:37 +080011
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Hisilicon devices. If you say Y, you will be asked
15 for your specific card in the following questions.
16
17if NET_VENDOR_HISILICON
18
19config HIX5HD2_GMAC
20 tristate "Hisilicon HIX5HD2 Family Network Device Support"
21 select PHYLIB
22 help
23 This selects the hix5hd2 mac family network device.
24
Zhangfei Gao4a841ee2015-01-14 14:34:13 +080025config HIP04_ETH
26 tristate "HISILICON P04 Ethernet support"
27 select PHYLIB
28 select MARVELL_PHY
29 select MFD_SYSCON
30 ---help---
31 If you wish to compile a kernel for a hardware with hisilicon p04 SoC and
32 want to use the internal ethernet then you should answer Y to this.
33
Zhangfei Gao57c5bc92014-06-03 13:49:37 +080034endif # NET_VENDOR_HISILICON