blob: c50070fa863229d44338c2687d5f4f84cee8de93 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001# When adding new entries keep the list in alphabetical order
2
3config ZX_RAM_CONSOLE
4 bool "Write log to ram when suspend"
5 depends on SUSPEND
6 default y
7 ---help---
8 Write log to ram when system in suspend or sleep state that
9 uart may not print log normally!
10
11config ZX_PM_DEBUG
12 bool "PM debug"
13 depends on SUSPEND
14 default y
15 ---help---
16 Debug interface for power management!
17
18config ZX_PM_DEBUG_TIME
19 bool "debug sleep time"
20 depends on SUSPEND
21 default n
22 ---help---
23 Use to debug sleep time!
24
25config AXI_FREQ
26 bool "change axi clock"
27 depends on CPU_FREQ
28 default y
29 ---help---
30 Use to change axi clock!
31
32config RPM_ZX29
33 bool "icp and rpmsg driver"
34 depends on PLAT_ZTE
35 default n
36 ---help---
37 Communicate between cores with each other!
38
39config TSC_ZX29
40 bool "tsc driver"
41 depends on PLAT_ZTE
42 default n
43 ---help---
44 Communicate between cores with each other!
45
46config DDR_ZX29
47 tristate "DDR driver"
48 depends on PLAT_ZTE
49 ---help---
50 Communicate between cores with each other!
51