File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Peter Bigot Consulting, LLC
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- DT_COMPAT_REGULATOR_FIXED := regulator-fixed
5
-
6
4
config REGULATOR_FIXED
7
5
bool "GPIO-controlled regulators"
8
- default $(dt_compat_enabled,$(DT_COMPAT_REGULATOR_FIXED))
6
+ default y
7
+ depends on DT_HAS_REGULATOR_FIXED_ENABLED
9
8
depends on GPIO
10
9
help
11
10
Enable the driver for GPIO-controlled regulators
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2021, NXP
2
2
# SPDX -License-Identifier: Apache-2.0
3
3
4
- DT_COMPAT_PMIC_REG := regulator-pmic
5
-
6
4
config REGULATOR_PMIC
7
5
bool "PMIC Regulator Driver"
8
- depends on $(dt_compat_enabled,$(DT_COMPAT_PMIC_REG))
9
- default $(dt_compat_enabled,$(DT_COMPAT_PMIC_REG))
6
+ default y
7
+ depends on DT_HAS_REGULATOR_PMIC_ENABLED
10
8
select I2C
11
9
help
12
10
Enable the pmic regulator driver
You can’t perform that action at this time.
0 commit comments