diff options
author | Weijie Gao | 2019-09-25 17:45:43 +0800 |
---|---|---|
committer | Daniel Schwierzeck | 2019-10-25 17:20:44 +0200 |
commit | 3f851c992d04c070199ff4d4dfb778f25baf14ad (patch) | |
tree | cab921bb74f75bcf616d7af651d603654a23478f /arch/mips/Kconfig | |
parent | 443a206386eada780c9a63026af23ffcf943c0b4 (diff) |
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/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f5d81b822c4..eb1f67dcccb 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -76,12 +76,18 @@ config ARCH_BMIPS config ARCH_MTMIPS bool "Support MediaTek MIPS platforms" + select CLK imply CMD_DM select DISPLAY_CPUINFO select DM imply DM_ETH imply DM_GPIO + select DM_RESET select DM_SERIAL + select PINCTRL + select PINMUX + select PINCONF + select RESET_MTMIPS imply DM_SPI imply DM_SPI_FLASH select LAST_STAGE_INIT |