From patchwork Thu Sep 28 04:02:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Limonciello, Mario" X-Patchwork-Id: 9975287 X-Patchwork-Delegate: dvhart@infradead.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 14A8460365 for ; Thu, 28 Sep 2017 04:04:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 04F0E2923D for ; Thu, 28 Sep 2017 04:04:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EE327292AF; Thu, 28 Sep 2017 04:04:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94AA52923D for ; Thu, 28 Sep 2017 04:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751916AbdI1EDw (ORCPT ); Thu, 28 Sep 2017 00:03:52 -0400 Received: from esa3.dell-outbound.iphmx.com ([68.232.153.94]:30821 "EHLO esa3.dell-outbound.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbdI1EC3 (ORCPT ); Thu, 28 Sep 2017 00:02:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dell.com; i=@dell.com; q=dns/txt; s=smtpout; t=1506571217; x=1538107217; h=from:to:cc:subject:date:message-id; bh=sM5CoklMy+wNTJ7bQ9gvohJhbHvNtDlvi6nEYfo2erM=; b=ipUpu9AWcu5FBmlEn9nfzojXC6CJGPfhz5ARAxqBVeJo/14h/5ROFeRa NwtSy8qJ6yPR0zBcUbW4Cx9jlVIwSynqq8SbuxFlDhO77bIkwjSpgPpwi vqKxvzBViXTwKu5vfJ4h6hci8O9Mmts0GzZrZII6wy5uH/NQdSzlV0coq k=; Received: from esa2.dell-outbound2.iphmx.com ([68.232.153.202]) by esa3.dell-outbound.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2017 23:00:17 -0500 Received: from ausxipps310.us.dell.com ([143.166.148.211]) by esa2.dell-outbound2.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2017 10:00:25 +0600 X-LoopCount0: from 10.208.86.39 X-IronPort-AV: E=Sophos;i="5.42,448,1500958800"; d="scan'208";a="66774565" X-DLP: DLP_GlobalPCIDSS From: Mario Limonciello To: dvhart@infradead.org, Andy Shevchenko Cc: LKML , platform-driver-x86@vger.kernel.org, Andy Lutomirski , quasisec@google.com, pali.rohar@gmail.com, Mario Limonciello Subject: [PATCH v3 7/8] platform/x86: Kconfig: Change the default settings for dell-wmi-smbios Date: Wed, 27 Sep 2017 23:02:19 -0500 Message-Id: <1b6211a89b5ab38701b871088997c81496d02a23.1506571188.git.mario.limonciello@dell.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The dell-wmi-smbios driver should be enabled by default when ACPI_WMI is enabled (like many other WMI drivers). Signed-off-by: Mario Limonciello --- drivers/platform/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 415886d7a857..a83c275019a4 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -94,6 +94,7 @@ config ASUS_LAPTOP config DELL_SMBIOS tristate "Dell SMBIOS calling interface" depends on ACPI_WMI + default ACPI_WMI ---help--- This module provides common functions for kernel modules and userspace using Dell SMBIOS.