diff options
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index ef4c1e442be3..b28d0908a402 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -10,6 +10,7 @@ config M32R | |||
10 | select HAVE_GENERIC_HARDIRQS | 10 | select HAVE_GENERIC_HARDIRQS |
11 | select GENERIC_HARDIRQS_NO_DEPRECATED | 11 | select GENERIC_HARDIRQS_NO_DEPRECATED |
12 | select GENERIC_IRQ_PROBE | 12 | select GENERIC_IRQ_PROBE |
13 | select GENERIC_IRQ_SHOW | ||
13 | 14 | ||
14 | config SBUS | 15 | config SBUS |
15 | bool | 16 | bool |
@@ -260,6 +261,10 @@ config GENERIC_FIND_NEXT_BIT | |||
260 | bool | 261 | bool |
261 | default y | 262 | default y |
262 | 263 | ||
264 | config GENERIC_FIND_BIT_LE | ||
265 | bool | ||
266 | default y | ||
267 | |||
263 | config GENERIC_HWEIGHT | 268 | config GENERIC_HWEIGHT |
264 | bool | 269 | bool |
265 | default y | 270 | default y |