xref: /linux/drivers/reset/sti/Kconfig (revision 132db93572821ec2fdf81e354cc40f558faf7e4f)
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_STI
3
4config STI_RESET_SYSCFG
5	bool
6
7config STIH407_RESET
8	bool
9	select STI_RESET_SYSCFG
10
11endif
12