Tiva: Fix configuration logic for IRQ interrupts. The various parts support varying numbers of GPIO blocks and with varying capabilities to support interrupts on the pins of different GPIO blocks
This commit is contained in:
parent
6abc3db2ac
commit
6729649515
@ -162,21 +162,27 @@ CONFIG_SSI1_DISABLE=y
|
||||
# CONFIG_TIVA_FLASH is not set
|
||||
|
||||
#
|
||||
# Disable GPIO Interrupts
|
||||
# Enable GPIO Interrupts
|
||||
#
|
||||
# CONFIG_TIVA_GPIOA_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOB_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOC_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOD_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOE_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOF_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOG_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOH_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOJ_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOK_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOL_IRQS is not set
|
||||
# CONFIG_TIVA_GPIOM_IRQS is not set
|
||||
# CONFIG_TIVA_GPION_IRQS is not set
|
||||
CONFIG_TIVA_GPIO_IRQS=y
|
||||
# CONFIG_TIVA_HAVE_GPIOA_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOB_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOC_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOD_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOE_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOF_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOG_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOH_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOJ_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOK_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOL_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOM_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPION_IRQS is not set
|
||||
CONFIG_TIVA_HAVE_GPIOP_IRQS=y
|
||||
CONFIG_TIVA_HAVE_GPIOQ_IRQS=y
|
||||
# CONFIG_TIVA_HAVE_GPIOR_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOS_IRQS is not set
|
||||
# CONFIG_TIVA_HAVE_GPIOT_IRQS is not set
|
||||
CONFIG_TIVA_GPIOP_IRQS=y
|
||||
# CONFIG_TIVA_GPIOQ_IRQS is not set
|
||||
|
||||
@ -248,8 +254,9 @@ CONFIG_ARCH_BOARD="dk-tm4c129x"
|
||||
CONFIG_ARCH_HAVE_LEDS=y
|
||||
CONFIG_ARCH_LEDS=y
|
||||
CONFIG_ARCH_HAVE_BUTTONS=y
|
||||
# CONFIG_ARCH_BUTTONS is not set
|
||||
CONFIG_ARCH_BUTTONS=y
|
||||
CONFIG_ARCH_HAVE_IRQBUTTONS=y
|
||||
CONFIG_ARCH_IRQBUTTONS=y
|
||||
CONFIG_NSH_MMCSDMINOR=0
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user