Merge tag 'hi6220-dt-for-4.8-2' of git://github.com/hisilicon/linux-hisi into next...
[cascardo/linux.git] / drivers / reset / Kconfig
1 config ARCH_HAS_RESET_CONTROLLER
2         bool
3
4 menuconfig RESET_CONTROLLER
5         bool "Reset Controller Support"
6         default y if ARCH_HAS_RESET_CONTROLLER
7         help
8           Generic Reset Controller support.
9
10           This framework is designed to abstract reset handling of devices
11           via GPIOs or SoC-internal reset controller modules.
12
13           If unsure, say no.
14
15 if RESET_CONTROLLER
16
17 config RESET_OXNAS
18         bool
19
20 source "drivers/reset/sti/Kconfig"
21 source "drivers/reset/hisilicon/Kconfig"
22
23 endif