realtek: clock driver: enhancement for RTL930X
[openwrt/staging/svanheule.git] / target / linux / realtek / files-5.10 / drivers / clk / realtek / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 menuconfig COMMON_CLK_REALTEK
4 bool "Support for Realtek's clock controllers"
5 depends on RTL83XX
6
7 if COMMON_CLK_REALTEK
8
9 config COMMON_CLK_RTL83XX
10 bool "Clock driver for Realtek RTL83XX and RTL93XX"
11 depends on RTL83XX
12 select SRAM
13 help
14 This driver adds support for the Realtek RTL83xx series basic clocks.
15 This includes chips in the RTL838x series, such as RTL8380, RTL8381,
16 RTL832, as well as chips from the RTL839x series, such as RTL8390,
17 RT8391, RTL8392, RTL8393 and RTL8396 and chips of the RTL930X series
18 such as RTL9301, RTL9302 or RTL9303.
19
20 endif