Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[sfrench/cifs-2.6.git] / drivers / net / ethernet / nuvoton / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Nuvoton network device configuration
4 #
5
6 config NET_VENDOR_NUVOTON
7         bool "Nuvoton devices"
8         default y
9         depends on ARM && ARCH_W90X900
10         ---help---
11           If you have a network (Ethernet) card belonging to this class, say Y.
12
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
18 if NET_VENDOR_NUVOTON
19
20 config W90P910_ETH
21         tristate "Nuvoton w90p910 Ethernet support"
22         depends on ARM && ARCH_W90X900
23         select PHYLIB
24         select MII
25         ---help---
26           Say Y here if you want to use built-in Ethernet ports
27           on w90p910 processor.
28
29 endif # NET_VENDOR_NUVOTON