mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
This commit is contained in:
parent
22fe508443
commit
d3daad87f1
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ config STM32_ETHMAC
|
|||
bool "Ethernet MAC"
|
||||
default n
|
||||
depends on STM32_CONNECTIVITYLINE || STM32_STM32F20XX || STM32_STM32F40XX
|
||||
select NETDEVICES
|
||||
select ARCH_HAVE_PHY
|
||||
|
||||
config STM32_FSMC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue