1# NPCM Clock controller driver configuration options
2
3# Copyright (c) 2024 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_NPCM
7	bool "NPCM clock controller driver"
8	default y
9	depends on DT_HAS_NUVOTON_NPCM_PCC_ENABLED
10	help
11	  Enable support for NPCM clock controller driver.
12