[Kconfig]: Fix Kconfig style
Remove spaces from Kconfig files Add comments Add TABs Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
3966097453
commit
ea47f0cf42
3 changed files with 25 additions and 24 deletions
|
|
@ -960,10 +960,10 @@ menu "Wi-Fi Configuration"
|
||||||
depends on ESPRESSIF_WIFI
|
depends on ESPRESSIF_WIFI
|
||||||
|
|
||||||
config ESPRESSIF_WLAN
|
config ESPRESSIF_WLAN
|
||||||
bool "WLAN"
|
bool "WLAN"
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Enable WLAN support
|
Enable WLAN support
|
||||||
|
|
||||||
menu "ESP WPA-Supplicant"
|
menu "ESP WPA-Supplicant"
|
||||||
|
|
||||||
|
|
@ -1170,11 +1170,11 @@ config ESPRESSIF_ESPNOW_PKTRADIO_PANID
|
||||||
PANID for espnow pktradio.
|
PANID for espnow pktradio.
|
||||||
|
|
||||||
config ESPRESSIF_ESPNOW_PKTRADIO_PANADDR
|
config ESPRESSIF_ESPNOW_PKTRADIO_PANADDR
|
||||||
hex "ESPNOW pktradio node address"
|
hex "ESPNOW pktradio node address"
|
||||||
range 0x0 0xffff
|
range 0x0 0xffff
|
||||||
default 0xfffe
|
default 0xfffe
|
||||||
---help---
|
---help---
|
||||||
PANADDRESS for espnow pktradio.
|
PANADDRESS for espnow pktradio.
|
||||||
|
|
||||||
endif #ESPRESSIF_ESPNOW_PKTRADIO
|
endif #ESPRESSIF_ESPNOW_PKTRADIO
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ config VIDEO_FB_NPOLLWAITERS
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
config VIDEO_FB_SPLASHSCREEN
|
config VIDEO_FB_SPLASHSCREEN
|
||||||
bool "Enable Splashscreen when Framebuffer Driver is registered"
|
bool "Enable Splashscreen when Framebuffer Driver is registered"
|
||||||
depends on VIDEO_FB
|
depends on VIDEO_FB
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|
@ -75,7 +75,6 @@ config VIDEO_FB_SPLASHSCREEN
|
||||||
to create custom splashscreens - note the tool restricts the number of colours
|
to create custom splashscreens - note the tool restricts the number of colours
|
||||||
to 256.
|
to 256.
|
||||||
|
|
||||||
|
|
||||||
if VIDEO_FB_SPLASHSCREEN
|
if VIDEO_FB_SPLASHSCREEN
|
||||||
|
|
||||||
menu "Splashscreen Image Selection and Configuration"
|
menu "Splashscreen Image Selection and Configuration"
|
||||||
|
|
@ -96,7 +95,7 @@ config VIDEO_FB_SPLASHSCREEN_CUSTOM
|
||||||
build.
|
build.
|
||||||
Typically this would be a source file of an out-of-tree custom board.
|
Typically this would be a source file of an out-of-tree custom board.
|
||||||
|
|
||||||
endchoice
|
endchoice # Select Splashscreen Image Source
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Select NXlogo bitmap size to use"
|
prompt "Select NXlogo bitmap size to use"
|
||||||
|
|
@ -111,7 +110,8 @@ config VIDEO_FB_SPLASHSCREEN_NXLOGO_160
|
||||||
|
|
||||||
config VIDEO_FB_SPLASHSCREEN_NXLOGO_80
|
config VIDEO_FB_SPLASHSCREEN_NXLOGO_80
|
||||||
bool "80x80 pixels"
|
bool "80x80 pixels"
|
||||||
endchoice
|
|
||||||
|
endchoice # Select NXlogo bitmap size to use
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Select Splashscreen Bits-per-pixel (BPP)"
|
prompt "Select Splashscreen Bits-per-pixel (BPP)"
|
||||||
|
|
@ -132,7 +132,7 @@ config VIDEO_FB_SPLASHSCREEN_MONO
|
||||||
config VIDEO_FB_SPLASHSCREEN_GREY
|
config VIDEO_FB_SPLASHSCREEN_GREY
|
||||||
bool "Greyscale (8BPP)"
|
bool "Greyscale (8BPP)"
|
||||||
|
|
||||||
endchoice
|
endchoice # Select Splashscreen Bits-per-pixel (BPP)
|
||||||
|
|
||||||
config VIDEO_FB_SPLASHSCREEN_BG_COLOUR
|
config VIDEO_FB_SPLASHSCREEN_BG_COLOUR
|
||||||
hex "Hex (A)RGB background colour for splashscreen"
|
hex "Hex (A)RGB background colour for splashscreen"
|
||||||
|
|
@ -148,7 +148,7 @@ config VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
|
||||||
bool "Clear Framebuffer memory when driver registration is complete"
|
bool "Clear Framebuffer memory when driver registration is complete"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endmenu # "Splashscreen Image Selection and Configuration"
|
endmenu # Splashscreen Image Selection and Configuration
|
||||||
|
|
||||||
endif # VIDEO_FB_SPLASHSCREEN
|
endif # VIDEO_FB_SPLASHSCREEN
|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@ config GOLDFISH_GPU_FB_RGB565
|
||||||
config GOLDFISH_GPU_FB_BGRA8888
|
config GOLDFISH_GPU_FB_BGRA8888
|
||||||
bool "BGRA8888"
|
bool "BGRA8888"
|
||||||
|
|
||||||
endchoice
|
endchoice # Select Goldfish GPU Framebuffer format
|
||||||
|
|
||||||
config GOLDFISH_GPU_FB_PRIORITY
|
config GOLDFISH_GPU_FB_PRIORITY
|
||||||
int "Goldfish GPU Framebuffer vsync task priority"
|
int "Goldfish GPU Framebuffer vsync task priority"
|
||||||
|
|
@ -282,7 +282,8 @@ config VIDEO_SCENE_TEXT
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Enable text scene
|
Enable text scene
|
||||||
endif
|
|
||||||
|
endif # VIDEO_STREAM
|
||||||
|
|
||||||
config VIDEO_MAX7456
|
config VIDEO_MAX7456
|
||||||
bool "Maxim 7456 Monochrome OSD"
|
bool "Maxim 7456 Monochrome OSD"
|
||||||
|
|
@ -305,7 +306,7 @@ config VIDEO_ISX012_REGDEBUG
|
||||||
---help---
|
---help---
|
||||||
Enable to read registers of ISX012 for test.
|
Enable to read registers of ISX012 for test.
|
||||||
|
|
||||||
endif
|
endif # VIDEO_ISX012
|
||||||
|
|
||||||
config VIDEO_ISX019
|
config VIDEO_ISX019
|
||||||
bool "ISX019 Image sensor"
|
bool "ISX019 Image sensor"
|
||||||
|
|
@ -331,7 +332,7 @@ config VIDEO_ISX019_DOL2
|
||||||
---help---
|
---help---
|
||||||
DOL2 is the mode that combines 2 images with different exposure.
|
DOL2 is the mode that combines 2 images with different exposure.
|
||||||
|
|
||||||
endchoice
|
endchoice # HDR mode selection
|
||||||
|
|
||||||
config VIDEO_ISX019_INITIAL_JPEG_QUALITY
|
config VIDEO_ISX019_INITIAL_JPEG_QUALITY
|
||||||
int "Initial JPEG quality"
|
int "Initial JPEG quality"
|
||||||
|
|
@ -354,7 +355,7 @@ config VIDEO_ISX019_REGDEBUG
|
||||||
---help---
|
---help---
|
||||||
Enable to read registers of ISX019 for test.
|
Enable to read registers of ISX019 for test.
|
||||||
|
|
||||||
endif
|
endif # VIDEO_ISX019
|
||||||
|
|
||||||
config VIDEO_OV2640
|
config VIDEO_OV2640
|
||||||
bool "OV2640 camera chip"
|
bool "OV2640 camera chip"
|
||||||
|
|
@ -385,7 +386,7 @@ config OV2640_RGB565_COLORFMT
|
||||||
config OV2640_YUV422_COLORFMT
|
config OV2640_YUV422_COLORFMT
|
||||||
bool "YUV422"
|
bool "YUV422"
|
||||||
|
|
||||||
endchoice
|
endchoice # Color format
|
||||||
|
|
||||||
config OV2640_JPEG
|
config OV2640_JPEG
|
||||||
bool "JPEG output format"
|
bool "JPEG output format"
|
||||||
|
|
@ -422,7 +423,7 @@ config OV2640_JPEG_SXVGA_RESOLUTION
|
||||||
config OV2640_JPEG_UXGA_RESOLUTION
|
config OV2640_JPEG_UXGA_RESOLUTION
|
||||||
bool "UXVGA (1600x1200)"
|
bool "UXVGA (1600x1200)"
|
||||||
|
|
||||||
endchoice
|
endchoice # JPEG resolution
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Output resolution"
|
prompt "Output resolution"
|
||||||
|
|
@ -453,7 +454,7 @@ config OV2640_SXGA_RESOLUTION
|
||||||
config OV2640_UXGA_RESOLUTION
|
config OV2640_UXGA_RESOLUTION
|
||||||
bool "UXVGA (1600x1200)"
|
bool "UXVGA (1600x1200)"
|
||||||
|
|
||||||
endchoice
|
endchoice # Output resolution
|
||||||
|
|
||||||
config OV2640_REGDEBUG
|
config OV2640_REGDEBUG
|
||||||
bool "Register level debug output"
|
bool "Register level debug output"
|
||||||
|
|
@ -462,7 +463,7 @@ config OV2640_REGDEBUG
|
||||||
---help---
|
---help---
|
||||||
Enable details, register level debug output.
|
Enable details, register level debug output.
|
||||||
|
|
||||||
endif
|
endif # VIDEO_OV2640
|
||||||
|
|
||||||
config GOLDFISH_CAMERA
|
config GOLDFISH_CAMERA
|
||||||
bool "Goldfish camera support"
|
bool "Goldfish camera support"
|
||||||
|
|
@ -475,7 +476,7 @@ config GOLDFISH_CAMERA_PIPE_PATH
|
||||||
string "Goldfish camera pipe path"
|
string "Goldfish camera pipe path"
|
||||||
default "/dev/goldfish_pipe"
|
default "/dev/goldfish_pipe"
|
||||||
|
|
||||||
endif
|
endif # GOLDFISH_CAMERA
|
||||||
|
|
||||||
source "drivers/video/vnc/Kconfig"
|
source "drivers/video/vnc/Kconfig"
|
||||||
source "drivers/video/mipidsi/Kconfig"
|
source "drivers/video/mipidsi/Kconfig"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ if DRIVERS_LPWAN
|
||||||
config LPWAN_RN2XX3
|
config LPWAN_RN2XX3
|
||||||
bool "Microchip RN2xx3 driver support"
|
bool "Microchip RN2xx3 driver support"
|
||||||
default n
|
default n
|
||||||
depends on SERIAL
|
depends on SERIAL
|
||||||
---help---
|
---help---
|
||||||
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue