1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Intel XScale IXP device configuration
4#
5
6config NET_VENDOR_XSCALE
7	bool "Intel XScale IXP devices"
8	default y
9	depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
10		   IXP4XX_NPE && IXP4XX_QMGR)
11	---help---
12	  If you have a network (Ethernet) card belonging to this class, say Y.
13
14	  Note that the answer to this question does not directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about XSacle IXP devices. If you say Y, you will be
17	  asked for your specific card in the following questions.
18
19if NET_VENDOR_XSCALE
20
21config IXP4XX_ETH
22	tristate "Intel IXP4xx Ethernet support"
23	depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
24	select PHYLIB
25	select NET_PTP_CLASSIFY
26	---help---
27	  Say Y here if you want to use built-in Ethernet ports
28	  on IXP4xx processor.
29
30endif # NET_VENDOR_XSCALE
31