zephyr/drivers/clock_control/Kconfig.xec
Scott Worley d3f6b54f8e Microchip: MEC172x clock control driver
Implement a clock control driver for Microchip MEC172x handling
configuring the 32 KHz input sources for the PLL and peripheral-32k
clock domains. MEC172x differs from MEC152x. MEC152x had one 32K source
for both PLL and peripherals. MEC172x allows the two domains to use
independent 32 KHz sources. Device tree updated to provide addresses
of hardware used by the driver.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2021-07-21 17:46:07 -04:00

11 lines
266 B
Plaintext

# Microchip XEC
# Copyright (c) 2021 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config CLOCK_CONTROL_MCHP_XEC
bool "MCHP XEC PCR clock control driver"
depends on SOC_SERIES_MEC172X
help
Enable support for Microchip XEC PCR clock driver.