From 561c54964b2c99b1709fa79ee98aea31e7d7d449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:52:00 -0600 Subject: Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed --- nuttx/configs/stm3220g-eval/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3220g-eval') diff --git a/nuttx/configs/stm3220g-eval/Kconfig b/nuttx/configs/stm3220g-eval/Kconfig index 33e172cfc..300788c9b 100644 --- a/nuttx/configs/stm3220g-eval/Kconfig +++ b/nuttx/configs/stm3220g-eval/Kconfig @@ -21,7 +21,7 @@ config LCD_RDSHIFT When reading 16-bit gram data, there appears to be a shift in the returned data. This value fixes the offset. Default 5. -config CONFIG_STM32_ILI9320_DISABLE +config STM32_ILI9320_DISABLE bool "Disable LCD_ILI9320 (and LCD_ILI9321) support" default n depends on STM3220G_LCD @@ -30,7 +30,7 @@ config CONFIG_STM32_ILI9320_DISABLE ID value. However, code size can be reduced by suppressing support for individual LCDs using this option. -config CONFIG_STM32_ILI9325_DISABLE +config STM32_ILI9325_DISABLE bool "Disable LCD_ILI9325 support" default n depends on STM3220G_LCD -- cgit v1.2.3