diff options
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 393bccfe1785..a0801fda0be4 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -85,6 +85,10 @@ config STATIC_LINK | |||
85 | Additionally, this option enables using higher memory spaces (up to | 85 | Additionally, this option enables using higher memory spaces (up to |
86 | 2.75G) for UML. | 86 | 2.75G) for UML. |
87 | 87 | ||
88 | config SUBARCH | ||
89 | string | ||
90 | option env="SUBARCH" | ||
91 | |||
88 | source "arch/um/Kconfig.arch" | 92 | source "arch/um/Kconfig.arch" |
89 | source "mm/Kconfig" | 93 | source "mm/Kconfig" |
90 | source "kernel/time/Kconfig" | 94 | source "kernel/time/Kconfig" |