mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 10:45:21 +00:00
Add clock drivers for ITE it51xxx series. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
# Copyright (c) 2025 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_IT51XXX
|
|
bool "ITE IT51XXX clock controller driver"
|
|
default y
|
|
depends on DT_HAS_ITE_IT51XXX_ECPM_ENABLED
|
|
help
|
|
This option enables the clock controller driver for IT51XXX.
|
|
|
|
if CLOCK_CONTROL_IT51XXX
|
|
|
|
config IT51XXX_PLL_SEQUENCE_PRIORITY
|
|
int
|
|
default 1
|
|
|
|
endif # CLOCK_CONTROL_IT51XXX
|