2022-03-22 08:25:39 +08:00
|
|
|
# Copyright (c) 2022 Andrei-Edward Popa
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config RESET_RPI_PICO
|
|
|
|
bool "Raspberry Pi Reset Controller driver"
|
2022-08-12 11:10:38 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_RASPBERRYPI_PICO_RESET_ENABLED
|