cf242016b4
Adds support for rpi_pico timer Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
# Copyright (c) 2023 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_TIMER_RPI_PICO
|
|
def_bool y
|
|
select PICOSDK_USE_TIMER
|
|
select PICOSDK_USE_CLAIM
|
|
depends on DT_HAS_RASPBERRYPI_PICO_TIMER_ENABLED
|