From patchwork Sun May 17 11:53:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 1292137 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=v3.sk Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49Q0tP4ftJz9sT8 for ; Sun, 17 May 2020 21:54:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0BC97214D2; Sun, 17 May 2020 11:54:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G8KHnk1cun2y; Sun, 17 May 2020 11:54:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8695620794; Sun, 17 May 2020 11:54:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E14F91BF3D5 for ; Sun, 17 May 2020 11:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DEFAA877AB for ; Sun, 17 May 2020 11:53:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ha+tw71je-ky for ; Sun, 17 May 2020 11:53:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from v6.sk (v6.sk [167.172.42.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6323A87775 for ; Sun, 17 May 2020 11:53:57 +0000 (UTC) Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 2E029610B0; Sun, 17 May 2020 11:53:56 +0000 (UTC) From: Lubomir Rintel To: buildroot@buildroot.org Date: Sun, 17 May 2020 13:53:32 +0200 Message-Id: <20200517115341.1677382-7-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200517115341.1677382-1-lkundrak@v3.sk> References: <20200517115341.1677382-1-lkundrak@v3.sk> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 06/15] board/olpc: move LIS3_SPI to XO-1.75 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lubomir Rintel Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" It's only present on ARM OLPC laptops. Signed-off-by: Lubomir Rintel --- board/olpc/xo-1.75/linux.config | 1 + board/olpc/xo-1/linux.config | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/board/olpc/xo-1.75/linux.config b/board/olpc/xo-1.75/linux.config index b686950799..30e43a8860 100644 --- a/board/olpc/xo-1.75/linux.config +++ b/board/olpc/xo-1.75/linux.config @@ -12,6 +12,7 @@ CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_VFP=y CONFIG_NEON=y +CONFIG_SENSORS_LIS3_SPI=y CONFIG_SERIO_OLPC_APSP=y CONFIG_REGULATOR_88PG86X=m CONFIG_VIDEO_MMP_CAMERA=y diff --git a/board/olpc/xo-1/linux.config b/board/olpc/xo-1/linux.config index 0680e073cb..9f6731a5a5 100644 --- a/board/olpc/xo-1/linux.config +++ b/board/olpc/xo-1/linux.config @@ -29,7 +29,6 @@ CONFIG_MTD_NAND_CAFE=y CONFIG_MTD_UBI=y CONFIG_CS5535_MFGPT=y CONFIG_CS5535_CLOCK_EVENT_SRC=y -CONFIG_SENSORS_LIS3_SPI=y CONFIG_MOUSE_PS2_OLPC=y CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1