Fix some SAMA5 configuration dependency problems that are only visible when networking is disabled
This commit is contained in:
parent
1b2a96c965
commit
8dfb328efc
@ -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…
Reference in New Issue
Block a user