blob: af3432fe9a5e0beeb12301f8642e82c43fab0842 [file] [log] [blame]
Jeff Kirsherb47da972011-07-14 22:13:23 -07001#
2# Intel XScale IXP device configuration
3#
4
5config NET_VENDOR_XSCALE
6 bool "Intel XScale IXP devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Rob Herring695e0072012-04-03 15:34:00 +00008 depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
9 IXP4XX_NPE && IXP4XX_QMGR)
Jeff Kirsherb47da972011-07-14 22:13:23 -070010 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040011 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherb47da972011-07-14 22:13:23 -070012
13 Note that the answer to this question does not directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about XSacle IXP devices. If you say Y, you will be
16 asked for your specific card in the following questions.
17
18if NET_VENDOR_XSCALE
19
20config IXP4XX_ETH
21 tristate "Intel IXP4xx Ethernet support"
22 depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR
23 select PHYLIB
Daniel Borkmann408eccc2014-04-01 16:20:23 +020024 select NET_PTP_CLASSIFY
Jeff Kirsherb47da972011-07-14 22:13:23 -070025 ---help---
26 Say Y here if you want to use built-in Ethernet ports
27 on IXP4xx processor.
28
Jeff Kirsherb47da972011-07-14 22:13:23 -070029endif # NET_VENDOR_XSCALE