1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

cpu/periph_eth: Fix kconfig model

This probably can be done better as the periph_eth should not be
only part of the stm32 as the sam0 also uses it.
This commit is contained in:
MrKevinWeiss 2022-08-16 09:58:46 +02:00
parent 3e7751ab62
commit f79f43903d
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -40,7 +40,7 @@ endif # MODULE_STM32_ETH
config MODULE_PERIPH_ETH
bool
depends on HAS_PERIPH_ETH
select MODULE_PERIPH_ETH_COMMON
select MODULE_PERIPH_ETH_COMMON if CPU_STM32
config MODULE_PERIPH_ETH_COMMON
bool