aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32')
-rw-r--r--arch/avr32/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 09ad7995080c..a5793c13f50c 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -147,6 +147,9 @@ config PHYS_OFFSET
147 147
148source "kernel/Kconfig.preempt" 148source "kernel/Kconfig.preempt"
149 149
150config QUICKLIST
151 def_bool y
152
150config HAVE_ARCH_BOOTMEM_NODE 153config HAVE_ARCH_BOOTMEM_NODE
151 def_bool n 154 def_bool n
152 155