summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 08:08:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 08:08:58 -0600
commitf2048d655094547f1a5c1c24768f085ccf9cbcdc (patch)
tree7b9780e3790ed3a0af8747d5fabc7d699165dc7a
parentd4cde860bea6f9b2068ecc5b6d71087d4cb770ed (diff)
downloadnuttx-f2048d655094547f1a5c1c24768f085ccf9cbcdc.tar.gz
nuttx-f2048d655094547f1a5c1c24768f085ccf9cbcdc.tar.bz2
nuttx-f2048d655094547f1a5c1c24768f085ccf9cbcdc.zip
If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT
-rwxr-xr-xnuttx/configs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index e2230b02f..91ea7de0a 100755
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -630,6 +630,7 @@ config ARCH_BOARD_SAM4EEK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
+ select ARCH_PHY_INTERRUPT if NETDEVICES
---help---
The port of NuttX to the Atmel SAM4E-EK development board. This
board features the SAM4E16 MCU running at up to 120MHz.