aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/v850/Kconfig')
-rw-r--r--arch/v850/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig
index 225f30d7cb32..7b6d3716efca 100644
--- a/arch/v850/Kconfig
+++ b/arch/v850/Kconfig
@@ -215,6 +215,13 @@ menu "Processor type and features"
215 bool 215 bool
216 default !V850E_CACHE && !V850E2_CACHE 216 default !V850E_CACHE && !V850E2_CACHE
217 217
218 # HZ depends on the platform
219 config HZ
220 int
221 default 24 if V850E_SIM || V850E2_SIM85E2
222 default 122 if V850E2_FPGA85E2C
223 default 100
224
218 #### Misc config 225 #### Misc config
219 226
220 config ROM_KERNEL 227 config ROM_KERNEL