From f2048d655094547f1a5c1c24768f085ccf9cbcdc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Nov 2014 08:08:58 -0600 Subject: If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT --- nuttx/configs/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3