arm64: fix "dc cvau" cache operation on errata-affected core
[linux-2.6-block.git] / drivers / reset / Kconfig
CommitLineData
61fc4131
PZ
1config ARCH_HAS_RESET_CONTROLLER
2 bool
3
4menuconfig 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.
e5d76075 14
6e667fac
NA
15config RESET_OXNAS
16 bool
17
e5d76075 18source "drivers/reset/sti/Kconfig"
f59d23c2 19source "drivers/reset/hisilicon/Kconfig"