1b47da977SJeff Kirsher# 2b47da977SJeff Kirsher# Intel XScale IXP device configuration 3b47da977SJeff Kirsher# 4b47da977SJeff Kirsher 5b47da977SJeff Kirsherconfig NET_VENDOR_XSCALE 6b47da977SJeff Kirsher bool "Intel XScale IXP devices" 788f07484SJeff Kirsher default y 8*695e0078SRob Herring depends on NET_VENDOR_INTEL && (ARM && ARCH_IXP4XX && \ 9*695e0078SRob Herring IXP4XX_NPE && IXP4XX_QMGR) 10b47da977SJeff Kirsher ---help--- 11b47da977SJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 12b47da977SJeff Kirsher and read the Ethernet-HOWTO, available from 13b47da977SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 14b47da977SJeff Kirsher 15b47da977SJeff Kirsher Note that the answer to this question does not directly affect the 16b47da977SJeff Kirsher kernel: saying N will just cause the configurator to skip all 17b47da977SJeff Kirsher the questions about XSacle IXP devices. If you say Y, you will be 18b47da977SJeff Kirsher asked for your specific card in the following questions. 19b47da977SJeff Kirsher 20b47da977SJeff Kirsherif NET_VENDOR_XSCALE 21b47da977SJeff Kirsher 22b47da977SJeff Kirsherconfig IXP4XX_ETH 23b47da977SJeff Kirsher tristate "Intel IXP4xx Ethernet support" 24b47da977SJeff Kirsher depends on ARM && ARCH_IXP4XX && IXP4XX_NPE && IXP4XX_QMGR 25b47da977SJeff Kirsher select PHYLIB 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