diff options
author | Julien Panis <jpanis@baylibre.com> | 2023-05-11 11:51:26 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-15 13:41:53 +0200 |
commit | 9e66fb52449538406cea43e9f3889c391350e76e (patch) | |
tree | 9e5f3b29859b7be915367a560337a212d6febebb /samples/Kconfig | |
parent | dce548889650c188a1078064d038fb72f3fd1c11 (diff) |
samples: Add userspace example for TI TPS6594 PFSM
This patch adds an example showing how to use PFSM devices
from a userspace application. The PMIC is armed to be triggered
by a RTC alarm to execute state transition.
Signed-off-by: Julien Panis <jpanis@baylibre.com>
Message-ID: <20230511095126.105104-7-jpanis@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b2db430bd3ff..3edf73a3dc9b 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -253,6 +253,12 @@ config SAMPLE_INTEL_MEI help Build a sample program to work with mei device. +config SAMPLE_TPS6594_PFSM + bool "Build example program working with TPS6594 PFSM driver" + depends on HEADERS_INSTALL + help + Build a sample program to work with PFSM devices. + config SAMPLE_WATCHDOG bool "watchdog sample" depends on CC_CAN_LINK |