diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index ba22849ee3ec..7c82fa1fc911 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -53,6 +53,9 @@ config MMU | |||
53 | bool | 53 | bool |
54 | default y | 54 | default y |
55 | 55 | ||
56 | config ARCH_DMA_ADDR_T_64BIT | ||
57 | def_bool y | ||
58 | |||
56 | config NEED_DMA_MAP_STATE | 59 | config NEED_DMA_MAP_STATE |
57 | def_bool y | 60 | def_bool y |
58 | 61 | ||
@@ -62,6 +65,9 @@ config NEED_SG_DMA_LENGTH | |||
62 | config SWIOTLB | 65 | config SWIOTLB |
63 | bool | 66 | bool |
64 | 67 | ||
68 | config STACKTRACE_SUPPORT | ||
69 | def_bool y | ||
70 | |||
65 | config GENERIC_LOCKBREAK | 71 | config GENERIC_LOCKBREAK |
66 | def_bool n | 72 | def_bool n |
67 | 73 | ||
@@ -683,8 +689,10 @@ source "lib/Kconfig" | |||
683 | # Use the generic interrupt handling code in kernel/irq/: | 689 | # Use the generic interrupt handling code in kernel/irq/: |
684 | # | 690 | # |
685 | config GENERIC_HARDIRQS | 691 | config GENERIC_HARDIRQS |
686 | bool | 692 | def_bool y |
687 | default y | 693 | |
694 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
695 | def_bool y | ||
688 | 696 | ||
689 | config GENERIC_IRQ_PROBE | 697 | config GENERIC_IRQ_PROBE |
690 | bool | 698 | bool |