xref: /linux/drivers/net/ethernet/hisilicon/Kconfig (revision 4a841ee928f430e466cf8e7ea8ad08eb13b1377c)
157c5bc9aSZhangfei Gao#
257c5bc9aSZhangfei Gao# HISILICON device configuration
357c5bc9aSZhangfei Gao#
457c5bc9aSZhangfei Gao
557c5bc9aSZhangfei Gaoconfig NET_VENDOR_HISILICON
657c5bc9aSZhangfei Gao	bool "Hisilicon devices"
757c5bc9aSZhangfei Gao	default y
857c5bc9aSZhangfei Gao	depends on ARM
957c5bc9aSZhangfei Gao	---help---
1057c5bc9aSZhangfei Gao	  If you have a network (Ethernet) card belonging to this class, say Y
1157c5bc9aSZhangfei Gao	  and read the Ethernet-HOWTO, available from
1257c5bc9aSZhangfei Gao	  <http://www.tldp.org/docs.html#howto>.
1357c5bc9aSZhangfei Gao
1457c5bc9aSZhangfei Gao	  Note that the answer to this question doesn't directly affect the
1557c5bc9aSZhangfei Gao	  kernel: saying N will just cause the configurator to skip all
1657c5bc9aSZhangfei Gao	  the questions about Hisilicon devices. If you say Y, you will be asked
1757c5bc9aSZhangfei Gao	  for your specific card in the following questions.
1857c5bc9aSZhangfei Gao
1957c5bc9aSZhangfei Gaoif NET_VENDOR_HISILICON
2057c5bc9aSZhangfei Gao
2157c5bc9aSZhangfei Gaoconfig HIX5HD2_GMAC
2257c5bc9aSZhangfei Gao	tristate "Hisilicon HIX5HD2 Family Network Device Support"
2357c5bc9aSZhangfei Gao	select PHYLIB
2457c5bc9aSZhangfei Gao	help
2557c5bc9aSZhangfei Gao	  This selects the hix5hd2 mac family network device.
2657c5bc9aSZhangfei Gao
27*4a841ee9SZhangfei Gaoconfig HIP04_ETH
28*4a841ee9SZhangfei Gao	tristate "HISILICON P04 Ethernet support"
29*4a841ee9SZhangfei Gao	select PHYLIB
30*4a841ee9SZhangfei Gao	select MARVELL_PHY
31*4a841ee9SZhangfei Gao	select MFD_SYSCON
32*4a841ee9SZhangfei Gao	---help---
33*4a841ee9SZhangfei Gao	  If you wish to compile a kernel for a hardware with hisilicon p04 SoC and
34*4a841ee9SZhangfei Gao	  want to use the internal ethernet then you should answer Y to this.
35*4a841ee9SZhangfei Gao
3657c5bc9aSZhangfei Gaoendif # NET_VENDOR_HISILICON
37