--- zzzz-none-000/linux-4.9.276/drivers/reset/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/reset/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -91,6 +91,16 @@ default ARCH_ZYNQ help This enables the reset controller driver for Xilinx Zynq SoCs. + +config INTEL_SYSCON_RESET + bool "Intel SYSCON Reset Driver" + depends on HAS_IOMEM + select MFD_SYSCON + help + This enables the reset driver support for Intel SoC devices with + memory-mapped reset registers as part of a syscon device node. If + you wish to use the reset framework for such memory-mapped devices, + say Y here. Otherwise, say N. source "drivers/reset/sti/Kconfig" source "drivers/reset/hisilicon/Kconfig"