If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT

This commit is contained in:
Gregory Nutt 2014-11-25 08:08:58 -06:00
parent ad36e75a40
commit a78ad24213
1 changed files with 1 additions and 0 deletions

View File

@ -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.