2021-11-26 11:13:58 +08:00
|
|
|
menuconfig CLK
|
|
|
|
bool "Clock management (CLK) driver interfaces"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
The base clock drivers and clock management sets. These interfaces are used
|
|
|
|
to enable/disable clocks and set clock rate for drivers
|
|
|
|
|
|
|
|
if CLK
|
|
|
|
|
|
|
|
config CLK_RPMSG
|
|
|
|
bool "rpmsg clk driver"
|
|
|
|
default n
|
2022-04-05 01:06:05 +08:00
|
|
|
depends on RPTUN
|
2021-11-26 11:13:58 +08:00
|
|
|
---help---
|
|
|
|
Rpmsg clk are proxy/master pairs clock that operate clks between client and
|
|
|
|
server processor.
|
|
|
|
|
|
|
|
endif
|