Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5ad7ac7 authored by Chao Xie's avatar Chao Xie Committed by Mike Turquette
Browse files

arm: mmp: make all SOCs use common clock by default

parent 4c5bca34
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,18 +108,21 @@ endmenu
config CPU_PXA168
	bool
	select CPU_MOHAWK
	select COMMON_CLK
	help
	  Select code specific to PXA168

config CPU_PXA910
	bool
	select CPU_MOHAWK
	select COMMON_CLK
	help
	  Select code specific to PXA910

config CPU_MMP2
	bool
	select CPU_PJ4
	select COMMON_CLK
	help
	  Select code specific to MMP2. MMP2 is ARMv7 compatible.