nuttx/drivers/clk/Kconfig
zhuyanlin 565964a12f driver: add clk framework
N/A

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
2021-12-07 01:35:45 -06:00

19 lines
422 B
Plaintext

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
depends on OPENAMP
---help---
Rpmsg clk are proxy/master pairs clock that operate clks between client and
server processor.
endif