blob: cd0a8f46e7c6c1438231e7f845e5dcc025adc456 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jeff Kirsherb47da972011-07-14 22:13:23 -07002#
3# Intel XScale IXP device configuration
4#
5
6config NET_VENDOR_XSCALE
7 bool "Intel XScale IXP devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07008 default y
Rob Herring695e0072012-04-03 15:34:00 +00009 depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
10 IXP4XX_NPE && IXP4XX_QMGR)
Jeff Kirsherb47da972011-07-14 22:13:23 -070011 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040012 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherb47da972011-07-14 22:13:23 -070013
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
Geert Uytterhoevencec754c2019-07-31 15:22:13 +020016 the questions about XScale IXP devices. If you say Y, you will be
Jeff Kirsherb47da972011-07-14 22:13:23 -070017 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
Daniel Borkmann408eccc2014-04-01 16:20:23 +020025 select NET_PTP_CLASSIFY
Jeff Kirsherb47da972011-07-14 22:13:23 -070026 ---help---
27 Say Y here if you want to use built-in Ethernet ports
28 on IXP4xx processor.
29
Jeff Kirsherb47da972011-07-14 22:13:23 -070030endif # NET_VENDOR_XSCALE