e5de3ac656
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers Signed-off-by: Kumar Gala <galak@kernel.org>
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
# Copyright (c) 2022 Andrei-Edward Popa
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RESET_RPI_PICO
|
|
bool "Raspberry Pi Reset Controller driver"
|
|
default y
|
|
depends on DT_HAS_RASPBERRYPI_PICO_RESET_ENABLED
|