xref: /linux-6.15/drivers/power/sequencing/Kconfig (revision 249ebf3f)
1# SPDX-License-Identifier: GPL-2.0-only
2
3menuconfig POWER_SEQUENCING
4	tristate "Power Sequencing support"
5	help
6	  Say Y here to enable the Power Sequencing subsystem.
7
8	  This subsystem is designed to control power to devices that share
9	  complex resources and/or require specific power sequences to be run
10	  during power-up.
11
12	  If unsure, say no.
13