Skip to content

Commit 8ed1e63

Browse files
no1wudilinguini1
authored andcommitted
arch/risc-v/hpm6000: Use WDOGx naming for watchdog peripherals
Fix duplicate watchdog prompts in Kconfig by using unique WDOG0, WDOG1, WDOG2 names instead of generic 'watchdog' label. This matches the UART peripheral naming convention in the same file and makes it clear which watchdog is being configured in menuconfig. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
1 parent 71709d4 commit 8ed1e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/risc-v/src/hpm6000/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ config HPM_ENET
3434
menu "Watchdog"
3535

3636
config HPM_WDOG0
37-
bool "watchdog"
37+
bool "WDOG0"
3838
default n
3939

4040
config HPM_WDOG1
41-
bool "watchdog"
41+
bool "WDOG1"
4242
default n
4343

4444
config HPM_WDOG2
45-
bool "watchdog"
45+
bool "WDOG2"
4646
default n
4747

4848
endmenu # Watchdog

0 commit comments

Comments
 (0)