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_ESP_LIBRARIES_BOARD_CHOICE
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_INFINEON_LIBRARIES_TEMPLATES_PSOC62_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_CY8CKIT_062_BLE_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_CY8CKIT_062_WIFI_BT_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_CY8CKIT_062S2_43012_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_CY8CKIT_062S4_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_CY8CPROTO_062S3_4343W_RTC_USING_LS_CHOICE
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_INFINEON_PSOC6_EVALUATIONKIT_062S2_RTC_USING_LS_CHOICE
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 BSP_ACM32_ACM32F4XX_NUCLEO_SOC_ACM32F403_CHOICE
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 BSP_ALLWINNER_LIBRARIES_USING_M7_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART0_TX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART0_RX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART1_TX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART1_RX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART2_TX_USING_GPIO_CHOICE
prompt "UART2 TX PIN"
config UART2_TX_USING_GPIOD1
bool "GPIOD01"
config UART2_TX_USING_GPIOE2
bool "GPIOE02"
endchoice
choice
choice BSP_ALLWINNER_LIBRARIES_UART2_RX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART3_TX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART3_RX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART4_TX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART4_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART5_TX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_UART5_RX_USING_GPIO_CHOICE
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 BSP_ALLWINNER_LIBRARIES_SUNXI_HAL_HAL_SOURCE_SUNXI_DISP2_FB_CHOICE
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 BSP_ALLWINNER_LIBRARIES_SUNXI_HAL_HAL_SOURCE_GMAC_USING_R_CHOICE
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 BSP_ALLWINNER_LIBRARIES_SUNXI_HAL_HAL_SOURCE_GMAC_USING_GPIO_CHOICE
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_APM32_APM32E103ZE_EVALBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32E103ZE_TINYBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F030R8_MINIBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F051R8_EVALBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F072VB_MINIBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F091VC_MINIBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F103VB_MINIBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F103XE_MINIBROARD_RTC_USING_LS_CHOICE
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_APM32_APM32F107VC_EVALBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32F407IG_MINIBROARD_RTC_USING_LS_CHOICE
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_APM32_APM32F407ZG_EVALBOARD_RTC_USING_LS_CHOICE
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_APM32_APM32S103VB_MINIBOARD_RTC_USING_LS_CHOICE
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_AT32_AT32A403A_START_RTC_USING_L_CHOICE
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_AT32_AT32A423_START_RTC_USING_L_CHOICE
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_AT32_AT32F402_START_RTC_USING_L_CHOICE
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_AT32_AT32F403A_START_RTC_USING_L_CHOICE
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_AT32_AT32F405_START_RTC_USING_L_CHOICE
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 BSP_AT32_AT32F407_START_PHY_USING_DM9162_CHOICE
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_AT32_AT32F407_START_RTC_USING_L_CHOICE
prompt "Select clock source"
default BSP_RTC_USING_LEXT

Expand Down
Loading
Loading