Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932157AbbDMJTE (ORCPT ); Mon, 13 Apr 2015 05:19:04 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:18931 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753654AbbDMJSu (ORCPT ); Mon, 13 Apr 2015 05:18:50 -0400 From: Bintian Wang To: , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , , Subject: [PATCH v2 5/6] arm64: Kconfig: Add clock support to ARCH_HISI Date: Mon, 13 Apr 2015 17:17:39 +0800 Message-ID: <1428916660-25910-6-git-send-email-bintian.wang@huawei.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1428916660-25910-1-git-send-email-bintian.wang@huawei.com> References: <1428916660-25910-1-git-send-email-bintian.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.110.52.31] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 27 Select hi6220 clock driver for ARCH_HISI. Signed-off-by: Bintian Wang --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 64d4d6d..75c55fe 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -230,6 +230,7 @@ config ARCH_XGENE config ARCH_HISI bool "Hisilicon SoC Family" + select COMMON_CLK_HI6220 help This enables support for Hisilicon ARMv8 SoC family -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/