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