blob: c430dd9b8ae0321c64ac46dde95fd0332a1b39a1 [file] [log] [blame]
Dario Binacchid09f0632020-12-30 00:06:32 +01001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
4#
5
Dario Binacchi756d64e2020-12-30 00:06:34 +01006config CLK_TI_AM3_DPLL
7 bool "TI AM33XX Digital Phase-Locked Loop (DPLL) clock drivers"
8 depends on CLK && OF_CONTROL
9 help
10 This enables the DPLL clock drivers support on AM33XX SoCs. The DPLL
11 provides all interface clocks and functional clocks to the processor.
12
Dario Binacchid09f0632020-12-30 00:06:32 +010013config CLK_TI_MUX
14 bool "TI mux clock driver"
15 depends on CLK && OF_CONTROL && CLK_CCF
16 help
17 This enables the mux clock driver support on TI's SoCs.