Skip to content

Commit 25212f3

Browse files
CYFS3Rbb666
authored andcommitted
fix: name anonymous Kconfig choices
1 parent 0e0f403 commit 25212f3

236 files changed

Lines changed: 943 additions & 943 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bsp/ESP/libraries/drivers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config SOC_ESP32_C3
1414

1515
menu "Hardware Drivers Config"
1616

17-
choice
17+
choice BSP_BOARD_SEL
1818
prompt "Select BSP board "
1919
default BSP_BOARD_LUATOS_ESP32C3
2020

bsp/Infineon/libraries/templates/PSOC62/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ menu "On-chip Peripheral Drivers"
199199
select RT_USING_RTC
200200
default n
201201
if BSP_USING_RTC
202-
choice
202+
choice BSP_RTC_LS_SEL
203203
prompt "Select clock source"
204204
default BSP_RTC_USING_LSE
205205

bsp/Infineon/psoc6-cy8ckit-062-BLE/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ menu "On-chip Peripheral Drivers"
199199
select RT_USING_RTC
200200
default n
201201
if BSP_USING_RTC
202-
choice
202+
choice BSP_RTC_LS_SEL
203203
prompt "Select clock source"
204204
default BSP_RTC_USING_LSE
205205

bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ menu "On-chip Peripheral Drivers"
207207
select RT_USING_RTC
208208
default n
209209
if BSP_USING_RTC
210-
choice
210+
choice BSP_RTC_LS_SEL
211211
prompt "Select clock source"
212212
default BSP_RTC_USING_LSE
213213

bsp/Infineon/psoc6-cy8ckit-062S2-43012/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ menu "On-chip Peripheral Drivers"
211211
select RT_USING_RTC
212212
default n
213213
if BSP_USING_RTC
214-
choice
214+
choice BSP_RTC_LS_SEL
215215
prompt "Select clock source"
216216
default BSP_RTC_USING_LSE
217217

bsp/Infineon/psoc6-cy8ckit-062s4/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ menu "On-chip Peripheral Drivers"
199199
select RT_USING_RTC
200200
default n
201201
if BSP_USING_RTC
202-
choice
202+
choice BSP_RTC_LS_SEL
203203
prompt "Select clock source"
204204
default BSP_RTC_USING_LSE
205205

bsp/Infineon/psoc6-cy8cproto-062S3-4343W/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ menu "On-chip Peripheral Drivers"
211211
select RT_USING_RTC
212212
default n
213213
if BSP_USING_RTC
214-
choice
214+
choice BSP_RTC_LS_SEL
215215
prompt "Select clock source"
216216
default BSP_RTC_USING_LSE
217217

bsp/Infineon/psoc6-evaluationkit-062S2/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ menu "On-chip Peripheral Drivers"
255255
select RT_USING_RTC
256256
default n
257257
if BSP_USING_RTC
258-
choice
258+
choice BSP_RTC_LS_SEL
259259
prompt "Select clock source"
260260
default BSP_RTC_USING_LSE
261261

bsp/acm32/acm32f4xx-nucleo/drivers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
menu "Hardware Drivers Config"
22

3-
choice
3+
choice SOC_ACM32F403_SEL
44
prompt "select chip type"
55
default SOC_ACM32F403RET7
66

bsp/allwinner/libraries/drivers/Kconfig

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
menu "General Drivers Configuration"
22

3-
choice
3+
choice BOARD_SEL
44
prompt "Choose Board"
55

66
default BSP_USING_M7
@@ -15,7 +15,7 @@ menuconfig BSP_USING_UART0
1515
bool "Enable UART0"
1616
default y
1717
if BSP_USING_UART0
18-
choice
18+
choice UART0_TX_GPIO_SEL
1919
prompt "UART0 TX PIN"
2020
default UART0_TX_USING_GPIOE2 if BOARD_allwinnerd1s
2121
default UART0_TX_USING_GPIOB8 if BOARD_allwinnerd1
@@ -29,7 +29,7 @@ menuconfig BSP_USING_UART0
2929
config UART0_TX_USING_GPIOF2
3030
bool "GPIOF02"
3131
endchoice
32-
choice
32+
choice UART0_RX_GPIO_SEL
3333
prompt "UART0 RX PIN"
3434
default UART0_RX_USING_GPIOE3 if BOARD_allwinnerd1s
3535
default UART0_RX_USING_GPIOB9 if BOARD_allwinnerd1
@@ -49,7 +49,7 @@ menuconfig BSP_USING_UART1
4949
bool "Enable UART1"
5050
default n
5151
if BSP_USING_UART1
52-
choice
52+
choice UART1_TX_GPIO_SEL
5353
prompt "UART1 TX PIN"
5454
config UART1_TX_USING_GPIOD21
5555
bool "GPIOD21"
@@ -60,7 +60,7 @@ menuconfig BSP_USING_UART1
6060
config UART1_TX_USING_GPIOG12
6161
bool "GPIOG12"
6262
endchoice
63-
choice
63+
choice UART1_RX_GPIO_SEL
6464
prompt "UART1 RX PIN"
6565
config UART1_RX_USING_GPIOD22
6666
bool "GPIOD22"
@@ -77,14 +77,14 @@ menuconfig BSP_USING_UART2
7777
bool "Enable UART2"
7878
default n
7979
if BSP_USING_UART2
80-
choice
80+
choice UART2_TX_GPIO_SEL
8181
prompt "UART2 TX PIN"
8282
config UART2_TX_USING_GPIOD1
8383
bool "GPIOD01"
8484
config UART2_TX_USING_GPIOE2
8585
bool "GPIOE02"
8686
endchoice
87-
choice
87+
choice UART2_RX_GPIO_SEL
8888
prompt "UART2 RX PIN"
8989
config UART2_RX_USING_GPIOD2
9090
bool "GPIOD02"
@@ -97,7 +97,7 @@ menuconfig BSP_USING_UART3
9797
bool "Enable UART3"
9898
default n
9999
if BSP_USING_UART3
100-
choice
100+
choice UART3_TX_GPIO_SEL
101101
prompt "UART3 TX PIN"
102102
config UART3_TX_USING_GPIOB6
103103
bool "GPIOB06"
@@ -112,7 +112,7 @@ menuconfig BSP_USING_UART3
112112
config UART3_TX_USING_GPIOG8
113113
bool "GPIOG08"
114114
endchoice
115-
choice
115+
choice UART3_RX_GPIO_SEL
116116
prompt "UART3 RX PIN"
117117
config UART3_RX_USING_GPIOB7
118118
bool "GPIOB07"
@@ -133,7 +133,7 @@ menuconfig BSP_USING_UART4
133133
bool "Enable UART4"
134134
default n
135135
if BSP_USING_UART4
136-
choice
136+
choice UART4_TX_GPIO_SEL
137137
prompt "UART4 TX PIN"
138138
config UART4_TX_USING_GPIOB2
139139
bool "GPIOB02"
@@ -144,7 +144,7 @@ menuconfig BSP_USING_UART4
144144
config UART4_TX_USING_GPIOG2
145145
bool "GPIOG02"
146146
endchoice
147-
choice
147+
choice UART4_RX_PIN_SEL
148148
prompt "UART4 RX PIN"
149149
config UART4_RX_USING_GPIOB3
150150
bool "GPIOB03"
@@ -161,7 +161,7 @@ menuconfig BSP_USING_UART5
161161
bool "Enable UART5"
162162
default n
163163
if BSP_USING_UART5
164-
choice
164+
choice UART5_TX_GPIO_SEL
165165
prompt "UART5 TX PIN"
166166
config UART5_TX_USING_GPIOB4
167167
bool "GPIOB04"
@@ -172,7 +172,7 @@ menuconfig BSP_USING_UART5
172172
config UART5_TX_USING_GPIOG4
173173
bool "GPIOG04"
174174
endchoice
175-
choice
175+
choice UART5_RX_GPIO_SEL
176176
prompt "UART5 RX PIN"
177177
config UART5_RX_USING_GPIOB5
178178
bool "GPIOB05"

0 commit comments

Comments
 (0)