diff options
author | Sergiu Moga | 2022-04-01 12:27:25 +0300 |
---|---|---|
committer | Eugen Hristev | 2022-04-26 09:52:25 +0300 |
commit | 085f7378e3e8939faab604f8cfe7a223716bc967 (patch) | |
tree | f7d47b81956076c233cfc663ed3f71104e9e47ab /configs/sam9x60ek_nandflash_defconfig | |
parent | 71d4393f846f5ae86ac35c0fd0987719b660c9ba (diff) |
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/sam9x60ek_nandflash_defconfig')
-rw-r--r-- | configs/sam9x60ek_nandflash_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sam9x60ek_nandflash_defconfig b/configs/sam9x60ek_nandflash_defconfig index 225ae654363..ca848e1aa89 100644 --- a/configs/sam9x60ek_nandflash_defconfig +++ b/configs/sam9x60ek_nandflash_defconfig @@ -78,6 +78,9 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_TIMER=y CONFIG_ATMEL_PIT_TIMER=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_CMD_RESET=y +CONFIG_SYSRESET_AT91=y CONFIG_W1=y CONFIG_W1_GPIO=y CONFIG_W1_EEPROM=y |