diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-05-22 15:11:45 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-26 13:12:19 +0100 |
commit | ce70e06c093a9609377e93ee20e7c528e156af14 (patch) | |
tree | 1d848c5d6a61ce975bd201c24622e2779c62309b /drivers/spi/Makefile | |
parent | 29f9ffa0e1f9a17c866c04a01acfc9976d78f29a (diff) |
spi: slave: Add SPI slave handler controlling system state
Add an example SPI slave handler to allow remote control of system
reboot, power off, halt, and suspend.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index fb078693dbe4..1d7923e8c63b 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -108,3 +108,4 @@ obj-$(CONFIG_SPI_ZYNQMP_GQSPI) += spi-zynqmp-gqspi.o # SPI slave protocol handlers obj-$(CONFIG_SPI_SLAVE_TIME) += spi-slave-time.o +obj-$(CONFIG_SPI_SLAVE_SYSTEM_CONTROL) += spi-slave-system-control.o |