File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
config ARM_SCMI_PERF_DOMAIN
3
3
tristate "SCMI performance domain driver"
4
4
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
5
- default y
5
+ default ARM_SCMI_PROTOCOL
6
6
select PM_GENERIC_DOMAINS if PM
7
7
help
8
8
This enables support for the SCMI performance domains which can be
@@ -14,7 +14,7 @@ config ARM_SCMI_PERF_DOMAIN
14
14
config ARM_SCMI_POWER_DOMAIN
15
15
tristate "SCMI power domain driver"
16
16
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
17
- default y
17
+ default ARM_SCMI_PROTOCOL
18
18
select PM_GENERIC_DOMAINS if PM
19
19
help
20
20
This enables support for the SCMI power domains which can be
@@ -27,7 +27,7 @@ config ARM_SCMI_POWER_DOMAIN
27
27
config ARM_SCPI_POWER_DOMAIN
28
28
tristate "SCPI power domain driver"
29
29
depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
30
- default y
30
+ default ARM_SCPI_PROTOCOL
31
31
select PM_GENERIC_DOMAINS if PM
32
32
help
33
33
This enables support for the SCPI power domains which can be
You can’t perform that action at this time.
0 commit comments