summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mz/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-25 11:09:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-25 11:09:04 -0600
commit3dab31e5fd3426d24a7ca33916fc829df564aac5 (patch)
treeb2c1c91a314432fe4ac4c6b60c15a9cecf3babe4 /nuttx/arch/mips/src/pic32mz/Kconfig
parent1851c98ac7bd8a9d608167caa2f6226ca3c0c6fc (diff)
downloadnuttx-3dab31e5fd3426d24a7ca33916fc829df564aac5.tar.gz
nuttx-3dab31e5fd3426d24a7ca33916fc829df564aac5.tar.bz2
nuttx-3dab31e5fd3426d24a7ca33916fc829df564aac5.zip
PIC32MZ: Add file for GPIO interrupt support. There are issues so configuration is EXPERIMENTAL for now
Diffstat (limited to 'nuttx/arch/mips/src/pic32mz/Kconfig')
-rw-r--r--nuttx/arch/mips/src/pic32mz/Kconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/nuttx/arch/mips/src/pic32mz/Kconfig b/nuttx/arch/mips/src/pic32mz/Kconfig
index 5c4dff9d7..a451d895c 100644
--- a/nuttx/arch/mips/src/pic32mz/Kconfig
+++ b/nuttx/arch/mips/src/pic32mz/Kconfig
@@ -248,6 +248,13 @@ config PIC32MZ_CTMU
endmenu
+config PIC32MZ_GPIOIRQ
+ bool "GPIO Interrupt"
+ default n
+ depends on EXPERIMENTAL
+ ---help---
+ Build in support for interrupts based on GPIO inputs from IOPorts
+
config PIC32MZ_T1_SOSC
bool
default n
@@ -257,14 +264,14 @@ menu "PIC32MZ PHY/Ethernet device driver settings"
depends on PIC32MZ_ETHERNET
config PHY_AUTONEG
- bool "Auto-negotion"
+ bool "Auto-negotiation"
default y
depends on PIC32MZ_ETHERNET
---help---
- Enable auto-negotion
+ Enable auto-negotiation
config PHY_SPEED100
- bool "100Mbps spped"
+ bool "100Mbps speed"
default n
depends on PIC32MZ_ETHERNET && !PHY_AUTONEG
---help---