You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
|
|
config ARCH_HAS_RESET_CONTROLLER
|
||
|
|
bool
|
||
|
|
|
||
|
|
menuconfig RESET_CONTROLLER
|
||
|
|
bool "Reset Controller Support"
|
||
|
|
default y if ARCH_HAS_RESET_CONTROLLER
|
||
|
|
help
|
||
|
|
Generic Reset Controller support.
|
||
|
|
|
||
|
|
This framework is designed to abstract reset handling of devices
|
||
|
|
via GPIOs or SoC-internal reset controller modules.
|
||
|
|
|
||
|
|
If unsure, say no.
|