summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/Kconfig2
-rw-r--r--nuttx/configs/stm3220g-eval/Kconfig4
-rw-r--r--nuttx/configs/stm3240g-eval/Kconfig4
3 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 16b41ba74..18859be86 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -535,7 +535,7 @@ config ARCH_BOARD_STM32F3_DISCOVERY
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help---
- STMicro STM32F3-Discovery board based on the STMicro CONFIG_ARCH_CHIP_STM32F303VCT6 MCU.
+ STMicro STM32F3-Discovery board based on the STMicro ARCH_CHIP_STM32F303VCT6 MCU.
config ARCH_BOARD_STM32F4_DISCOVERY
bool "STMicro STM32F4-Discovery board"
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
diff --git a/nuttx/configs/stm3240g-eval/Kconfig b/nuttx/configs/stm3240g-eval/Kconfig
index ae73d21e4..26503761e 100644
--- a/nuttx/configs/stm3240g-eval/Kconfig
+++ b/nuttx/configs/stm3240g-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 STM3240G_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 STM3240G_LCD