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