diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 961ab20032f5..31567f4d333a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -942,6 +942,17 @@ config SECCOMP | |||
942 | 942 | ||
943 | source kernel/Kconfig.hz | 943 | source kernel/Kconfig.hz |
944 | 944 | ||
945 | config PHYSICAL_START | ||
946 | hex "Physical address where the kernel is loaded" if EMBEDDED | ||
947 | default "0x100000" | ||
948 | help | ||
949 | This gives the physical address where the kernel is loaded. | ||
950 | Primarily used in the case of kexec on panic where the | ||
951 | fail safe kernel needs to run at a different address than | ||
952 | the panic-ed kernel. | ||
953 | |||
954 | Don't change this unless you know what you are doing. | ||
955 | |||
945 | endmenu | 956 | endmenu |
946 | 957 | ||
947 | 958 | ||