1# Copyright (c) 2023 Gerson Fernando Budke <nandojve@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_SAM
5	bool "Atmel SAM clock control"
6	default y
7	depends on DT_HAS_ATMEL_SAM_PMC_ENABLED
8	help
9	  Enable driver for Atmel SAM Clock Control.
10