# Copyright (c) 2021 Piotr Mienkowski # SPDX-License-Identifier: Apache-2.0 # Workaround for not being able to have commas in macro arguments DT_COMPAT_ATMEL_SAM_TC := atmel,sam-tc config COUNTER_SAM_TC bool "Atmel SAM MCU family counter (TC) driver" default $(dt_compat_enabled,$(DT_COMPAT_ATMEL_SAM_TC)) depends on SOC_FAMILY_SAM help Enable the Atmel SAM MCU family counter (TC) driver.