mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-31 19:17:12 +00:00
325d79f0f9
Copy files and config from 5.15 kernel version. Because of the big version jump leave out the patches for now so we can treat them individually later on. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
20 lines
532 B
Plaintext
20 lines
532 B
Plaintext
# 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
|