summaryrefslogtreecommitdiffstats
path: root/drivers/efi
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2017-10-26 12:05:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-10-27 10:56:46 +0200
commit934fbad33f2ec3f583ebc80f36c0da0903d9dadf (patch)
tree835c1d46304d76c851464521dcb79dfb0fa3a89c /drivers/efi
parented5d71ab06bf45e585f9d03049f4730109979aff (diff)
downloadbarebox-934fbad33f2ec3f583ebc80f36c0da0903d9dadf.tar.gz
barebox-934fbad33f2ec3f583ebc80f36c0da0903d9dadf.tar.xz
EFI: add poweroff support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/efi')
-rw-r--r--drivers/efi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/efi/Kconfig b/drivers/efi/Kconfig
index cca1a2e1d6..d6beeb07ce 100644
--- a/drivers/efi/Kconfig
+++ b/drivers/efi/Kconfig
@@ -1,4 +1,5 @@
config EFI_BOOTUP
bool
+ select HAS_POWEROFF
select BLOCK
select PARTITION_DISK