| # NPCX Clock controller driver configuration options |
| # Copyright (c) 2020 Nuvoton Technology Corporation. |
| # SPDX-License-Identifier: Apache-2.0 |
| config CLOCK_CONTROL_NPCX |
| bool "NPCX clock controller driver" |
| depends on SOC_FAMILY_NPCX |
| Enable support for NPCX clock controller driver. |
| config CLOCK_NPCX_OSC_CYCLES_PER_SEC |
| depends on SOC_FAMILY_NPCX |
| Core Domain Clock Generator PLL frequency, |
| allowed values: From 10Mhz to 100Mhz. |
| config CLOCK_NPCX_APB1_PRESCALER |
| depends on SOC_FAMILY_NPCX |
| APB1 prescaler, allowed values: From 1 to 10. |
| config CLOCK_NPCX_APB2_PRESCALER |
| depends on SOC_FAMILY_NPCX |
| APB2 prescaler, allowed values: From 1 to 10. |
| config CLOCK_NPCX_APB3_PRESCALER |
| depends on SOC_FAMILY_NPCX |
| APB3 prescaler, allowed values: From 1 to 10. |