# Nuvoton Cortex-M4 Embedded Controller
# Copyright (c) 2020 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NPCX7
config SOC_SERIES
default "npcx7"
config NUM_IRQS
default 64
config CLOCK_CONTROL_NPCX
default y
depends on CLOCK_CONTROL
help
Enable support for NPCX clock controller driver.
config PINMUX_NPCX
default y
depends on PINMUX
help
Enable support for NPCX pinmux controller driver.
config UART_NPCX
default y
depends on SERIAL
help
Enable support for NPCX UART driver.
config GPIO_NPCX
default y
depends on GPIO
help
Enable support for NPCX GPIO driver.
source "soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.npcx7*"
endif # SOC_SERIES_NPCX7