Merge branch 'clk-fixes' into clk-next
[deliverable/linux.git] / drivers / net / ethernet / xscale / Kconfig
CommitLineData
b47da977
JK
1#
2# Intel XScale IXP device configuration
3#
4
5config NET_VENDOR_XSCALE
6 bool "Intel XScale IXP devices"
88f07484 7 default y
695e0078
RH
8 depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \
9 IXP4XX_NPE && IXP4XX_QMGR)
b47da977 10 ---help---
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
b47da977
JK
12
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
408eccce 24 select NET_PTP_CLASSIFY
b47da977
JK
25 ---help---
26 Say Y here if you want to use built-in Ethernet ports
27 on IXP4xx processor.
28
b47da977 29endif # NET_VENDOR_XSCALE
This page took 0.275427 seconds and 5 git commands to generate.