diff options
author | Rob Herring <robh@kernel.org> | 2014-04-18 17:19:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 16:32:26 -0700 |
commit | d20642f0a32575605f152a1cb7753bdfca5fc94b (patch) | |
tree | 979f4fb253afd07c91e9568df640ba1691c485b9 /arch/x86/Kconfig | |
parent | e264ebf4c81ac733642ed03ee3f0e26914ed3714 (diff) | |
download | linux-d20642f0a32575605f152a1cb7753bdfca5fc94b.tar.gz linux-d20642f0a32575605f152a1cb7753bdfca5fc94b.tar.bz2 linux-d20642f0a32575605f152a1cb7753bdfca5fc94b.zip |
x86: move FIX_EARLYCON_MEM kconfig into x86
In preparation to support FIX_EARLYCON_MEM on other arches, make the
option per arch.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 25d2c6f7325e..0fb6cfd50e75 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -261,6 +261,9 @@ config ARCH_HWEIGHT_CFLAGS config ARCH_SUPPORTS_UPROBES def_bool y +config FIX_EARLYCON_MEM + def_bool y + source "init/Kconfig" source "kernel/Kconfig.freezer" |