mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 06:00:17 +00:00
Fix some SAMA5 configuration dependency problems that are only visible when networking is disabled
This commit is contained in:
parent
10b621ac10
commit
ed2d8e438e
1 changed files with 3 additions and 3 deletions
|
|
@ -563,7 +563,7 @@ config ARCH_BOARD_SAMA5D3X_EK
|
|||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
select ARCH_PHY_INTERRUPT
|
||||
select ARCH_PHY_INTERRUPT if NETDEVICES
|
||||
---help---
|
||||
The port of NuttX to the Atmel SAMA5D3x-EK development board (where x=1,3,4, or 5).
|
||||
|
||||
|
|
@ -573,7 +573,7 @@ config ARCH_BOARD_SAMA5D3_XPLAINED
|
|||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
select ARCH_PHY_INTERRUPT
|
||||
select ARCH_PHY_INTERRUPT if NETDEVICES
|
||||
---help---
|
||||
The port of NuttX to the Atmel SAMA5D3 Xplained development board.
|
||||
|
||||
|
|
@ -583,7 +583,7 @@ config ARCH_BOARD_SAMA5D4_EK
|
|||
select ARCH_HAVE_LEDS
|
||||
select ARCH_HAVE_BUTTONS
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
select ARCH_PHY_INTERRUPT
|
||||
select ARCH_PHY_INTERRUPT if NETDEVICES
|
||||
---help---
|
||||
The port of NuttX to the Atmel SAMA5D4-EK development board
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue