From patchwork Wed May 24 13:54:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 9745993 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 DF3E86032B for ; Wed, 24 May 2017 13:55:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C587328970 for ; Wed, 24 May 2017 13:55:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA36F28979; Wed, 24 May 2017 13:55:22 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4CDAD28970 for ; Wed, 24 May 2017 13:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=nNIzKGDbbrCbs4q7q43Jvv3iBZfBuuwpn3q3rOxG92c=; b=ZHwrW29WkmS7cWMZIY9LRPewG6 8yjBg+7NZ4+fvt1Q3h4t5TmZR/ugDUiVKK3iXfpOjgr7wKROeG5eHpd9HmTAJG8RPojtNkN49ZMFx DohHZXpejplXrlgdhXo/ZESvOKvsRg3FtDJwiSHZL1IIKYt94HT25qgy+A9EH7imj3lzNR2aAh93o 63/TPoEbvovn+3PFlkuAqIIhRHMxM54vnryp+tlucrG9dHofxxtk1+KDlwGDmITap229ZSGdWuW2n FH2naWhjPRUd7er2ikkZbBiA6xyFWLUTaGh3oT52xeczZSutNdxxMkMsIajeyaaYRV23f7lO3tGHL mQBBoFzQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dDWky-0007rp-UG; Wed, 24 May 2017 13:55:20 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dDWkT-00067o-K1; Wed, 24 May 2017 13:54:51 +0000 Received: from ipb218599b.dynamic.kabel-deutschland.de ([178.24.89.155] helo=phil.frederix-hotspot.de) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1dDWk9-0003O2-7R; Wed, 24 May 2017 15:54:29 +0200 From: Heiko Stuebner To: arm@kernel.org Subject: [PATCH 5/7] arm64: defconfig: enable more cros-ec options Date: Wed, 24 May 2017 15:54:13 +0200 Message-Id: <20170524135415.5590-6-heiko@sntech.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170524135415.5590-1-heiko@sntech.de> References: <20170524135415.5590-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170524_065449_846172_94E075BC X-CRM114-Status: UNSURE ( 6.23 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, Heiko Stuebner , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the spi part as well as the keyboard driver as built-in, as this allows access to the device, even if the ramdisk containing other drivers is faulty or missing. The cros-ec-pwm gets enabled as module, as it is normally only used to drive display backlights. Signed-off-by: Heiko Stuebner --- arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 51c884f96125..f6c50a403f1a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -210,6 +210,7 @@ CONFIG_WL18XX=m CONFIG_WLCORE_SDIO=m CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_ADC=m +CONFIG_KEYBOARD_CROS_EC=y CONFIG_KEYBOARD_GPIO=y CONFIG_INPUT_MISC=y CONFIG_INPUT_PM8941_PWRKEY=y @@ -303,6 +304,7 @@ CONFIG_RENESAS_WDT=y CONFIG_BCM2835_WDT=y CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_I2C=y +CONFIG_MFD_CROS_EC_SPI=y CONFIG_MFD_EXYNOS_LPASS=m CONFIG_MFD_HI655X_PMIC=y CONFIG_MFD_MAX77620=y @@ -479,6 +481,7 @@ CONFIG_EXYNOS_ADC=y CONFIG_ROCKCHIP_SARADC=m CONFIG_PWM=y CONFIG_PWM_BCM2835=m +CONFIG_PWM_CROS_EC=m CONFIG_PWM_MESON=m CONFIG_PWM_ROCKCHIP=y CONFIG_PWM_SAMSUNG=y