You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
537 B
19 lines
537 B
# 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
|
|
|