From d4b01c55b52c7bd01bfd7833dddffc4e955befe4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Nov 2014 08:08:58 -0600 Subject: [PATCH] If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT --- configs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/Kconfig b/configs/Kconfig index e2230b02f2..91ea7de0ae 100755 --- a/configs/Kconfig +++ b/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.