Add fixed-clock clock control driver. This is a first step towards making fixed-clocks a first-class citizen in the clock control framework. Since the change is hidden behind a Kconfig enable this is opt-in for now. Signed-off-by: Moritz Fischer <moritzf@google.com>
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_CLOCK_CONTROL=y
|
|
CONFIG_CLOCK_CONTROL_FIXED_RATE_CLOCK=y
|