From 0817d479649320960312e55df68fca5f85daddcb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 Jan 2015 12:28:04 -0600 Subject: [PATCH] Fix a missing quotation mark in configuration description --- arch/arm/src/efm32/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/efm32/Kconfig b/arch/arm/src/efm32/Kconfig index 7e0efd600a2..cd75755215d 100644 --- a/arch/arm/src/efm32/Kconfig +++ b/arch/arm/src/efm32/Kconfig @@ -213,7 +213,7 @@ config EFM32_GPIO_IRQ Enable support for interrupting GPIO pins config EFM32_LECLOCK - bool "Enable LE clocking (unconditionally) + bool "Enable LE clocking (unconditionally)" default n ---help--- Even you don't use core clock LE as source for LFA or LFB, to read