2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-05-16 00:05:19 -07:00
|
|
|
#
|
|
|
|
# STMicroelectronics device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_STMICRO
|
|
|
|
bool "STMicroelectronics devices"
|
2011-08-23 01:29:52 -07:00
|
|
|
default y
|
2011-05-16 00:05:19 -07:00
|
|
|
depends on HAS_IOMEM
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2017-01-17 14:53:07 +00:00
|
|
|
If you have a network (Ethernet) card based on Synopsys Ethernet IP
|
|
|
|
Cores, say Y.
|
2011-05-16 00:05:19 -07:00
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about STMicroelectronics cards. If you say Y, you will
|
|
|
|
be asked for your specific card in the following questions.
|
|
|
|
|
|
|
|
if NET_VENDOR_STMICRO
|
|
|
|
|
|
|
|
source "drivers/net/ethernet/stmicro/stmmac/Kconfig"
|
|
|
|
|
|
|
|
endif # NET_VENDOR_STMICRO
|