If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT
This commit is contained in:
parent
ad36e75a40
commit
a78ad24213
|
@ -630,6 +630,7 @@ config ARCH_BOARD_SAM4EEK
|
||||||
select ARCH_HAVE_LEDS
|
select ARCH_HAVE_LEDS
|
||||||
select ARCH_HAVE_BUTTONS
|
select ARCH_HAVE_BUTTONS
|
||||||
select ARCH_HAVE_IRQBUTTONS
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
|
select ARCH_PHY_INTERRUPT if NETDEVICES
|
||||||
---help---
|
---help---
|
||||||
The port of NuttX to the Atmel SAM4E-EK development board. This
|
The port of NuttX to the Atmel SAM4E-EK development board. This
|
||||||
board features the SAM4E16 MCU running at up to 120MHz.
|
board features the SAM4E16 MCU running at up to 120MHz.
|
||||||
|
|
Loading…
Reference in New Issue