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
11config CLOCK_CONTROL_SAMA7G5
12	bool "Microchip SAMA7G5 Power Management Controller (PMC)"
13	default y
14	depends on DT_HAS_MICROCHIP_SAM_PMC_ENABLED || \
15		   DT_HAS_MICROCHIP_SAMA7G5_SCKC_ENABLED
16	help
17	  Enable driver for Microchip SAMA7G5 Power Management Controller (PMC).
18