Skip to content
Merged
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
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32103c-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32105c-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32105r-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32107c-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32205r-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32207i-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32303e-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32305r-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32307e-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32407v-lckfb/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -314,16 +314,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
26 changes: 16 additions & 10 deletions bsp/gd32/arm/gd32407v-start/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE

config BSP_RTC_USING_LSE
bool "RTC USING LSE"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
22 changes: 14 additions & 8 deletions bsp/gd32/arm/gd32450z-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,22 @@ menu "On-chip Peripheral Drivers"
select RT_USING_RTC
default n
if BSP_USING_ONCHIP_RTC
choice
prompt "Select clock source"
default BSP_RTC_USING_LSE
config BSP_USING_ALARM
bool "Enable RTC alarm"
select RT_USING_ALARM
default n
if BSP_USING_ALARM
choice
prompt "Select rtc alarm device"
default BSP_USING_ALARM0

config BSP_RTC_USING_LSE
bool "RTC USING LSE"
config BSP_USING_ALARM0
bool "Enable RTC Alarm0"

config BSP_RTC_USING_LSI
bool "RTC USING LSI"
endchoice
config BSP_USING_ALARM1
bool "Enable RTC Alarm1"
endchoice
endif
endif

config BSP_USING_WDT
Expand Down
Loading