You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
# NPCM Clock controller driver configuration options |
|
|
|
# Copyright (c) 2024 Nuvoton Technology Corporation. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config CLOCK_CONTROL_NPCM |
|
bool "NPCM clock controller driver" |
|
default y |
|
depends on DT_HAS_NUVOTON_NPCM_PCC_ENABLED |
|
help |
|
Enable support for NPCM clock controller driver.
|
|
|