realtek: clock driver: enhancement for RTL930X
[openwrt/staging/svanheule.git] / target / linux / realtek / files-5.10 / drivers / clk / realtek / Kconfig
index 4cf3cd963399a22ec640794bfa039f3fc561a080..0d106a6bd791ad006b3fbcdbb4ac4cc6271c2550 100644 (file)
@@ -7,13 +7,14 @@ menuconfig COMMON_CLK_REALTEK
 if COMMON_CLK_REALTEK
 
 config COMMON_CLK_RTL83XX
-       bool "Clock driver for Realtek RTL83XX"
+       bool "Clock driver for Realtek RTL83XX and RTL93XX"
        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.
+         RT8391, RTL8392, RTL8393 and RTL8396 and chips of the RTL930X series
+         such as RTL9301, RTL9302 or RTL9303.
 
 endif