drm/i915/skl: Introduce a SKL specific init_workarounds()
[linux-2.6/btrfs-unstable.git] / drivers / reset / Kconfig
blob0615f50a14cd21dd6cc56a462a05838bfd8cd77e
1 config ARCH_HAS_RESET_CONTROLLER
2         bool
4 menuconfig RESET_CONTROLLER
5         bool "Reset Controller Support"
6         default y if ARCH_HAS_RESET_CONTROLLER
7         help
8           Generic Reset Controller support.
10           This framework is designed to abstract reset handling of devices
11           via GPIOs or SoC-internal reset controller modules.
13           If unsure, say no.
15 source "drivers/reset/sti/Kconfig"