Fix some incorrect conditional logic

This commit is contained in:
Gregory Nutt 2014-10-18 16:16:57 -06:00
parent a011c250da
commit ebc8333a0b

View File

@ -50,12 +50,6 @@
************************************************************************************/
/* Configuration ********************************************************************/
#if !defined(CONFIG_EFM32_GPIOA_IRQ) && !defined(CONFIG_EFM32_GPIOB_IRQ) && \
!defined(CONFIG_EFM32_GPIOC_IRQ) && !defined(CONFIG_EFM32_GPIOD_IRQ) && \
!defined(CONFIG_EFM32_GPIOE_IRQ) && !defined(CONFIG_EFM32_GPIOF_IRQ)
# undef CONFIG_EFM32_GPIO_IRQ
#endif
#ifndef CONFIG_DEBUG
# undef CONFIG_DEBUG_GPIO
#endif