Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 2 | # |
| 3 | # Intel XScale IXP device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_XSCALE |
| 7 | bool "Intel XScale IXP devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 8 | default y |
Rob Herring | 695e007 | 2012-04-03 15:34:00 +0000 | [diff] [blame] | 9 | depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \ |
| 10 | IXP4XX_NPE && IXP4XX_QMGR) |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 11 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 12 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 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 |
Geert Uytterhoeven | cec754c | 2019-07-31 15:22:13 +0200 | [diff] [blame] | 16 | the questions about XScale IXP devices. If you say Y, you will be |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 17 | asked for your specific card in the following questions. |
| 18 | |
| 19 | if NET_VENDOR_XSCALE |
| 20 | |
| 21 | config IXP4XX_ETH |
| 22 | tristate "Intel IXP4xx Ethernet support" |
| 23 | depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR |
| 24 | select PHYLIB |
Daniel Borkmann | 408eccc | 2014-04-01 16:20:23 +0200 | [diff] [blame] | 25 | select NET_PTP_CLASSIFY |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 26 | ---help--- |
| 27 | Say Y here if you want to use built-in Ethernet ports |
| 28 | on IXP4xx processor. |
| 29 | |
Jeff Kirsher | b47da97 | 2011-07-14 22:13:23 -0700 | [diff] [blame] | 30 | endif # NET_VENDOR_XSCALE |