Jeff Kirsher | 7ac6653 | 2011-05-16 00:05:19 -0700 | [diff] [blame] | 1 | # |
| 2 | # STMicroelectronics device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_STMICRO |
| 6 | bool "STMicroelectronics devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | 7ac6653 | 2011-05-16 00:05:19 -0700 | [diff] [blame] | 8 | depends on HAS_IOMEM |
| 9 | ---help--- |
jpinto | ab70e58 | 2017-01-17 14:53:07 +0000 | [diff] [blame^] | 10 | If you have a network (Ethernet) card based on Synopsys Ethernet IP |
| 11 | Cores, say Y. |
Jeff Kirsher | 7ac6653 | 2011-05-16 00:05:19 -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 STMicroelectronics cards. If you say Y, you will |
| 16 | be asked for your specific card in the following questions. |
| 17 | |
| 18 | if NET_VENDOR_STMICRO |
| 19 | |
| 20 | source "drivers/net/ethernet/stmicro/stmmac/Kconfig" |
| 21 | |
| 22 | endif # NET_VENDOR_STMICRO |