2020-08-04 01:07:16 +08:00
|
|
|
# Copyright 2020 Peter Bigot Consulting, LLC
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-04-13 06:20:43 +08:00
|
|
|
config REGULATOR_FIXED
|
2020-08-04 01:07:16 +08:00
|
|
|
bool "GPIO-controlled regulators"
|
2022-08-12 11:34:20 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_REGULATOR_FIXED_ENABLED
|
2020-08-04 01:07:16 +08:00
|
|
|
depends on GPIO
|
|
|
|
help
|
|
|
|
Enable the driver for GPIO-controlled regulators
|
|
|
|
|
|
|
|
if REGULATOR_FIXED
|
|
|
|
|
|
|
|
config REGULATOR_FIXED_INIT_PRIORITY
|
|
|
|
int "Init priority"
|
|
|
|
default 75
|
|
|
|
help
|
|
|
|
Device driver initialization priority
|
|
|
|
|
|
|
|
endif # REGULATOR_FIXED
|