summaryrefslogtreecommitdiff
path: root/target/linux/realtek/files-5.10/drivers/clk/realtek/Kconfig
blob: 4cf3cd963399a22ec640794bfa039f3fc561a080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: GPL-2.0-only

menuconfig COMMON_CLK_REALTEK
	bool "Support for Realtek's clock controllers"
	depends on RTL83XX

if COMMON_CLK_REALTEK

config COMMON_CLK_RTL83XX
	bool "Clock driver for Realtek RTL83XX"
	depends on RTL83XX
	select SRAM
	help
	  This driver adds support for the Realtek RTL83xx series basic clocks.
	  This includes chips in the RTL838x series, such as RTL8380, RTL8381,
	  RTL832, as well as chips from the RTL839x series, such as RTL8390,
	  RT8391, RTL8392, RTL8393 and RTL8396.

endif