diff options
author | Roy Franz <roy.franz@linaro.org> | 2013-09-22 18:45:25 -0400 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2013-09-25 07:34:32 -0400 |
commit | 4172fe2f8a479e2237459918edc83b027efa8808 (patch) | |
tree | 8db815fdd21ffc767ac77e3701f54eb1465be9c6 /arch/x86/Kconfig | |
parent | 258f6fd738221766b512cd8c7120563b78d62829 (diff) |
EFI stub documentation updates
Move efi-stub.txt out of x86 directory and into common directory
in preparation for adding ARM EFI stub support.
Signed-off-by: Roy Franz <roy.franz@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b32ebf92b0ce..ec65b51af959 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1579,7 +1579,7 @@ config EFI_STUB | |||
1579 | This kernel feature allows a bzImage to be loaded directly | 1579 | This kernel feature allows a bzImage to be loaded directly |
1580 | by EFI firmware without the use of a bootloader. | 1580 | by EFI firmware without the use of a bootloader. |
1581 | 1581 | ||
1582 | See Documentation/x86/efi-stub.txt for more information. | 1582 | See Documentation/efi-stub.txt for more information. |
1583 | 1583 | ||
1584 | config SECCOMP | 1584 | config SECCOMP |
1585 | def_bool y | 1585 | def_bool y |