summaryrefslogtreecommitdiff
path: root/configs/sama7g5ek_mmc1_defconfig
diff options
context:
space:
mode:
authorSergiu Moga <sergiu.moga@microchip.com>2022-04-01 12:27:25 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2022-04-26 09:52:25 +0300
commit085f7378e3e8939faab604f8cfe7a223716bc967 (patch)
treef7d47b81956076c233cfc663ed3f71104e9e47ab /configs/sama7g5ek_mmc1_defconfig
parent71d4393f846f5ae86ac35c0fd0987719b660c9ba (diff)
downloadu-boot-085f7378e3e8939faab604f8cfe7a223716bc967.tar.xz
configs: at91: Enable SYSRESET for Atmel/Microchip's platforms
This commit enables SYSRESET in the defconfigs for the Atmel/Microchip platforms. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Diffstat (limited to 'configs/sama7g5ek_mmc1_defconfig')
-rw-r--r--configs/sama7g5ek_mmc1_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig
index 75b24b380d..31db8c1d5e 100644
--- a/configs/sama7g5ek_mmc1_defconfig
+++ b/configs/sama7g5ek_mmc1_defconfig
@@ -71,6 +71,9 @@ CONFIG_DM_SERIAL=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=y
CONFIG_TIMER=y
+CONFIG_SYSRESET=y
+CONFIG_SYSRESET_CMD_RESET=y
+CONFIG_SYSRESET_AT91=y
CONFIG_MCHP_PIT64B_TIMER=y
CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER_HII is not set