xref: /linux/drivers/net/ethernet/xscale/Kconfig (revision 138b15ed877eff8149ae32c12fa1f4795c9cb4cf)
1b47da977SJeff Kirsher#
2b47da977SJeff Kirsher# Intel XScale IXP device configuration
3b47da977SJeff Kirsher#
4b47da977SJeff Kirsher
5b47da977SJeff Kirsherconfig NET_VENDOR_XSCALE
6b47da977SJeff Kirsher	bool "Intel XScale IXP devices"
788f07484SJeff Kirsher	default y
8695e0078SRob Herring	depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
9695e0078SRob Herring		   IXP4XX_NPE && IXP4XX_QMGR)
10b47da977SJeff Kirsher	---help---
11*138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
12b47da977SJeff Kirsher
13b47da977SJeff Kirsher	  Note that the answer to this question does not directly affect the
14b47da977SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
15b47da977SJeff Kirsher	  the questions about XSacle IXP devices. If you say Y, you will be
16b47da977SJeff Kirsher	  asked for your specific card in the following questions.
17b47da977SJeff Kirsher
18b47da977SJeff Kirsherif NET_VENDOR_XSCALE
19b47da977SJeff Kirsher
20b47da977SJeff Kirsherconfig IXP4XX_ETH
21b47da977SJeff Kirsher	tristate "Intel IXP4xx Ethernet support"
22b47da977SJeff Kirsher	depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
23b47da977SJeff Kirsher	select PHYLIB
24408eccceSDaniel Borkmann	select NET_PTP_CLASSIFY
25b47da977SJeff Kirsher	---help---
26b47da977SJeff Kirsher	  Say Y here if you want to use built-in Ethernet ports
27b47da977SJeff Kirsher	  on IXP4xx processor.
28b47da977SJeff Kirsher
29b47da977SJeff Kirsherendif # NET_VENDOR_XSCALE
30