From: Marek BehĂșn Date: Thu, 4 Apr 2024 07:51:04 +0000 (+0200) Subject: arm: mvebu: turris_omnia: Enable poweroff command via sysreset in defconfig X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=7bdf3cd4aabe9578e00285448d577433b5d7d2b2;p=u-boot.git arm: mvebu: turris_omnia: Enable poweroff command via sysreset in defconfig Enable support for the poweroff command via sysreset for Turris Omnia. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese --- diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 9d5171c6a8..0df0f3c90b 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -65,6 +65,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_MTD=y CONFIG_CMD_PCI=y +CONFIG_CMD_POWEROFF=y CONFIG_CMD_SATA=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y @@ -114,6 +115,7 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550=y CONFIG_KIRKWOOD_SPI=y CONFIG_SYSRESET=y +CONFIG_SYSRESET_CMD_POWEROFF=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y