kernel_samsung_a34x-permissive/drivers/misc/mediatek/ext_gic/Kconfig
2024-04-28 15:51:13 +02:00

18 lines
501 B
Plaintext

config MTK_GIC_EXT
bool "gic extend"
depends on !MTK_GIC
help
Add extensions for GIC driver.
Including interrupt polarity setup, check the current interrupt
targart CPUs, debug information dump, and mask/unmask for power
scenario.
config MTK_GIC_V3_EXT
bool "gic-v3 extend"
select MTK_GIC_EXT
help
Add extensions for GIC-v3 driver.
Including interrupt polarity setup, check the current interrupt
targart CPUs, debug information dump, and mask/unmask for power
scenario.