summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 08:35:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 08:35:31 -0600
commit4421b7e8c66af9dee026bf3ad91632f3e42a937f (patch)
tree05f818e25deace3bddd1b470480bf32677645e83 /nuttx/configs/Kconfig
parent67857e3c5b699f1539da1771df2b624ddc861d63 (diff)
downloadnuttx-4421b7e8c66af9dee026bf3ad91632f3e42a937f.tar.gz
nuttx-4421b7e8c66af9dee026bf3ad91632f3e42a937f.tar.bz2
nuttx-4421b7e8c66af9dee026bf3ad91632f3e42a937f.zip
Convert existing board specific PHY interrupt interfaces to use newly defined standard interface
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 2caf802ef..4b0c318b2 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -563,6 +563,7 @@ config ARCH_BOARD_SAMA5D3X_EK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
+ select ARCH_PHY_INTERRUPT
---help---
The port of NuttX to the Atmel SAMA5D3x-EK development board (where x=1,3,4, or 5).
@@ -572,6 +573,7 @@ config ARCH_BOARD_SAMA5D3_XPLAINED
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
+ select ARCH_PHY_INTERRUPT
---help---
The port of NuttX to the Atmel SAMA5D3 Xplained development board.
@@ -581,6 +583,7 @@ config ARCH_BOARD_SAMA5D4_EK
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
+ select ARCH_PHY_INTERRUPT
---help---
The port of NuttX to the Atmel SAMA5D4-EK development board