blob: 1900cf53381fbb766c282810248b061f9dd8c118 [file] [log] [blame]
# Copyright (c) 2023 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
# SPDX-License-Identifier: Apache-2.0
config REGULATOR_RPI_PICO
bool "Raspberry Pi Pico regulator driver"
default y
depends on DT_HAS_RASPBERRYPI_CORE_SUPPLY_REGULATOR_ENABLED
help
Enable support for the Raspberry Pi Pico regulator.
if REGULATOR_RPI_PICO
config REGULATOR_RPI_PICO_INIT_PRIORITY
int "Raspberry Pi Pico regulator driver init priority"
default KERNEL_INIT_PRIORITY_DEVICE
help
Init priority for the Raspberry Pi Pico regulator driver.
endif