summaryrefslogtreecommitdiff
path: root/polux/linux-2.6.10/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'polux/linux-2.6.10/arch/arm')
-rw-r--r--polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig b/polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig
index 60dc8b6314..5421cb52f7 100644
--- a/polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig
+++ b/polux/linux-2.6.10/arch/arm/mach-mse500/Kconfig
@@ -39,6 +39,7 @@ config CHIP_MSE500_200
select CHIP_FEATURE_INT_MAP_V2
select CHIP_FEATURE_MSEETH
select AFE_MSEAFE
+ select CHIP_FEATURE_SET_CLK
# Chip features (CHIP_FEATURE_*)
# ==============================
@@ -80,4 +81,15 @@ config CHIP_FEATURE_MSEETH
config AFE_MSEAFE
def_bool n
+config CHIP_FEATURE_SET_CLK
+ def_bool n
+
+# Other features (workarounds, ...)
+# =================================
+# This is not shown to the user, and should be bound to a CHIP_FEATURE
+config SYSCLK_SPEED
+ depends on CHIP_FEATURE_SET_CLK
+ int "SYSCLK speed in MHz"
+ default 96
+
endmenu