aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-08-16 15:27:32 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-23 14:27:51 +0200
commit41f6e6eb644751678fb3c0b92b74e7f058c7cb89 (patch)
treef0961bcff539b2acb9e8d373265b8c0980bfeeb0 /arch/mips/Kconfig
parent88dc40991494951015978b381bc37899fd9971d4 (diff)
downloadu-boot-41f6e6eb644751678fb3c0b92b74e7f058c7cb89.zip
u-boot-41f6e6eb644751678fb3c0b92b74e7f058c7cb89.tar.gz
u-boot-41f6e6eb644751678fb3c0b92b74e7f058c7cb89.tar.bz2
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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 10b55c9..071dea0 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"