EFM32: Add buton interrupt handling for the Olimex board

This commit is contained in:
Gregory Nutt 2014-10-21 13:51:30 -06:00
parent b965c7e8f4
commit 3591729d17

View File

@ -28,6 +28,7 @@ config ARCH_CHIP_C5471
bool "TMS320 C5471"
select ARCH_ARM7TDMI
select ARCH_HAVE_LOWVECTORS
select ARCH_HAVE_OTHER_UART
---help---
TI TMS320 C5471, A180, or DA180 (ARM7TDMI)
@ -36,6 +37,7 @@ config ARCH_CHIP_CALYPSO
select ARCH_ARM7TDMI
select ARCH_HAVE_HEAP2
select ARCH_HAVE_LOWVECTORS
select ARCH_HAVE_OTHER_UART
---help---
TI Calypso-based cell phones (ARM7TDMI)