We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a75fe commit e5de3acCopy full SHA for e5de3ac
drivers/reset/Kconfig.rpi_pico
@@ -1,9 +1,7 @@
1
# Copyright (c) 2022 Andrei-Edward Popa
2
# SPDX-License-Identifier: Apache-2.0
3
4
-# Workaround for not being able to have commas in macro arguments
5
-DT_COMPAT_RPI_PICO_RESET := raspberrypi,pico-reset
6
-
7
config RESET_RPI_PICO
8
bool "Raspberry Pi Reset Controller driver"
9
- default $(dt_compat_enabled,$(DT_COMPAT_RPI_PICO_RESET))
+ default y
+ depends on DT_HAS_RASPBERRYPI_PICO_RESET_ENABLED
0 commit comments