From 8dfb328efc371bb273a6c0743160c0f127c55d00 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 24 Aug 2014 12:55:51 -0600 Subject: [PATCH] Fix some SAMA5 configuration dependency problems that are only visible when networking is disabled --- configs/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/Kconfig b/configs/Kconfig index 4b0c318b22..dd0023009d 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -563,7 +563,7 @@ config ARCH_BOARD_SAMA5D3X_EK select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUTTONS - select ARCH_PHY_INTERRUPT + select ARCH_PHY_INTERRUPT if NETDEVICES ---help--- The port of NuttX to the Atmel SAMA5D3x-EK development board (where x=1,3,4, or 5). @@ -573,7 +573,7 @@ config ARCH_BOARD_SAMA5D3_XPLAINED select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUTTONS - select ARCH_PHY_INTERRUPT + select ARCH_PHY_INTERRUPT if NETDEVICES ---help--- The port of NuttX to the Atmel SAMA5D3 Xplained development board. @@ -583,7 +583,7 @@ config ARCH_BOARD_SAMA5D4_EK select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUTTONS - select ARCH_PHY_INTERRUPT + select ARCH_PHY_INTERRUPT if NETDEVICES ---help--- The port of NuttX to the Atmel SAMA5D4-EK development board