zephyr/drivers/reset/Kconfig.rpi_pico
Kumar Gala e5de3ac656 drivers: reset: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-16 09:10:37 -05:00

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