2011-05-16 14:05:19 +07:00
|
|
|
#
|
|
|
|
# STMicroelectronics device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_STMICRO
|
|
|
|
bool "STMicroelectronics devices"
|
2011-08-23 15:29:52 +07:00
|
|
|
default y
|
2011-05-16 14:05:19 +07:00
|
|
|
depends on HAS_IOMEM
|
|
|
|
---help---
|
2017-01-17 21:53:07 +07:00
|
|
|
If you have a network (Ethernet) card based on Synopsys Ethernet IP
|
|
|
|
Cores, say Y.
|
2011-05-16 14: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
|