Fix Kconfig style
Remove spaces from Kconfig files
This commit is contained in:
parent
46e1916a91
commit
e4ffce3355
2
Kconfig
2
Kconfig
@ -2006,7 +2006,7 @@ config FRAME_POINTER
|
||||
|
||||
endmenu # Debug Options
|
||||
|
||||
menuconfig TRACE
|
||||
menuconfig TRACE
|
||||
bool "Enable tracepoints"
|
||||
default n
|
||||
depends on SCHED_INSTRUMENTATION_DUMP
|
||||
|
@ -559,7 +559,7 @@ config GD32F4_WWDGT
|
||||
select GD32F4_WDGT
|
||||
select WATCHDOG
|
||||
|
||||
endmenu #"GD32 Peripheral Support"
|
||||
endmenu # "GD32 Peripheral Support"
|
||||
|
||||
|
||||
config GD32F4_ADC
|
||||
@ -663,7 +663,7 @@ config ARCH_BOARD_GD32F4_CUSTOM_CLOCKCONFIG
|
||||
|
||||
config GD32F4_TCMEXCLUDE
|
||||
bool "Exclude TCM SRAM from the heap"
|
||||
default y if ARCH_DMA || LIBC_ARCH_ELF
|
||||
default y if ARCH_DMA || LIBC_ARCH_ELF
|
||||
depends on GD32F4_HAVE_TCM
|
||||
---help---
|
||||
Exclude TCM SRAM from the HEAP because it cannot be used for DMA
|
||||
|
@ -151,7 +151,7 @@ config IMX_ENET_ENHANCEDBD
|
||||
default y if !ARMV7A_DCACHE_DISABLE
|
||||
|
||||
config IMX_ENET_NETHIFS
|
||||
int # Not optional
|
||||
int # Not optional
|
||||
default 1
|
||||
|
||||
config IMX_ENET_PHYINIT
|
||||
|
@ -2195,7 +2195,7 @@ config IMXRT_ENET_ENHANCEDBD
|
||||
default y if !ARMV7M_DCACHE_WRITETHROUGH
|
||||
|
||||
config IMXRT_ENET_NETHIFS
|
||||
int # Not optional
|
||||
int # Not optional
|
||||
default 1
|
||||
|
||||
config IMXRT_ENET_PHYINIT
|
||||
@ -2385,7 +2385,7 @@ config IMXRT_SRAM_HEAPOFFSET
|
||||
Used to reserve memory at the beginning of SRAM for, as an example,
|
||||
a framebuffer.
|
||||
|
||||
endmenu # i.MX RT Heap Configuration
|
||||
endmenu # i.MX RT Heap Configuration
|
||||
endmenu # Memory Configuration
|
||||
|
||||
menu "LPI2C Configuration"
|
||||
@ -2915,7 +2915,7 @@ config IMXRT_PROGMEM_FLEXSPI_INSTANCE
|
||||
FlexSPI instance number. Base address 0x60000000 is used for instance 0
|
||||
and 0x70000000 for instance 1. Other values are not supported.
|
||||
|
||||
endif #IMXRT_PROGMEM
|
||||
endif # IMXRT_PROGMEM
|
||||
|
||||
if IMXRT_HAVE_OTA_PARTITION
|
||||
|
||||
@ -2972,8 +2972,8 @@ config IMXRT_OTA_SCRATCH_SIZE
|
||||
hex "MCUboot scratch partition size (in bytes)"
|
||||
default "0x40000"
|
||||
|
||||
endif #IMXRT_PROGMEM_OTA_PARTITION
|
||||
endif #IMXRT_HAVE_OTA_PARTITION
|
||||
endif # IMXRT_PROGMEM_OTA_PARTITION
|
||||
endif # IMXRT_HAVE_OTA_PARTITION
|
||||
|
||||
endmenu # Progmem configuration
|
||||
|
||||
|
@ -685,7 +685,7 @@ config LPC54_SPI_WIDEDATA
|
||||
data from 4 through 8 bits; the receive and transmit data is
|
||||
represented with a uint8_t type. For the wider data, data is
|
||||
represented with a uint16_t. There is duplication of logic for this
|
||||
different widths. By default, SPI wide data is disabled since that
|
||||
different widths. By default, SPI wide data is disabled since that
|
||||
is the less frequently used data type and disabling wide data can
|
||||
result in some size reduction. Select this option if you need wide
|
||||
SPI data.
|
||||
|
@ -15,22 +15,22 @@ choice
|
||||
config ARCH_CHIP_MAX32620
|
||||
bool "MAX32620"
|
||||
select ARCH_FAMILY_MAX32620
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
|
||||
config ARCH_CHIP_MAX32621
|
||||
bool "MAX32621"
|
||||
select ARCH_FAMILY_MAX32620
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
|
||||
config ARCH_CHIP_MAX32630
|
||||
bool "MAX32630"
|
||||
select ARCH_FAMILY_MAX32630
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
|
||||
config ARCH_CHIP_MAX32632
|
||||
bool "MAX32632"
|
||||
select ARCH_FAMILY_MAX32630
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
depends on EXPERIMENTAL # Not fully implemented
|
||||
|
||||
config ARCH_CHIP_MAX32660
|
||||
bool "MAX32660"
|
||||
|
@ -850,7 +850,7 @@ config S32K1XX_ENET_ENHANCEDBD
|
||||
default n
|
||||
|
||||
config S32K1XX_ENET_NETHIFS
|
||||
int # Not optional
|
||||
int # Not optional
|
||||
default 1
|
||||
|
||||
config S32K1XX_ENET_PHYINIT
|
||||
|
@ -306,7 +306,7 @@ config S32K3XX_DTCM_HEAP
|
||||
---help---
|
||||
Select to add the entire DTCM to the heap
|
||||
|
||||
endmenu # S32K3XX Heap Configuration
|
||||
endmenu # S32K3XX Heap Configuration
|
||||
|
||||
# Peripheral Group Selections
|
||||
|
||||
@ -1358,7 +1358,7 @@ config S32K3XX_ENET_ENHANCEDBD
|
||||
default n
|
||||
|
||||
config S32K3XX_ENET_NETHIFS
|
||||
int # Not optional
|
||||
int # Not optional
|
||||
default 1
|
||||
|
||||
config S32K3XX_ENET_PHYINIT
|
||||
|
@ -3764,7 +3764,7 @@ config STM32_I2SPLL
|
||||
|
||||
config STM32_CCMEXCLUDE
|
||||
bool "Exclude CCM SRAM from the heap"
|
||||
default y if ARCH_DMA || LIBC_ARCH_ELF
|
||||
default y if ARCH_DMA || LIBC_ARCH_ELF
|
||||
depends on STM32_HAVE_CCM
|
||||
---help---
|
||||
Exclude CCM SRAM from the HEAP because (1) it cannot be used for DMA
|
||||
@ -11560,7 +11560,7 @@ config STM32_FDCAN3_DSJW
|
||||
|
||||
endmenu # FDCAN3 device driver options
|
||||
|
||||
endmenu # "FDCAN driver configuration"
|
||||
endmenu # "FDCAN driver configuration"
|
||||
|
||||
if STM32_LTDC
|
||||
|
||||
|
@ -5686,8 +5686,8 @@ config STM32_OTA_SCRATCH_SIZE
|
||||
hex "MCUboot scratch partition size (in bytes)"
|
||||
default "0x40000"
|
||||
|
||||
endif #STM32_PROGMEM_OTA_PARTITION
|
||||
endif #STM32_HAVE_OTA_PARTITION
|
||||
endif # STM32_PROGMEM_OTA_PARTITION
|
||||
endif # STM32_HAVE_OTA_PARTITION
|
||||
|
||||
endmenu # Progmem configuration
|
||||
|
||||
|
@ -1567,7 +1567,7 @@ config TIVA_CAN1_PRIO
|
||||
|
||||
config TIVA_CAN_REGDEBUG
|
||||
bool "CAN register level debug"
|
||||
depends on DEBUG_CAN_INFO && TIVA_CHAR_DEV_CAN
|
||||
depends on DEBUG_CAN_INFO && TIVA_CHAR_DEV_CAN
|
||||
default n
|
||||
---help---
|
||||
Output detailed register-level CAN device debug information.
|
||||
|
@ -93,7 +93,7 @@ config SIM_X8664_SYSTEMV
|
||||
systems. The first six integer or pointer arguments are passed in registers
|
||||
RDI, RSI, RDX, RCX, R8, and R9, while XMM0, XMM1, XMM2, XMM3, XMM4, XMM5,
|
||||
XMM6 and XMM7 are used for floating point arguments. For system calls, R10
|
||||
is used instead of RCX. As in the Microsoft x64 calling convention,
|
||||
is used instead of RCX. As in the Microsoft x64 calling convention,
|
||||
additional arguments are passed on the stack and the return value is stored
|
||||
in RAX.
|
||||
|
||||
|
@ -35,7 +35,7 @@ config NET_USE_OTP_ETHERNET_MAC
|
||||
---help---
|
||||
The teensy 4.1 board has an "offical" unique MAC address stored in OCOTP (One-Time-Programmable) memory.
|
||||
When enabling this option, it is read and used when the ethernet peripheral is initialized.
|
||||
If so, the 'ifconfig eth0' HWaddr should start with 04:e9:e5:...
|
||||
If so, the 'ifconfig eth0' HWaddr should start with 04:e9:e5:...
|
||||
(the vendor ID of 'PJRC.COM, LLC') when this feature is enabled.
|
||||
It may also be used with other boards that have the OCOTP programmed with a valid MAC.
|
||||
|
||||
|
@ -8,7 +8,7 @@ if ARCH_BOARD_RASPBERRYPI_PICO_W
|
||||
menuconfig RP2040_INFINEON_CYW43439
|
||||
bool "Has Infineon cyw43439 WiFi chip"
|
||||
depends on IEEE80211_INFINEON_CYW43439
|
||||
default y
|
||||
default y
|
||||
endif
|
||||
|
||||
if RP2040_INFINEON_CYW43439
|
||||
@ -18,7 +18,7 @@ if RP2040_INFINEON_CYW43439
|
||||
default "${PICO_SDK_PATH}/lib/cyw43-driver/firmware/43439A0-7.95.49.00.combined"
|
||||
---help---
|
||||
This should be a path to a file containing both the cyw43439 firmware and
|
||||
the CLB blob. The firmware should be padded to a 256 byte boundary and
|
||||
the CLB blob. The firmware should be padded to a 256 byte boundary and
|
||||
then the CLM blob should be appended.
|
||||
|
||||
If this file is updated, check the CYW43439_FIRMWARE_LEN below to make sure
|
||||
|
@ -654,7 +654,7 @@ if LCD_ST7735
|
||||
|
||||
endchoice
|
||||
|
||||
if !LCD_ST7735_GM00 && !LCD_ST7735_GM01 && !LCD_ST7735_GM11
|
||||
if !LCD_ST7735_GM00 && !LCD_ST7735_GM01 && !LCD_ST7735_GM11
|
||||
|
||||
config LCD_ST7735_XRES
|
||||
int "ST7735 X Resolution"
|
||||
@ -1412,7 +1412,7 @@ config LCD_LCDDRV_SPIIF
|
||||
a normal SPI port.
|
||||
|
||||
config LCD_LCDDRV_SPEED
|
||||
int "Generic SPI Interface speed"
|
||||
int "Generic SPI Interface speed"
|
||||
default 10000000
|
||||
depends on LCD_LCDDRV_SPIIF
|
||||
---help---
|
||||
|
@ -25,4 +25,4 @@ endchoice
|
||||
|
||||
endif
|
||||
|
||||
endmenu # MATH Acceleration Information
|
||||
endmenu # MATH Acceleration Information
|
||||
|
@ -1278,7 +1278,7 @@ endif # SENSORS_HDC1008
|
||||
config SENSORS_LTR308
|
||||
bool "LTR308 Lite-On ambient light sensor"
|
||||
default n
|
||||
select I2C
|
||||
select I2C
|
||||
---help---
|
||||
Enable driver support for the LTR308 Lite-on ambient light sensor.
|
||||
|
||||
|
@ -480,4 +480,4 @@ config CS2100CP_REGDEBUG
|
||||
depends on DEBUG_FEATURES
|
||||
|
||||
endif # TIMERS_CS2100CP
|
||||
endmenu # Timer Driver Support
|
||||
endmenu # Timer Driver Support
|
||||
|
@ -163,7 +163,7 @@ config USBHOST_CDCACM_REDUCED
|
||||
protocol is supported for devices that provide not interrupt IN
|
||||
endpoint. This option is then most useful for testing purposes or
|
||||
if there are insufficient resources to support the compliant
|
||||
protocol. The interrupt IN control interface will not be used even
|
||||
protocol. The interrupt IN control interface will not be used even
|
||||
if it is available in this case.
|
||||
|
||||
config USBHOST_CDCACM_BULKONLY
|
||||
@ -295,7 +295,7 @@ config USBHOST_HIDKBD
|
||||
---help---
|
||||
Enable support for the keyboard class driver.
|
||||
|
||||
if USBHOST_HIDKBD
|
||||
if USBHOST_HIDKBD
|
||||
|
||||
config HIDKBD_POLLUSEC
|
||||
int "Keyboard Poll Rate (MSEC)"
|
||||
|
@ -8,6 +8,6 @@ config NET_IPTABLES
|
||||
default y
|
||||
depends on NET_IPv4
|
||||
depends on NET_SOCKOPTS
|
||||
depends on NET_NAT # May change dependency if we have firewall later.
|
||||
depends on NET_NAT # May change dependency if we have firewall later.
|
||||
---help---
|
||||
Enable or disable iptables compatible interface (for NAT).
|
||||
|
@ -140,7 +140,7 @@ config NET_6LOWPAN_MAXADDRCONTEXT_PREINIT_1
|
||||
default n
|
||||
---help---
|
||||
Preinitialize address context 1 for better header compression
|
||||
(Saves up to 13 bytes per 6lowpan packet). Assumes
|
||||
(Saves up to 13 bytes per 6lowpan packet). Assumes
|
||||
CONFIG_NET_6LOWPAN_MAXADDRCONTEXT >= 1)
|
||||
|
||||
if NET_6LOWPAN_MAXADDRCONTEXT_PREINIT_1
|
||||
@ -201,7 +201,7 @@ config NET_6LOWPAN_MAXADDRCONTEXT_PREINIT_2
|
||||
depends on NET_6LOWPAN_MAXADDRCONTEXT_PREINIT_1
|
||||
---help---
|
||||
Preinitialize any address contexts for better header compression
|
||||
(Saves up to 13 bytes per 6lowpan packet). Assumes
|
||||
(Saves up to 13 bytes per 6lowpan packet). Assumes
|
||||
CONFIG_NET_6LOWPAN_MAXADDRCONTEXT >= 2)
|
||||
|
||||
if NET_6LOWPAN_MAXADDRCONTEXT_PREINIT_2
|
||||
|
Loading…
Reference in New Issue
Block a user