aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/m32r/Kconfig
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig15
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index f807721e19a..b92b9445255 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -7,14 +7,9 @@ config M32R
7 select HAVE_KERNEL_GZIP 7 select HAVE_KERNEL_GZIP
8 select HAVE_KERNEL_BZIP2 8 select HAVE_KERNEL_BZIP2
9 select HAVE_KERNEL_LZMA 9 select HAVE_KERNEL_LZMA
10 select ARCH_WANT_IPC_PARSE_VERSION
11 select HAVE_DEBUG_BUGVERBOSE
12 select HAVE_GENERIC_HARDIRQS 10 select HAVE_GENERIC_HARDIRQS
13 select GENERIC_IRQ_PROBE 11 select GENERIC_IRQ_PROBE
14 select GENERIC_IRQ_SHOW 12 select GENERIC_IRQ_SHOW
15 select GENERIC_ATOMIC64
16 select ARCH_USES_GETTIMEOFFSET
17 select MODULES_USE_ELF_RELA
18 13
19config SBUS 14config SBUS
20 bool 15 bool
@@ -37,6 +32,9 @@ config HZ
37 int 32 int
38 default 100 33 default 100
39 34
35config ARCH_USES_GETTIMEOFFSET
36 def_bool y
37
40source "init/Kconfig" 38source "init/Kconfig"
41 39
42source "kernel/Kconfig.freezer" 40source "kernel/Kconfig.freezer"
@@ -324,6 +322,13 @@ config NODES_SHIFT
324 default "1" 322 default "1"
325 depends on NEED_MULTIPLE_NODES 323 depends on NEED_MULTIPLE_NODES
326 324
325# turning this on wastes a bunch of space.
326# Summit needs it only when NUMA is on
327config BOOT_IOREMAP
328 bool
329 depends on NUMA
330 default n
331
327endmenu 332endmenu
328 333
329 334