yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | # When adding new entries keep the list in alphabetical order |
| 2 | |
| 3 | config 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 | |
| 11 | config ZX_PM_DEBUG |
| 12 | bool "PM debug" |
| 13 | depends on SUSPEND |
| 14 | default y |
| 15 | ---help--- |
| 16 | Debug interface for power management! |
| 17 | |
| 18 | config 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 | |
| 25 | config AXI_FREQ |
| 26 | bool "change axi clock" |
| 27 | depends on CPU_FREQ |
| 28 | default y |
| 29 | ---help--- |
| 30 | Use to change axi clock! |
| 31 | |
| 32 | config 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 | |
| 39 | config TSC_ZX29 |
| 40 | bool "tsc driver" |
| 41 | depends on PLAT_ZTE |
| 42 | default n |
| 43 | ---help--- |
| 44 | Communicate between cores with each other! |
| 45 | |
| 46 | config DDR_ZX29 |
| 47 | tristate "DDR driver" |
| 48 | depends on PLAT_ZTE |
| 49 | ---help--- |
| 50 | Communicate between cores with each other! |
| 51 | |