diff options
author | Dave Jones <davej@redhat.com> | 2006-12-12 17:41:41 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-12-12 17:41:41 -0500 |
commit | c4366889dda8110247be59ca41fddb82951a8c26 (patch) | |
tree | 705c1a996bed8fd48ce94ff33ec9fd00f9b94875 /arch/um/Kconfig | |
parent | db2fb9db5735cc532fd4fc55e94b9a3c3750378e (diff) | |
parent | e1036502e5263851259d147771226161e5ccc85a (diff) |
Merge ../linus
Conflicts:
drivers/cpufreq/cpufreq.c
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 78fb619bdb73..d32a80e6668c 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -1,3 +1,8 @@ | |||
1 | config DEFCONFIG_LIST | ||
2 | string | ||
3 | option defconfig_list | ||
4 | default "arch/$ARCH/defconfig" | ||
5 | |||
1 | # UML uses the generic IRQ sugsystem | 6 | # UML uses the generic IRQ sugsystem |
2 | config GENERIC_HARDIRQS | 7 | config GENERIC_HARDIRQS |
3 | bool | 8 | bool |
@@ -42,6 +47,11 @@ config GENERIC_CALIBRATE_DELAY | |||
42 | bool | 47 | bool |
43 | default y | 48 | default y |
44 | 49 | ||
50 | config GENERIC_BUG | ||
51 | bool | ||
52 | default y | ||
53 | depends on BUG | ||
54 | |||
45 | # Used in kernel/irq/manage.c and include/linux/irq.h | 55 | # Used in kernel/irq/manage.c and include/linux/irq.h |
46 | config IRQ_RELEASE_METHOD | 56 | config IRQ_RELEASE_METHOD |
47 | bool | 57 | bool |
@@ -52,6 +62,7 @@ menu "UML-specific options" | |||
52 | config MODE_TT | 62 | config MODE_TT |
53 | bool "Tracing thread support (DEPRECATED)" | 63 | bool "Tracing thread support (DEPRECATED)" |
54 | default n | 64 | default n |
65 | depends on BROKEN | ||
55 | help | 66 | help |
56 | This option controls whether tracing thread support is compiled | 67 | This option controls whether tracing thread support is compiled |
57 | into UML. This option is largely obsolete, given that skas0 provides | 68 | into UML. This option is largely obsolete, given that skas0 provides |