summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
commit561c54964b2c99b1709fa79ee98aea31e7d7d449 (patch)
treec6f4c2610a9850b76b54b9716d3c51bdf4af3e56 /nuttx/configs/stm3220g-eval
parent1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (diff)
downloadpx4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.gz
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.bz2
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.zip
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
Diffstat (limited to 'nuttx/configs/stm3220g-eval')
-rw-r--r--nuttx/configs/stm3220g-eval/Kconfig4
1 files changed, 2 insertions, 2 deletions
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