• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5config WATCHDOG_USING_V151
6    bool
7    prompt "Using watchdog V151"
8    default y
9    depends on DRIVER_SUPPORT_WDT
10
11config WATCHDOG_USING_V100
12    bool
13    prompt "Using watchdog v100"
14    default y
15    depends on DRIVER_SUPPORT_WDT
16
17config WATCHDOG_USING_V152
18    bool
19    prompt "Using watchdog V152"
20    default n
21    depends on DRIVER_SUPPORT_WDT
22
23config WATCHDOG_USING_V151_RST_PL
24    int
25    prompt "Using watchdog_V151 rst_pl"
26    range 1 7
27    default 7
28    depends on WATCHDOG_USING_V151
29    help
30       <System reset signal effective length configuration register
31       3b'000: reset signal effective length is 8'h2
32       3b'001: reset signal effective length is 8'h4
33       3b'010: reset signal effective length is 8'h8
34       3b'011: reset signal effective length is 8'h10
35       3b'100: reset signal effective length is 8'h20
36       3b'101: reset signal effective length is 8'h40
37       3b'110: reset signal effective length is 8'h80
38       3b'111: reset signal effective length is 8'h100>
39
40