Skip to content

Commit

Permalink
mips: mtmips: select essential drivers in Kconfig
Browse files Browse the repository at this point in the history
Some drivers (clk, pinctrl, reset, ...) are necessary for reset of the
system, they should be always selected.

Signed-off-by: Weijie Gao <[email protected]>
  • Loading branch information
hackpascal authored and danielschwierzeck committed Oct 25, 2019
1 parent 443a206 commit 3f851c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions arch/mips/mach-mtmips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3f851c9

Please sign in to comment.