projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] UML: add generic BUG support
[linux-2.6]
/
arch
/
um
/
Kconfig
diff --git
a/arch/um/Kconfig
b/arch/um/Kconfig
index
5ac1f29
..
d32a80e
100644
(file)
--- a/
arch/um/Kconfig
+++ b/
arch/um/Kconfig
@@
-47,6
+47,11
@@
config GENERIC_CALIBRATE_DELAY
bool
default y
+config GENERIC_BUG
+ bool
+ default y
+ depends on BUG
+
# Used in kernel/irq/manage.c and include/linux/irq.h
config IRQ_RELEASE_METHOD
bool