Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547AbZGHEOQ (ORCPT ); Wed, 8 Jul 2009 00:14:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750758AbZGHEOF (ORCPT ); Wed, 8 Jul 2009 00:14:05 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:35404 "EHLO vms173001pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750743AbZGHEOE (ORCPT ); Wed, 8 Jul 2009 00:14:04 -0400 From: Len Brown To: x86@kernel.org, sfi-devel@simplefirmware.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Cc: Feng Tang , Len Brown Subject: [PATCH 02/12] SFI, x86: add CONFIG_SFI Date: Wed, 08 Jul 2009 00:13:48 -0400 Message-id: X-Mailer: git-send-email 1.6.3.3.385.g60647 In-reply-to: <1247026438-20891-1-git-send-email-lenb@kernel.org> References: <1247026438-20891-1-git-send-email-lenb@kernel.org> In-reply-to: <8e4a93858bce74ed3080dd607aa471023f1a2737.1247025117.git.len.brown@intel.com> References: <8e4a93858bce74ed3080dd607aa471023f1a2737.1247025117.git.len.brown@intel.com> X-Patchwork-Hint: ignore Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1504 Lines: 55 From: Feng Tang analogous to ACPI, drivers/sfi/Kconfig is pulled in by arch/x86/Kconfig Signed-off-by: Feng Tang Signed-off-by: Len Brown --- arch/x86/Kconfig | 2 ++ drivers/sfi/Kconfig | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 drivers/sfi/Kconfig diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c07f722..8e864c0 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 diff --git a/drivers/sfi/Kconfig b/drivers/sfi/Kconfig new file mode 100644 index 0000000..b217f32 --- /dev/null +++ b/drivers/sfi/Kconfig @@ -0,0 +1,16 @@ +# +# SFI Configuration +# + +menuconfig SFI + bool "SFI (Simple Firmware Interface) Support" + depends on X86 + default n + ---help--- + The Simple Firmware Interface (SFI) provides a lightweight method + for platform firmware to pass information to the Operating System + via static tables in memory. + + For more information, see http://simplefirmware.org + + Say 'Y' here to enable the kernel to boot on SFI-only platforms. -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/