mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
169f47beec
After decoupled the rpmsg and rptun, all the rpmsg service should depends on the RPMSG. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
18 lines
420 B
Text
18 lines
420 B
Text
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 RPMSG
|
|
---help---
|
|
RPMSG clk are proxy/master pairs clock that operate clks between client and
|
|
server processor.
|
|
|
|
endif
|