Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bsp/ESP/libraries/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config SOC_ESP32_C3

menu "Hardware Drivers Config"

choice
choice BSP_BOARD_SEL
prompt "Select BSP board "
default BSP_BOARD_LUATOS_ESP32C3

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/libraries/templates/PSOC62/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-cy8ckit-062-BLE/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-cy8ckit-062S2-43012/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-cy8ckit-062s4/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-cy8cproto-062S3-4343W/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/Infineon/psoc6-evaluationkit-062S2/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/acm32/acm32f4xx-nucleo/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
menu "Hardware Drivers Config"

choice
choice SOC_ACM32F403_SEL
prompt "select chip type"
default SOC_ACM32F403RET7

Expand Down
26 changes: 13 additions & 13 deletions bsp/allwinner/libraries/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
menu "General Drivers Configuration"

choice
choice BOARD_SEL
prompt "Choose Board"

default BSP_USING_M7
Expand All @@ -15,7 +15,7 @@ menuconfig BSP_USING_UART0
bool "Enable UART0"
default y
if BSP_USING_UART0
choice
choice UART0_TX_GPIO_SEL
prompt "UART0 TX PIN"
default UART0_TX_USING_GPIOE2 if BOARD_allwinnerd1s
default UART0_TX_USING_GPIOB8 if BOARD_allwinnerd1
Expand All @@ -29,7 +29,7 @@ menuconfig BSP_USING_UART0
config UART0_TX_USING_GPIOF2
bool "GPIOF02"
endchoice
choice
choice UART0_RX_GPIO_SEL
prompt "UART0 RX PIN"
default UART0_RX_USING_GPIOE3 if BOARD_allwinnerd1s
default UART0_RX_USING_GPIOB9 if BOARD_allwinnerd1
Expand All @@ -49,7 +49,7 @@ menuconfig BSP_USING_UART1
bool "Enable UART1"
default n
if BSP_USING_UART1
choice
choice UART1_TX_GPIO_SEL
prompt "UART1 TX PIN"
config UART1_TX_USING_GPIOD21
bool "GPIOD21"
Expand All @@ -60,7 +60,7 @@ menuconfig BSP_USING_UART1
config UART1_TX_USING_GPIOG12
bool "GPIOG12"
endchoice
choice
choice UART1_RX_GPIO_SEL
prompt "UART1 RX PIN"
config UART1_RX_USING_GPIOD22
bool "GPIOD22"
Expand All @@ -77,14 +77,14 @@ menuconfig BSP_USING_UART2
bool "Enable UART2"
default n
if BSP_USING_UART2
choice
choice UART2_TX_GPIO_SEL
prompt "UART2 TX PIN"
config UART2_TX_USING_GPIOD1
bool "GPIOD01"
config UART2_TX_USING_GPIOE2
bool "GPIOE02"
endchoice
choice
choice UART2_RX_GPIO_SEL
prompt "UART2 RX PIN"
config UART2_RX_USING_GPIOD2
bool "GPIOD02"
Expand All @@ -97,7 +97,7 @@ menuconfig BSP_USING_UART3
bool "Enable UART3"
default n
if BSP_USING_UART3
choice
choice UART3_TX_GPIO_SEL
prompt "UART3 TX PIN"
config UART3_TX_USING_GPIOB6
bool "GPIOB06"
Expand All @@ -112,7 +112,7 @@ menuconfig BSP_USING_UART3
config UART3_TX_USING_GPIOG8
bool "GPIOG08"
endchoice
choice
choice UART3_RX_GPIO_SEL
prompt "UART3 RX PIN"
config UART3_RX_USING_GPIOB7
bool "GPIOB07"
Expand All @@ -133,7 +133,7 @@ menuconfig BSP_USING_UART4
bool "Enable UART4"
default n
if BSP_USING_UART4
choice
choice UART4_TX_GPIO_SEL
prompt "UART4 TX PIN"
config UART4_TX_USING_GPIOB2
bool "GPIOB02"
Expand All @@ -144,7 +144,7 @@ menuconfig BSP_USING_UART4
config UART4_TX_USING_GPIOG2
bool "GPIOG02"
endchoice
choice
choice UART4_RX_PIN_SEL
prompt "UART4 RX PIN"
config UART4_RX_USING_GPIOB3
bool "GPIOB03"
Expand All @@ -161,7 +161,7 @@ menuconfig BSP_USING_UART5
bool "Enable UART5"
default n
if BSP_USING_UART5
choice
choice UART5_TX_GPIO_SEL
prompt "UART5 TX PIN"
config UART5_TX_USING_GPIOB4
bool "GPIOB04"
Expand All @@ -172,7 +172,7 @@ menuconfig BSP_USING_UART5
config UART5_TX_USING_GPIOG4
bool "GPIOG04"
endchoice
choice
choice UART5_RX_GPIO_SEL
prompt "UART5 RX PIN"
config UART5_RX_USING_GPIOB5
bool "GPIOB05"
Expand Down
2 changes: 1 addition & 1 deletion bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config DISP2_SUNXI
---help---
Display driver for sunxi based boards.

choice
choice SUNXI_DISP2_FB_SEL
prompt "DISP2 Framebuffer rotation support"
default SUNXI_DISP2_FB_DISABLE_ROTATE

Expand Down
4 changes: 2 additions & 2 deletions bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config DRIVERS_GMAC
bool "enable GMAC driver"
default n
if DRIVERS_GMAC
choice
choice GMAC_R_SEL
prompt "GMAC media independent interface"
default GMAC_USING_RMII if BOARD_allwinnerd1s
default GMAC_USING_RGMII if BOARD_allwinnerd1
Expand All @@ -14,7 +14,7 @@ config DRIVERS_GMAC
config GMAC_USING_RMII
bool "RMII"
endchoice
choice
choice GMAC_GPIO_SEL
prompt "GMAC GPIO GROUP"
default GMAC_USING_GPIOG if BOARD_allwinnerd1s
default GMAC_USING_GPIOE if BOARD_allwinnerd1
Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32e103ze-evalboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32e103ze-tinyboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f030r8-miniboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f051r8-evalboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f072vb-miniboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f091vc-miniboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f103vb-miniboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f103xe-minibroard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f107vc-evalboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f407ig-minibroard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32f407zg-evalboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/apm32/apm32s103vb-miniboard/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
choice BSP_RTC_LS_SEL
prompt "Select clock source"
default BSP_RTC_USING_LSE

Expand Down
2 changes: 1 addition & 1 deletion bsp/at32/at32a403a-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
2 changes: 1 addition & 1 deletion bsp/at32/at32a423-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
2 changes: 1 addition & 1 deletion bsp/at32/at32f402-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
2 changes: 1 addition & 1 deletion bsp/at32/at32f403a-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
2 changes: 1 addition & 1 deletion bsp/at32/at32f405-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
4 changes: 2 additions & 2 deletions bsp/at32/at32f407-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ menu "On-chip Peripheral Drivers"
default n
select RT_USING_LWIP
if BSP_USING_EMAC
choice
choice PHY_DM9162_SEL
prompt "Select phy"
default PHY_USING_DM9162

Expand Down Expand Up @@ -61,7 +61,7 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_RTC
choice
choice BSP_RTC_L_SEL
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
Loading
Loading