1# LiteX SoC Builder clock control driver
2
3# Copyright (c) 2020 Antmicro <www.antmicro.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_LITEX
7	bool "LiteX MMCM clock control"
8	default y
9	depends on DT_HAS_LITEX_CLK_ENABLED
10	help
11	  This option enables LiteX clock control driver.
12	  It gives ability to change clock parameters
13	  such as phase, duty cycle, frequency for up to 7
14	  clock outputs
15