diff options
| author | Sebastian Reichel <[email protected]> | 2020-09-02 19:31:42 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-11-01 15:58:47 +0100 |
| commit | 8ccc6bffaa1865e53486284f8a3190a664870d83 (patch) | |
| tree | 4d8a623fb3cc610bafe42b282b182a6110c6fdc0 /drivers/sysreset/Makefile | |
| parent | 436ba4e0c7fcf3532ac15b6ff460b7bb87a90911 (diff) | |
sysreset: Add poweroff-gpio driver
Add GPIO poweroff driver, which is based on the Linux
driver and uses the same DT binding.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'drivers/sysreset/Makefile')
| -rw-r--r-- | drivers/sysreset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile index 920c69233f7..de81c399d79 100644 --- a/drivers/sysreset/Makefile +++ b/drivers/sysreset/Makefile @@ -7,6 +7,7 @@ obj-$(CONFIG_ARCH_ASPEED) += sysreset_ast.o obj-$(CONFIG_ARCH_ROCKCHIP) += sysreset_rockchip.o obj-$(CONFIG_ARCH_STI) += sysreset_sti.o obj-$(CONFIG_SANDBOX) += sysreset_sandbox.o +obj-$(CONFIG_POWEROFF_GPIO) += poweroff_gpio.o obj-$(CONFIG_SYSRESET_GPIO) += sysreset_gpio.o obj-$(CONFIG_SYSRESET_MPC83XX) += sysreset_mpc83xx.o obj-$(CONFIG_SYSRESET_MICROBLAZE) += sysreset_microblaze.o |
