diff options
author | Stefan Roese <sr@denx.de> | 2018-08-16 15:27:32 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-09-23 14:27:51 +0200 |
commit | 41f6e6eb644751678fb3c0b92b74e7f058c7cb89 (patch) | |
tree | f0961bcff539b2acb9e8d373265b8c0980bfeeb0 /arch/mips/Kconfig | |
parent | 88dc40991494951015978b381bc37899fd9971d4 (diff) | |
download | u-boot-41f6e6eb644751678fb3c0b92b74e7f058c7cb89.tar.gz |
mips: mt76xx: Add sysreset support
This patch adds the necessary sysreset DT node and enables the required
drivers via Kconfig.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 10b55c914e..071dea04ec 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -83,6 +83,7 @@ config ARCH_MT7620 select SUPPORTS_CPU_MIPS32_R1 select SUPPORTS_CPU_MIPS32_R2 select SUPPORTS_LITTLE_ENDIAN + select SYSRESET config MACH_PIC32 bool "Support Microchip PIC32" |