From patchwork Wed Jan 6 00:14:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti X-Patchwork-Id: 59213 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp6275213lbb; Tue, 5 Jan 2016 16:15:46 -0800 (PST) X-Received: by 10.140.106.228 with SMTP id e91mr125138561qgf.59.1452039344804; Tue, 05 Jan 2016 16:15:44 -0800 (PST) Return-Path: Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com. [2607:f8b0:400d:c09::22b]) by mx.google.com with ESMTPS id v7si269595qkv.88.2016.01.05.16.15.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 16:15:44 -0800 (PST) Received-SPF: pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c09::22b as permitted sender) client-ip=2607:f8b0:400d:c09::22b; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c09::22b as permitted sender) smtp.mailfrom=ricardo.salveti@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-qk0-x22b.google.com with SMTP id q19so91876907qke.3 for ; Tue, 05 Jan 2016 16:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=sXAY5XO6e9AfF1VZxKku2Rrm5gfk+gyoXMB25mtFg1Q=; b=h5WQssCwr2kPMYscm7kClHXXDdZr7/9CVFppgLcyjJMhnp0o+kkc7m4gIgG1V+aQvN zsSrWOe2Qcks1pouUfZWdeZV+VKcV+mjVqaHVY6lRwK5P/LhAwFR9AyOJeOtoSUxn3V6 QoWMnfXpqG+QtQr3+gm9r7BacStDpw56tVc1k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sXAY5XO6e9AfF1VZxKku2Rrm5gfk+gyoXMB25mtFg1Q=; b=fPuNVCmCxRczYjC1b3qbL7vfRIPqimRVPE1nGeT8GmJ4n5vIwD7V/aP45zrHJyYkzJ 7ZUSwANBGsQ4E4eBm0a7KNbD7Bm7S1/PnDAI45E8SxKt48qQoaxHZfIjT2C5LnGnheon 8e68lJF1aDP8T9IovD1A/aA3I5AFje5CjYfy/sBcfNOxnt0L07rRvuCXx0TZuZB7SWKu u17m8xdOsZbBrDZsjPSOAHCyXqB3/5rr39flmnoqF8OvK0F2RjEznj/cdihk28suPJaW 0acEDE1Tg8KJErG7aqtLeKuTVYpqPRR8Bej/d5nzGyy90rjd9kwaVc5icr1niCmzdv8M i7Gw== X-Gm-Message-State: ALoCoQkqwmZ/3rvif5YaYM+Hof78PBnfshLh+ts1upeQeFX/M58UQCP48jEkC5i4HkQbLMDFe2pRs+tlpzrnUTJDJgTPjEtlPA== X-Received: by 10.55.77.206 with SMTP id a197mr124648491qkb.43.1452039344525; Tue, 05 Jan 2016 16:15:44 -0800 (PST) Return-Path: Received: from localhost.localdomain ([179.223.143.138]) by smtp.gmail.com with ESMTPSA id w14sm43115337qge.24.2016.01.05.16.15.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jan 2016 16:15:44 -0800 (PST) From: Ricardo Salveti To: debian-kernel@lists.debian.org Cc: patches@linaro.org, Ricardo Salveti Subject: [PATCH 4/8] [arm64] config: enabling the cpuidle ARM driver Date: Tue, 5 Jan 2016 22:14:55 -0200 Message-Id: <1452039299-25178-5-git-send-email-ricardo.salveti@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> References: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 5 +++++ 1 file changed, 5 insertions(+) -- 2.5.0 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 98d4f6f..65ff9fd 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -38,6 +38,11 @@ CONFIG_SATA_AHCI_PLATFORM=m CONFIG_COMMON_CLK_XGENE=y ## +## file: drivers/cpuidle/Kconfig.arm +## +CONFIG_ARM_CPUIDLE=y + +## ## file: drivers/gpio/Kconfig ## CONFIG_GPIOLIB=y