11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
# 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
|
||
|
help
|
||
|
Enable support for NPCX clock controller driver.
|