aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mach-mtmips
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2019-09-25 17:45:43 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-10-25 17:20:44 +0200
commit3f851c992d04c070199ff4d4dfb778f25baf14ad (patch)
treecab921bb74f75bcf616d7af651d603654a23478f /arch/mips/mach-mtmips
parent443a206386eada780c9a63026af23ffcf943c0b4 (diff)
downloadu-boot-3f851c992d04c070199ff4d4dfb778f25baf14ad.zip
u-boot-3f851c992d04c070199ff4d4dfb778f25baf14ad.tar.gz
u-boot-3f851c992d04c070199ff4d4dfb778f25baf14ad.tar.bz2
mips: mtmips: select essential drivers in Kconfig
Some drivers (clk, pinctrl, reset, ...) are necessary for reset of the system, they should be always selected. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/mips/mach-mtmips')
-rw-r--r--arch/mips/mach-mtmips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mach-mtmips/Kconfig b/arch/mips/mach-mtmips/Kconfig
index 4af2d54..c8dcf19 100644
--- a/arch/mips/mach-mtmips/Kconfig
+++ b/arch/mips/mach-mtmips/Kconfig
@@ -13,6 +13,8 @@ choice
config SOC_MT7628
bool "MT7628"
select MIPS_L1_CACHE_SHIFT_5
+ select PINCTRL_MT7628
+ select MTK_SERIAL
help
This supports MediaTek MT7628/MT7688.