Rename HCS12 version of CONFIG_GPIO_IRQ to CONFIG_HCS12_GPIOIRQ

This commit is contained in:
Gregory Nutt 2016-07-22 14:53:17 -06:00
parent c00ad93165
commit 5a9519d636

View File

@ -44,7 +44,8 @@ endmenu # HSC12 Build Options
config HCS12_GPIOIRQ
bool "GPIO interrupt support"
default n
depends on EXPERIMENTAL
---help---
Enable support for GPIO interrupts
Enable support for GPIO interrupts (not implemented)
endif # ARCH_HSC12