aboutsummaryrefslogtreecommitdiff
path: root/arch/um/Kconfig.common
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig.common')
-rw-r--r--arch/um/Kconfig.common9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common
index cb837c22392..6915d28cf11 100644
--- a/arch/um/Kconfig.common
+++ b/arch/um/Kconfig.common
@@ -1,16 +1,13 @@
-config DEFCONFIG_LIST
- string
- option defconfig_list
- default "arch/$ARCH/defconfig"
-
config UML
bool
default y
- select HAVE_GENERIC_HARDIRQS
+ select HAVE_ARCH_AUDITSYSCALL
+ select HAVE_UID16
select GENERIC_IRQ_SHOW
select GENERIC_CPU_DEVICES
select GENERIC_IO
select GENERIC_CLOCKEVENTS
+ select TTY # Needed for line.c
config MMU
bool