Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
This commit is contained in:
parent
d7c27f34d9
commit
dac6e42c43
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user