1# Fixed clock control driver config
2
3# Copyright (c) 2022 Google, LLC
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_FIXED_RATE_CLOCK
7 bool "Fixed Clock Clock Control"
8 default n
9 help
10 Enable driver for devicetree defined fixed clocks.
11