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:
parent
3e7751ab62
commit
f79f43903d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user