blob: 325e26c549f87fec32e90453cdaaf3ee578607e5 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jeff Kirsher679ec0e2011-07-17 00:20:45 -07002#
3# Nuvoton network device configuration
4#
5
6config NET_VENDOR_NUVOTON
7 bool "Nuvoton devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07008 default y
Jeff Kirsher679ec0e2011-07-17 00:20:45 -07009 depends on ARM && ARCH_W90X900
10 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040011 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher679ec0e2011-07-17 00:20:45 -070012
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Nuvoton cards. If you say Y, you will be asked
16 for your specific card in the following questions.
17
18if NET_VENDOR_NUVOTON
19
20config W90P910_ETH
21 tristate "Nuvoton w90p910 Ethernet support"
22 depends on ARM && ARCH_W90X900
23 select PHYLIB
Jeff Kirsher679ec0e2011-07-17 00:20:45 -070024 select MII
25 ---help---
26 Say Y here if you want to use built-in Ethernet ports
27 on w90p910 processor.
28
29endif # NET_VENDOR_NUVOTON