From patchwork Wed Jun 17 10:49:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 1311117 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.133; helo=hemlock.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 hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49n1zx3N6Hz9sRh for ; Wed, 17 Jun 2020 20:50:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AD4C28888C; Wed, 17 Jun 2020 10:49:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f0M6luJ+1quw; Wed, 17 Jun 2020 10:49:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 264878957C; Wed, 17 Jun 2020 10:49:59 +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 C56A01BF406 for ; Wed, 17 Jun 2020 10:49:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C152E884CA for ; Wed, 17 Jun 2020 10:49:55 +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 tJbMgDxT8nSl for ; Wed, 17 Jun 2020 10:49:55 +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 4E204884E4 for ; Wed, 17 Jun 2020 10:49:55 +0000 (UTC) Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 1418F610B4; Wed, 17 Jun 2020 10:49:54 +0000 (UTC) From: Lubomir Rintel To: Thomas Petazzoni Date: Wed, 17 Jun 2020 12:49:18 +0200 Message-Id: <20200617104925.1036330-11-lkundrak@v3.sk> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200617104925.1036330-1-lkundrak@v3.sk> References: <20200617104925.1036330-1-lkundrak@v3.sk> MIME-Version: 1.0 Subject: [Buildroot] [PATCH v2 10/17] board/olpc/xo-1: enable ACPI 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 , buildroot@buildroot.org Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The DCON drivers depends on it. Signed-off-by: Lubomir Rintel --- board/olpc/xo-1/linux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/olpc/xo-1/linux.config b/board/olpc/xo-1/linux.config index 356fbd6071..2541a310a5 100644 --- a/board/olpc/xo-1/linux.config +++ b/board/olpc/xo-1/linux.config @@ -6,7 +6,7 @@ CONFIG_HZ_100=y CONFIG_KEXEC=y CONFIG_PHYSICAL_START=0x400000 CONFIG_CMDLINE_BOOL=y -# CONFIG_ACPI is not set +CONFIG_ACPI=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_OLPC=y