Fix Kconfig style
Remove TABs from Kconfig files Add comments
This commit is contained in:
parent
bc4266fa48
commit
3f4151525d
14 changed files with 230 additions and 213 deletions
|
@ -690,7 +690,7 @@ config USART0_RS485MODE
|
||||||
Enable RS-485 interface on USART0.
|
Enable RS-485 interface on USART0.
|
||||||
|
|
||||||
if USART0_RS485_MODE
|
if USART0_RS485_MODE
|
||||||
config USART0_RS485DIROIN
|
config USART0_RS485DIROIN
|
||||||
bool "Invert direction control pin polarity"
|
bool "Invert direction control pin polarity"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
@ -698,7 +698,7 @@ if USART0_RS485_MODE
|
||||||
transmitter has data to be sent. It will be driven to logic 1 after
|
transmitter has data to be sent. It will be driven to logic 1 after
|
||||||
the last bit of data has been transmitted.
|
the last bit of data has been transmitted.
|
||||||
|
|
||||||
endif # USART0_RS485MODE
|
endif # USART0_RS485_MODE
|
||||||
|
|
||||||
endif # LPC43_USART0
|
endif # LPC43_USART0
|
||||||
|
|
||||||
|
@ -727,7 +727,7 @@ config USART2_RS485MODE
|
||||||
Enable RS-485 interface on USART2.
|
Enable RS-485 interface on USART2.
|
||||||
|
|
||||||
if USART2_RS485MODE
|
if USART2_RS485MODE
|
||||||
config USART0_RS485DIROIN
|
config USART0_RS485DIROIN
|
||||||
bool "Invert direction control pin polarity"
|
bool "Invert direction control pin polarity"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|
|
@ -814,7 +814,8 @@ config SAM34_EXTNANDSIZE
|
||||||
default 0
|
default 0
|
||||||
---help---
|
---help---
|
||||||
Size of the external NAND in bytes.
|
Size of the external NAND in bytes.
|
||||||
config SAM34_HAVE_NAND
|
|
||||||
|
config SAM34_HAVE_NAND
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|
|
@ -1246,7 +1246,7 @@ config SAMA5D2_CLASSD_MONOMODE_SAT
|
||||||
config SAMA5D2_CLASSD_MONOMODE_LEFT
|
config SAMA5D2_CLASSD_MONOMODE_LEFT
|
||||||
bool "L -> both channels"
|
bool "L -> both channels"
|
||||||
|
|
||||||
config SAMA5D2_CLASSD_MONOMODE_RIGHT
|
config SAMA5D2_CLASSD_MONOMODE_RIGHT
|
||||||
bool "R -> both channels"
|
bool "R -> both channels"
|
||||||
|
|
||||||
endchoice # Mono Mode Selection (MONOMODE)
|
endchoice # Mono Mode Selection (MONOMODE)
|
||||||
|
|
|
@ -801,12 +801,15 @@ choice EXAMPLE_POWER_SAVE_MODE
|
||||||
may be lost because station may be in sleep state at DTIM time. If listen interval is longer, more power
|
may be lost because station may be in sleep state at DTIM time. If listen interval is longer, more power
|
||||||
is saved but broadcast data is more easy to lose.
|
is saved but broadcast data is more easy to lose.
|
||||||
|
|
||||||
config EXAMPLE_POWER_SAVE_NONE
|
config EXAMPLE_POWER_SAVE_NONE
|
||||||
bool "none"
|
bool "none"
|
||||||
config EXAMPLE_POWER_SAVE_MIN_MODEM
|
|
||||||
bool "minimum modem"
|
config EXAMPLE_POWER_SAVE_MIN_MODEM
|
||||||
config EXAMPLE_POWER_SAVE_MAX_MODEM
|
bool "minimum modem"
|
||||||
bool "maximum modem"
|
|
||||||
|
config EXAMPLE_POWER_SAVE_MAX_MODEM
|
||||||
|
bool "maximum modem"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32C3_WIFI_RECONNECT
|
config ESP32C3_WIFI_RECONNECT
|
||||||
|
@ -822,18 +825,24 @@ choice ESP32C3_WIFI_LOG_LEVEL
|
||||||
---help---
|
---help---
|
||||||
The WiFi log is divided into the following levels: ERROR,WARNING,INFO,DEBUG,VERBOSE.
|
The WiFi log is divided into the following levels: ERROR,WARNING,INFO,DEBUG,VERBOSE.
|
||||||
|
|
||||||
config WIFI_LOG_LEVEL_NONE
|
config WIFI_LOG_LEVEL_NONE
|
||||||
bool "No output"
|
bool "No output"
|
||||||
config WIFI_LOG_LEVEL_ERROR
|
|
||||||
bool "Error"
|
config WIFI_LOG_LEVEL_ERROR
|
||||||
config WIFI_LOG_LEVEL_WARN
|
bool "Error"
|
||||||
bool "Warning"
|
|
||||||
config WIFI_LOG_LEVEL_INFO
|
config WIFI_LOG_LEVEL_WARN
|
||||||
bool "Info"
|
bool "Warning"
|
||||||
config WIFI_LOG_LEVEL_DEBUG
|
|
||||||
bool "Debug"
|
config WIFI_LOG_LEVEL_INFO
|
||||||
config WIFI_LOG_LEVEL_VERBOSE
|
bool "Info"
|
||||||
bool "Verbose"
|
|
||||||
|
config WIFI_LOG_LEVEL_DEBUG
|
||||||
|
bool "Debug"
|
||||||
|
|
||||||
|
config WIFI_LOG_LEVEL_VERBOSE
|
||||||
|
bool "Verbose"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config WIFI_LOG_LEVEL
|
config WIFI_LOG_LEVEL
|
||||||
|
@ -1136,23 +1145,24 @@ choice ESP32C3_BROWNOUT_DET_LVL_SEL
|
||||||
#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages
|
#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages
|
||||||
#of the brownout threshold levels.
|
#of the brownout threshold levels.
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_7
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_7
|
||||||
bool "2.51V"
|
bool "2.51V"
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_6
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_6
|
||||||
bool "2.64V"
|
bool "2.64V"
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_5
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_5
|
||||||
bool "2.76V"
|
bool "2.76V"
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_4
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_4
|
||||||
bool "2.92V"
|
bool "2.92V"
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_3
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_3
|
||||||
bool "3.10V"
|
bool "3.10V"
|
||||||
|
|
||||||
|
config ESP32C3_BROWNOUT_DET_LVL_SEL_2
|
||||||
|
bool "3.27V"
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL_SEL_2
|
|
||||||
bool "3.27V"
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32C3_BROWNOUT_DET_LVL
|
config ESP32C3_BROWNOUT_DET_LVL
|
||||||
|
|
|
@ -403,24 +403,25 @@ choice ESPRESSIF_BROWNOUT_DET_LVL_SEL
|
||||||
approximately below this level. Note that there may be some variation
|
approximately below this level. Note that there may be some variation
|
||||||
of brownout voltage level between each chip.
|
of brownout voltage level between each chip.
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_7
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_7
|
||||||
bool "2.51V"
|
bool "2.51V"
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_6
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_6
|
||||||
bool "2.64V"
|
bool "2.64V"
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_5
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_5
|
||||||
bool "2.76V"
|
bool "2.76V"
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_4
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_4
|
||||||
bool "2.92V"
|
bool "2.92V"
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_3
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_3
|
||||||
bool "3.10V"
|
bool "3.10V"
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_2
|
config ESPRESSIF_BROWNOUT_DET_LVL_SEL_2
|
||||||
bool "3.27V"
|
bool "3.27V"
|
||||||
endchoice
|
|
||||||
|
endchoice # ESPRESSIF_BROWNOUT_DET_LVL_SEL
|
||||||
|
|
||||||
config ESPRESSIF_BROWNOUT_DET_LVL
|
config ESPRESSIF_BROWNOUT_DET_LVL
|
||||||
int
|
int
|
||||||
|
|
|
@ -780,15 +780,15 @@ choice ESP32_SPIRAM_HEAP
|
||||||
---help---
|
---help---
|
||||||
Select how the SPI RAM will be used as heap.
|
Select how the SPI RAM will be used as heap.
|
||||||
|
|
||||||
config ESP32_SPIRAM_COMMON_HEAP
|
config ESP32_SPIRAM_COMMON_HEAP
|
||||||
bool "Additional region to kernel heap"
|
bool "Additional region to kernel heap"
|
||||||
|
|
||||||
config ESP32_SPIRAM_USER_HEAP
|
config ESP32_SPIRAM_USER_HEAP
|
||||||
bool "Separated userspace heap"
|
bool "Separated userspace heap"
|
||||||
select MM_KERNEL_HEAP
|
select MM_KERNEL_HEAP
|
||||||
select ESP32_USER_DATA_EXTMEM if BUILD_PROTECTED
|
select ESP32_USER_DATA_EXTMEM if BUILD_PROTECTED
|
||||||
|
|
||||||
endchoice
|
endchoice # ESP32_SPIRAM_HEAP
|
||||||
|
|
||||||
config ESP32_IMM_HEAP
|
config ESP32_IMM_HEAP
|
||||||
bool "Reserve part of DRAM as a separate heap"
|
bool "Reserve part of DRAM as a separate heap"
|
||||||
|
@ -2088,13 +2088,16 @@ choice EXAMPLE_POWER_SAVE_MODE
|
||||||
may be lost because station may be in sleep state at DTIM time. If listen interval is longer, more power
|
may be lost because station may be in sleep state at DTIM time. If listen interval is longer, more power
|
||||||
is saved but broadcast data is more easy to lose.
|
is saved but broadcast data is more easy to lose.
|
||||||
|
|
||||||
config EXAMPLE_POWER_SAVE_NONE
|
config EXAMPLE_POWER_SAVE_NONE
|
||||||
bool "none"
|
bool "none"
|
||||||
config EXAMPLE_POWER_SAVE_MIN_MODEM
|
|
||||||
bool "minimum modem"
|
config EXAMPLE_POWER_SAVE_MIN_MODEM
|
||||||
config EXAMPLE_POWER_SAVE_MAX_MODEM
|
bool "minimum modem"
|
||||||
bool "maximum modem"
|
|
||||||
endchoice
|
config EXAMPLE_POWER_SAVE_MAX_MODEM
|
||||||
|
bool "maximum modem"
|
||||||
|
|
||||||
|
endchoice # EXAMPLE_POWER_SAVE_MODE
|
||||||
|
|
||||||
config ESP32_WIFI_WLAN_BUFFER_OPTIMIZATION
|
config ESP32_WIFI_WLAN_BUFFER_OPTIMIZATION
|
||||||
bool "Enable optimization of WLAN driver buffer"
|
bool "Enable optimization of WLAN driver buffer"
|
||||||
|
|
|
@ -77,12 +77,12 @@ choice ESP32S2_INSTRUCTION_CACHE_LINE_SIZE
|
||||||
---help---
|
---help---
|
||||||
Instruction cache line size to be set on application startup.
|
Instruction cache line size to be set on application startup.
|
||||||
|
|
||||||
config ESP32S2_INSTRUCTION_CACHE_LINE_16B
|
config ESP32S2_INSTRUCTION_CACHE_LINE_16B
|
||||||
bool "16 Bytes"
|
bool "16 Bytes"
|
||||||
depends on ESP32S2_INSTRUCTION_CACHE_16KB
|
depends on ESP32S2_INSTRUCTION_CACHE_16KB
|
||||||
|
|
||||||
config ESP32S2_INSTRUCTION_CACHE_LINE_32B
|
config ESP32S2_INSTRUCTION_CACHE_LINE_32B
|
||||||
bool "32 Bytes"
|
bool "32 Bytes"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -131,11 +131,11 @@ choice ESP32S2_DATA_CACHE_LINE_SIZE
|
||||||
---help---
|
---help---
|
||||||
Data cache line size to be set on application startup.
|
Data cache line size to be set on application startup.
|
||||||
|
|
||||||
config ESP32S2_DATA_CACHE_LINE_16B
|
config ESP32S2_DATA_CACHE_LINE_16B
|
||||||
bool "16 Bytes"
|
bool "16 Bytes"
|
||||||
|
|
||||||
config ESP32S2_DATA_CACHE_LINE_32B
|
config ESP32S2_DATA_CACHE_LINE_32B
|
||||||
bool "32 Bytes"
|
bool "32 Bytes"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -677,16 +677,16 @@ choice ESP32S2_FLASH_MODE
|
||||||
with the attached SPI Flash chip.
|
with the attached SPI Flash chip.
|
||||||
The option selected here is then used by esptool when flashing.
|
The option selected here is then used by esptool when flashing.
|
||||||
|
|
||||||
config ESP32S2_FLASH_MODE_DIO
|
config ESP32S2_FLASH_MODE_DIO
|
||||||
bool "Dual IO (DIO)"
|
bool "Dual IO (DIO)"
|
||||||
|
|
||||||
config ESP32S2_FLASH_MODE_DOUT
|
config ESP32S2_FLASH_MODE_DOUT
|
||||||
bool "Dual Output (DOUT)"
|
bool "Dual Output (DOUT)"
|
||||||
|
|
||||||
config ESP32S2_FLASH_MODE_QIO
|
config ESP32S2_FLASH_MODE_QIO
|
||||||
bool "Quad IO (QIO)"
|
bool "Quad IO (QIO)"
|
||||||
|
|
||||||
config ESP32S2_FLASH_MODE_QOUT
|
config ESP32S2_FLASH_MODE_QOUT
|
||||||
bool "Quad Output (QOUT)"
|
bool "Quad Output (QOUT)"
|
||||||
|
|
||||||
endchoice # ESP32S2_FLASH_MODE
|
endchoice # ESP32S2_FLASH_MODE
|
||||||
|
@ -697,16 +697,16 @@ choice ESP32S2_FLASH_FREQ
|
||||||
---help---
|
---help---
|
||||||
SPI Flash frequency.
|
SPI Flash frequency.
|
||||||
|
|
||||||
config ESP32S2_FLASH_FREQ_80M
|
config ESP32S2_FLASH_FREQ_80M
|
||||||
bool "80 MHz"
|
bool "80 MHz"
|
||||||
|
|
||||||
config ESP32S2_FLASH_FREQ_40M
|
config ESP32S2_FLASH_FREQ_40M
|
||||||
bool "40 MHz"
|
bool "40 MHz"
|
||||||
|
|
||||||
config ESP32S2_FLASH_FREQ_26M
|
config ESP32S2_FLASH_FREQ_26M
|
||||||
bool "26 MHz"
|
bool "26 MHz"
|
||||||
|
|
||||||
config ESP32S2_FLASH_FREQ_20M
|
config ESP32S2_FLASH_FREQ_20M
|
||||||
bool "20 MHz"
|
bool "20 MHz"
|
||||||
|
|
||||||
endchoice # ESP32S2_FLASH_FREQ
|
endchoice # ESP32S2_FLASH_FREQ
|
||||||
|
|
|
@ -41,14 +41,14 @@ choice ESP32S3_DEFAULT_CPU_FREQ
|
||||||
---help---
|
---help---
|
||||||
CPU frequency to be set on application startup.
|
CPU frequency to be set on application startup.
|
||||||
|
|
||||||
config ESP32S3_DEFAULT_CPU_FREQ_80
|
config ESP32S3_DEFAULT_CPU_FREQ_80
|
||||||
bool "80 MHz"
|
bool "80 MHz"
|
||||||
|
|
||||||
config ESP32S3_DEFAULT_CPU_FREQ_160
|
config ESP32S3_DEFAULT_CPU_FREQ_160
|
||||||
bool "160 MHz"
|
bool "160 MHz"
|
||||||
|
|
||||||
config ESP32S3_DEFAULT_CPU_FREQ_240
|
config ESP32S3_DEFAULT_CPU_FREQ_240
|
||||||
bool "240 MHz"
|
bool "240 MHz"
|
||||||
|
|
||||||
endchoice # CPU frequency
|
endchoice # CPU frequency
|
||||||
|
|
||||||
|
@ -91,11 +91,11 @@ choice ESP32S3_ICACHE_ASSOCIATED_WAYS
|
||||||
---help---
|
---help---
|
||||||
Instruction cache associated ways to be set on application startup.
|
Instruction cache associated ways to be set on application startup.
|
||||||
|
|
||||||
config ESP32S3_INSTRUCTION_CACHE_4WAYS
|
config ESP32S3_INSTRUCTION_CACHE_4WAYS
|
||||||
bool "4 ways"
|
bool "4 ways"
|
||||||
|
|
||||||
config ESP32S3_INSTRUCTION_CACHE_8WAYS
|
config ESP32S3_INSTRUCTION_CACHE_8WAYS
|
||||||
bool "8 ways"
|
bool "8 ways"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -110,12 +110,12 @@ choice ESP32S3_INSTRUCTION_CACHE_LINE_SIZE
|
||||||
---help---
|
---help---
|
||||||
Instruction cache line size to be set on application startup.
|
Instruction cache line size to be set on application startup.
|
||||||
|
|
||||||
config ESP32S3_INSTRUCTION_CACHE_LINE_16B
|
config ESP32S3_INSTRUCTION_CACHE_LINE_16B
|
||||||
bool "16 Bytes"
|
bool "16 Bytes"
|
||||||
depends on ESP32S3_INSTRUCTION_CACHE_16KB
|
depends on ESP32S3_INSTRUCTION_CACHE_16KB
|
||||||
|
|
||||||
config ESP32S3_INSTRUCTION_CACHE_LINE_32B
|
config ESP32S3_INSTRUCTION_CACHE_LINE_32B
|
||||||
bool "32 Bytes"
|
bool "32 Bytes"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -162,11 +162,11 @@ choice ESP32S3_DCACHE_ASSOCIATED_WAYS
|
||||||
---help---
|
---help---
|
||||||
Data cache associated ways to be set on application startup.
|
Data cache associated ways to be set on application startup.
|
||||||
|
|
||||||
config ESP32S3_DATA_CACHE_4WAYS
|
config ESP32S3_DATA_CACHE_4WAYS
|
||||||
bool "4 ways"
|
bool "4 ways"
|
||||||
|
|
||||||
config ESP32S3_DATA_CACHE_8WAYS
|
config ESP32S3_DATA_CACHE_8WAYS
|
||||||
bool "8 ways"
|
bool "8 ways"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -181,15 +181,15 @@ choice ESP32S3_DATA_CACHE_LINE_SIZE
|
||||||
---help---
|
---help---
|
||||||
Data cache line size to be set on application startup.
|
Data cache line size to be set on application startup.
|
||||||
|
|
||||||
config ESP32S3_DATA_CACHE_LINE_16B
|
config ESP32S3_DATA_CACHE_LINE_16B
|
||||||
bool "16 Bytes"
|
bool "16 Bytes"
|
||||||
depends on ESP32S3_DATA_CACHE_16KB || ESP32S3_DATA_CACHE_32KB
|
depends on ESP32S3_DATA_CACHE_16KB || ESP32S3_DATA_CACHE_32KB
|
||||||
|
|
||||||
config ESP32S3_DATA_CACHE_LINE_32B
|
config ESP32S3_DATA_CACHE_LINE_32B
|
||||||
bool "32 Bytes"
|
bool "32 Bytes"
|
||||||
|
|
||||||
config ESP32S3_DATA_CACHE_LINE_64B
|
config ESP32S3_DATA_CACHE_LINE_64B
|
||||||
bool "64 Bytes"
|
bool "64 Bytes"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -1011,20 +1011,20 @@ choice ESP32S3_FLASH_MODE
|
||||||
with the attached SPI Flash chip.
|
with the attached SPI Flash chip.
|
||||||
The option selected here is then used by esptool when flashing.
|
The option selected here is then used by esptool when flashing.
|
||||||
|
|
||||||
config ESP32S3_FLASH_MODE_DIO
|
config ESP32S3_FLASH_MODE_DIO
|
||||||
bool "Dual IO (DIO)"
|
bool "Dual IO (DIO)"
|
||||||
|
|
||||||
config ESP32S3_FLASH_MODE_DOUT
|
config ESP32S3_FLASH_MODE_DOUT
|
||||||
bool "Dual Output (DOUT)"
|
bool "Dual Output (DOUT)"
|
||||||
|
|
||||||
config ESP32S3_FLASH_MODE_QIO
|
config ESP32S3_FLASH_MODE_QIO
|
||||||
bool "Quad IO (QIO)"
|
bool "Quad IO (QIO)"
|
||||||
|
|
||||||
config ESP32S3_FLASH_MODE_QOUT
|
config ESP32S3_FLASH_MODE_QOUT
|
||||||
bool "Quad Output (QOUT)"
|
bool "Quad Output (QOUT)"
|
||||||
|
|
||||||
config ESP32S3_FLASH_MODE_OCT
|
config ESP32S3_FLASH_MODE_OCT
|
||||||
bool "Octal"
|
bool "Octal"
|
||||||
|
|
||||||
endchoice # ESP32S3_FLASH_MODE
|
endchoice # ESP32S3_FLASH_MODE
|
||||||
|
|
||||||
|
@ -1034,17 +1034,17 @@ choice ESP32S3_FLASH_FREQ
|
||||||
---help---
|
---help---
|
||||||
SPI Flash frequency
|
SPI Flash frequency
|
||||||
|
|
||||||
config ESP32S3_FLASH_FREQ_120M
|
config ESP32S3_FLASH_FREQ_120M
|
||||||
bool "120 MHz"
|
bool "120 MHz"
|
||||||
|
|
||||||
config ESP32S3_FLASH_FREQ_80M
|
config ESP32S3_FLASH_FREQ_80M
|
||||||
bool "80 MHz"
|
bool "80 MHz"
|
||||||
|
|
||||||
config ESP32S3_FLASH_FREQ_40M
|
config ESP32S3_FLASH_FREQ_40M
|
||||||
bool "40 MHz"
|
bool "40 MHz"
|
||||||
|
|
||||||
config ESP32S3_FLASH_FREQ_20M
|
config ESP32S3_FLASH_FREQ_20M
|
||||||
bool "20 MHz"
|
bool "20 MHz"
|
||||||
|
|
||||||
endchoice # ESP32S3_FLASH_FREQ
|
endchoice # ESP32S3_FLASH_FREQ
|
||||||
|
|
||||||
|
@ -1060,11 +1060,11 @@ choice ESP32S3_FLASH_SAMPLE_MODE
|
||||||
default ESP32S3_FLASH_SAMPLE_MODE_DTR if ESP32S3_FLASH_MODE_OCT
|
default ESP32S3_FLASH_SAMPLE_MODE_DTR if ESP32S3_FLASH_MODE_OCT
|
||||||
default ESP32S3_FLASH_SAMPLE_MODE_STR if !ESP32S3_FLASH_MODE_OCT
|
default ESP32S3_FLASH_SAMPLE_MODE_STR if !ESP32S3_FLASH_MODE_OCT
|
||||||
|
|
||||||
config ESP32S3_FLASH_SAMPLE_MODE_DTR
|
config ESP32S3_FLASH_SAMPLE_MODE_DTR
|
||||||
depends on ESP32S3_FLASH_MODE_OCT
|
depends on ESP32S3_FLASH_MODE_OCT
|
||||||
bool "DTR Mode"
|
bool "DTR Mode"
|
||||||
config ESP32S3_FLASH_SAMPLE_MODE_STR
|
config ESP32S3_FLASH_SAMPLE_MODE_STR
|
||||||
bool "STR Mode"
|
bool "STR Mode"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config ESP32S3_SPI_FLASH_DONT_USE_ROM_CODE
|
config ESP32S3_SPI_FLASH_DONT_USE_ROM_CODE
|
||||||
|
|
|
@ -13,27 +13,26 @@ endif
|
||||||
|
|
||||||
if RP2040_INFINEON_CYW43439
|
if RP2040_INFINEON_CYW43439
|
||||||
|
|
||||||
config CYW43439_FIRMWARE_BIN_PATH
|
config CYW43439_FIRMWARE_BIN_PATH
|
||||||
string "Path to Infineon 43439 firmware file"
|
string "Path to Infineon 43439 firmware file"
|
||||||
default "${PICO_SDK_PATH}/lib/cyw43-driver/firmware/43439A0-7.95.49.00.combined"
|
default "${PICO_SDK_PATH}/lib/cyw43-driver/firmware/43439A0-7.95.49.00.combined"
|
||||||
---help---
|
---help---
|
||||||
This should be a path to a file containing both the cyw43439 firmware and
|
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.
|
then the CLM blob should be appended.
|
||||||
|
|
||||||
If this file is updated, check the CYW43439_FIRMWARE_LEN below to make sure
|
If this file is updated, check the CYW43439_FIRMWARE_LEN below to make sure
|
||||||
it reflects the un-padded length of the firmware part.
|
it reflects the un-padded length of the firmware part.
|
||||||
|
|
||||||
config CYW43439_FIRMWARE_LEN
|
config CYW43439_FIRMWARE_LEN
|
||||||
int "Infineon 43439 firmware length (bytes)"
|
int "Infineon 43439 firmware length (bytes)"
|
||||||
default 224190
|
default 224190
|
||||||
---help---
|
---help---
|
||||||
This is the length of just the base firmware in the firmware file specified
|
This is the length of just the base firmware in the firmware file specified
|
||||||
by the "Path to Infineon 43439 firmware file" configuration option.
|
by the "Path to Infineon 43439 firmware file" configuration option.
|
||||||
|
|
||||||
This length does not include the length of any padding nor the length of
|
|
||||||
the appended clm_blob. If a clm_blob is present in the firmware file, this
|
|
||||||
length will be less than the length of the whole file.
|
|
||||||
|
|
||||||
|
This length does not include the length of any padding nor the length of
|
||||||
|
the appended clm_blob. If a clm_blob is present in the firmware file, this
|
||||||
|
length will be less than the length of the whole file.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -22,37 +22,37 @@ choice ESP32C3_SPIFLASH_FS
|
||||||
bring-up.
|
bring-up.
|
||||||
If not selected, the MTD will be registered as a device node on /dev.
|
If not selected, the MTD will be registered as a device node on /dev.
|
||||||
|
|
||||||
config ESP32C3_SPIFLASH_SMARTFS
|
config ESP32C3_SPIFLASH_SMARTFS
|
||||||
bool "SmartFS"
|
bool "SmartFS"
|
||||||
select FS_SMARTFS
|
select FS_SMARTFS
|
||||||
select MTD_SMART
|
select MTD_SMART
|
||||||
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "SmartFS not supported with Flash Encryption"
|
comment "SmartFS not supported with Flash Encryption"
|
||||||
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32C3_SPIFLASH_NXFFS
|
config ESP32C3_SPIFLASH_NXFFS
|
||||||
bool "NXFFS"
|
bool "NXFFS"
|
||||||
select FS_NXFFS
|
select FS_NXFFS
|
||||||
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "NXFFS not supported with Flash Encryption"
|
comment "NXFFS not supported with Flash Encryption"
|
||||||
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32C3_SPIFLASH_SPIFFS
|
config ESP32C3_SPIFLASH_SPIFFS
|
||||||
bool "SPIFFS"
|
bool "SPIFFS"
|
||||||
select FS_SPIFFS
|
select FS_SPIFFS
|
||||||
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "SPIFFS not supported with Flash Encryption"
|
comment "SPIFFS not supported with Flash Encryption"
|
||||||
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32C3_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32C3_SPIFLASH_LITTLEFS
|
config ESP32C3_SPIFLASH_LITTLEFS
|
||||||
bool "LittleFS"
|
bool "LittleFS"
|
||||||
select FS_LITTLEFS
|
select FS_LITTLEFS
|
||||||
|
|
||||||
config ESP32C3_SPIFLASH_MTD_CONFIG
|
config ESP32C3_SPIFLASH_MTD_CONFIG
|
||||||
bool "Non-volatile storage"
|
bool "Non-volatile storage"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -29,34 +29,34 @@ choice ESP32_SPIFLASH_FS
|
||||||
bring-up.
|
bring-up.
|
||||||
If not selected, the MTD will be registered as a device node on /dev.
|
If not selected, the MTD will be registered as a device node on /dev.
|
||||||
|
|
||||||
config ESP32_SPIFLASH_SMARTFS
|
config ESP32_SPIFLASH_SMARTFS
|
||||||
bool "SmartFS"
|
bool "SmartFS"
|
||||||
select FS_SMARTFS
|
select FS_SMARTFS
|
||||||
select MTD_SMART
|
select MTD_SMART
|
||||||
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "SmartFS not supported with Flash Encryption"
|
comment "SmartFS not supported with Flash Encryption"
|
||||||
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32_SPIFLASH_NXFFS
|
config ESP32_SPIFLASH_NXFFS
|
||||||
bool "NXFFS"
|
bool "NXFFS"
|
||||||
select FS_NXFFS
|
select FS_NXFFS
|
||||||
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "NXFFS not supported with Flash Encryption"
|
comment "NXFFS not supported with Flash Encryption"
|
||||||
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32_SPIFLASH_SPIFFS
|
config ESP32_SPIFLASH_SPIFFS
|
||||||
bool "SPIFFS"
|
bool "SPIFFS"
|
||||||
select FS_SPIFFS
|
select FS_SPIFFS
|
||||||
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on !ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
comment "SPIFFS not supported with Flash Encryption"
|
comment "SPIFFS not supported with Flash Encryption"
|
||||||
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
depends on ESP32_SECURE_FLASH_ENC_ENABLED
|
||||||
|
|
||||||
config ESP32_SPIFLASH_LITTLEFS
|
config ESP32_SPIFLASH_LITTLEFS
|
||||||
bool "LittleFS"
|
bool "LittleFS"
|
||||||
select FS_LITTLEFS
|
select FS_LITTLEFS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -29,22 +29,22 @@ choice ESP32S3_SPIFLASH_FS
|
||||||
bring-up.
|
bring-up.
|
||||||
If not selected, the MTD will be registered as a device node on /dev.
|
If not selected, the MTD will be registered as a device node on /dev.
|
||||||
|
|
||||||
config ESP32S3_SPIFLASH_SMARTFS
|
config ESP32S3_SPIFLASH_SMARTFS
|
||||||
bool "SmartFS"
|
bool "SmartFS"
|
||||||
select FS_SMARTFS
|
select FS_SMARTFS
|
||||||
select MTD_SMART
|
select MTD_SMART
|
||||||
|
|
||||||
config ESP32S3_SPIFLASH_NXFFS
|
config ESP32S3_SPIFLASH_NXFFS
|
||||||
bool "NXFFS"
|
bool "NXFFS"
|
||||||
select FS_NXFFS
|
select FS_NXFFS
|
||||||
|
|
||||||
config ESP32S3_SPIFLASH_SPIFFS
|
config ESP32S3_SPIFLASH_SPIFFS
|
||||||
bool "SPIFFS"
|
bool "SPIFFS"
|
||||||
select FS_SPIFFS
|
select FS_SPIFFS
|
||||||
|
|
||||||
config ESP32S3_SPIFLASH_LITTLEFS
|
config ESP32S3_SPIFLASH_LITTLEFS
|
||||||
bool "LittleFS"
|
bool "LittleFS"
|
||||||
select FS_LITTLEFS
|
select FS_LITTLEFS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -179,12 +179,15 @@ config MAX1161X_FREQUENCY
|
||||||
choice
|
choice
|
||||||
prompt "Maxim MAX1161X Chip Type"
|
prompt "Maxim MAX1161X Chip Type"
|
||||||
|
|
||||||
config MAX1161X_4CHAN
|
config MAX1161X_4CHAN
|
||||||
bool "MAX11612/MAX11613 4 Channels"
|
bool "MAX11612/MAX11613 4 Channels"
|
||||||
config MAX1161X_8CHAN
|
|
||||||
bool "MAX11614/MAX11615 8 Channels"
|
config MAX1161X_8CHAN
|
||||||
config MAX1161X_12CHAN
|
bool "MAX11614/MAX11615 8 Channels"
|
||||||
bool "MAX11616/MAX11617 12 Channels"
|
|
||||||
|
config MAX1161X_12CHAN
|
||||||
|
bool "MAX11616/MAX11617 12 Channels"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endif # ADC_MAX1161X
|
endif # ADC_MAX1161X
|
||||||
|
|
|
@ -148,9 +148,9 @@ config I2C_BQ769X0
|
||||||
bool
|
bool
|
||||||
|
|
||||||
if BQ769X0
|
if BQ769X0
|
||||||
config BQ769X0_USE_INTERNAL_TS
|
config BQ769X0_USE_INTERNAL_TS
|
||||||
bool "Use internal temperature sensor on BQ769X0"
|
bool "Use internal temperature sensor on BQ769X0"
|
||||||
default n
|
default n
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue