Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | 679ec0e | 2011-07-17 00:20:45 -0700 | [diff] [blame] | 2 | # |
| 3 | # Nuvoton network device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_NUVOTON |
| 7 | bool "Nuvoton devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 8 | default y |
Jeff Kirsher | 679ec0e | 2011-07-17 00:20:45 -0700 | [diff] [blame] | 9 | depends on ARM && ARCH_W90X900 |
| 10 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | 679ec0e | 2011-07-17 00:20:45 -0700 | [diff] [blame] | 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 |
Jeff Kirsher | 679ec0e | 2011-07-17 00:20:45 -0700 | [diff] [blame] | 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 |