diff options
Diffstat (limited to 'arch/v850/Kconfig')
-rw-r--r-- | arch/v850/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 89c053b6c2c4..310865903234 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig | |||
@@ -23,6 +23,14 @@ config GENERIC_CALIBRATE_DELAY | |||
23 | bool | 23 | bool |
24 | default y | 24 | default y |
25 | 25 | ||
26 | config GENERIC_HARDIRQS | ||
27 | bool | ||
28 | default y | ||
29 | |||
30 | config GENERIC_IRQ_PROBE | ||
31 | bool | ||
32 | default y | ||
33 | |||
26 | # Turn off some random 386 crap that can affect device config | 34 | # Turn off some random 386 crap that can affect device config |
27 | config ISA | 35 | config ISA |
28 | bool | 36 | bool |