|
@@ -108,18 +108,21 @@ endmenu
|
|
config CPU_PXA168
|
|
config CPU_PXA168
|
|
bool
|
|
bool
|
|
select CPU_MOHAWK
|
|
select CPU_MOHAWK
|
|
|
|
+ select COMMON_CLK
|
|
help
|
|
help
|
|
Select code specific to PXA168
|
|
Select code specific to PXA168
|
|
|
|
|
|
config CPU_PXA910
|
|
config CPU_PXA910
|
|
bool
|
|
bool
|
|
select CPU_MOHAWK
|
|
select CPU_MOHAWK
|
|
|
|
+ select COMMON_CLK
|
|
help
|
|
help
|
|
Select code specific to PXA910
|
|
Select code specific to PXA910
|
|
|
|
|
|
config CPU_MMP2
|
|
config CPU_MMP2
|
|
bool
|
|
bool
|
|
select CPU_PJ4
|
|
select CPU_PJ4
|
|
|
|
+ select COMMON_CLK
|
|
help
|
|
help
|
|
Select code specific to MMP2. MMP2 is ARMv7 compatible.
|
|
Select code specific to MMP2. MMP2 is ARMv7 compatible.
|
|
|
|
|