zephyr/drivers/clock_control/Kconfig.fixed
Moritz Fischer 28ed7f057d drivers: clock_control: Add clock_fixed_rate driver
Add fixed-clock clock control driver. This is a first step towards
making fixed-clocks a first-class citizen in the clock control
framework.

Since the change is hidden behind a Kconfig enable this is opt-in
for now.

Signed-off-by: Moritz Fischer <moritzf@google.com>
2023-07-03 12:49:27 +02:00

11 lines
252 B
Plaintext

# Fixed clock control driver config
# Copyright (c) 2022 Google, LLC
# SPDX-License-Identifier: Apache-2.0
config CLOCK_CONTROL_FIXED_RATE_CLOCK
bool "Fixed Clock Clock Control"
default n
help
Enable driver for devicetree defined fixed clocks.