]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/ethernet/nuvoton/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / ethernet / nuvoton / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
679ec0ef
JK
2#
3# Nuvoton network device configuration
4#
5
6config NET_VENDOR_NUVOTON
7 bool "Nuvoton devices"
88f07484 8 default y
679ec0ef
JK
9 depends on ARM && ARCH_W90X900
10 ---help---
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
679ec0ef
JK
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
18if NET_VENDOR_NUVOTON
19
20config 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
29endif # NET_VENDOR_NUVOTON