mmc: host: sh_mobile_sdhi: don't populate unneeded functions
[linux/fpc-iii.git] / drivers / reset / Kconfig
blob4be1b8c21f6f7b037a3af94767cf60446f8a4600
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 if RESET_CONTROLLER
17 config RESET_OXNAS
18         bool
20 config TI_SYSCON_RESET
21         tristate "TI SYSCON Reset Driver"
22         depends on HAS_IOMEM
23         select MFD_SYSCON
24         help
25           This enables the reset driver support for TI devices with
26           memory-mapped reset registers as part of a syscon device node. If
27           you wish to use the reset framework for such memory-mapped devices,
28           say Y here. Otherwise, say N.
30 source "drivers/reset/sti/Kconfig"
31 source "drivers/reset/hisilicon/Kconfig"
33 endif