aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.common
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2013-04-16 17:53:29 -0400
committerThomas Gleixner <tglx@linutronix.de>2013-04-17 04:39:38 -0400
commit8198c1696a2cd15d436ade172bfd8085f5f818d3 (patch)
treecaece15784505f1a19b49b643e6eef6c973af63a /arch/um/Kconfig.common
parent2412aa1293a4159c610616305c17efd237c8208d (diff)
um: Use generic idle loop
Signed-off-by: Richard Weinberger <richard@nod.at> Cc: user-mode-linux-devel@lists.sourceforge.net Link: http://lkml.kernel.org/r/1366149209-24787-1-git-send-email-richard@nod.at Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r--arch/um/Kconfig.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index bceee6623b00..57834067a511 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -12,6 +12,7 @@ config UML
12 select GENERIC_CPU_DEVICES 12 select GENERIC_CPU_DEVICES
13 select GENERIC_IO 13 select GENERIC_IO
14 select GENERIC_CLOCKEVENTS 14 select GENERIC_CLOCKEVENTS
15 select GENERIC_IDLE_LOOP
15 select TTY # Needed for line.c 16 select TTY # Needed for line.c
16 17
17config MMU 18config MMU