diff options
author | Feng Tang <feng.tang@intel.com> | 2009-08-14 15:23:29 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 19:57:34 -0400 |
commit | efafc8b213e67ed148a5b53ade29ee7b48af907d (patch) | |
tree | 416ffc86b22dcb4a7825b7148d208ff52bdd50d3 /arch/x86/Kconfig | |
parent | 13e82d023c4c3f13ab1e665cbb917a7ebba8935c (diff) | |
download | op-kernel-dev-efafc8b213e67ed148a5b53ade29ee7b48af907d.zip op-kernel-dev-efafc8b213e67ed148a5b53ade29ee7b48af907d.tar.gz |
x86: add arch-specific SFI support
arch/x86/kernel/sfi.c serves the dual-purpose of supporting the
SFI core with arch specific code, as well as a home for the
arch-specific code that uses SFI.
analogous to ACPI, drivers/sfi/Kconfig is pulled in by arch/x86/Kconfig
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: x86@kernel.org
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 13ffa5d..d8ba424 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1683,6 +1683,8 @@ source "kernel/power/Kconfig" source "drivers/acpi/Kconfig" +source "drivers/sfi/Kconfig" + config X86_APM_BOOT bool default y |