mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arch/arm/src/stm32: make STM32_ETHMAC depend on NET
STM32_ETHMAC selects NETDEVICES, but NETDEVICES depends on NET. Enabling ETHMAC without NET produced an invalid Kconfig Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
bdd68ed1e5
commit
5c0cd18719
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ config STM32_QSPI
|
|||
|
||||
config STM32_ETHMAC
|
||||
bool "Ethernet MAC"
|
||||
depends on STM32_HAVE_ETHERNET
|
||||
depends on STM32_HAVE_ETHERNET && NET
|
||||
select NETDEVICES
|
||||
select ARCH_HAVE_PHY
|
||||
select STM32_PHY_HAVE_POLLED if !STM32_COMMON_LEGACY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue