zephyr/drivers/interrupt_controller/Kconfig.it8xxx2
Ruibin Chang b9a7340ded ITE drivers/interrupt_controller: add intc_ite_it8xxx2_v2 driver
This driver is made for it82xx2 series.

Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
2023-04-19 03:48:38 -04:00

35 lines
1 KiB
Plaintext

# Copyright (c) 2015 ITE Corporation
# SPDX-License-Identifier: Apache-2.0
config HAS_ITE_INTC
bool
help
This option is selected when ITE_IT8XXX2_INTC or
ITE_IT8XXX2_INTC_V2 is enabled.
config ITE_IT8XXX2_INTC
def_bool DT_HAS_ITE_IT8XXX2_INTC_ENABLED
depends on DT_HAS_ITE_IT8XXX2_INTC_ENABLED
select HAS_ITE_INTC
help
Configures the maximum number of clients allowed per shared
instance of the shared interrupt driver. To conserve RAM set
this value to the lowest practical value.
this software interrupt default set on by device tree.
config ITE_IT8XXX2_INTC_V2
def_bool DT_HAS_ITE_IT8XXX2_INTC_V2_ENABLED
depends on DT_HAS_ITE_IT8XXX2_INTC_V2_ENABLED
select HAS_ITE_INTC
help
This option enables the interrupt controller for IT82XX2 family.
config ITE_IT8XXX2_WUC
bool "ITE it8xxx2 Wakeup controller (WUC) interface"
default y
depends on DT_HAS_ITE_IT8XXX2_WUC_ENABLED
help
This option enables the wakeup controller interface for IT8XXX2
family.
This is required for KSCAN, UART, eSPI, GPIO etc., interrupt support.