From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qk1-x743.google.com ([2607:f8b0:4864:20::743]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kblGS-00009u-Su for barebox@lists.infradead.org; Sun, 08 Nov 2020 14:01:53 +0000 Received: by mail-qk1-x743.google.com with SMTP id 12so5606083qkl.8 for ; Sun, 08 Nov 2020 06:01:52 -0800 (PST) From: Du Huanpeng Date: Sun, 8 Nov 2020 22:01:37 +0800 Message-Id: <1604844099-27647-2-git-send-email-u74147@gmail.com> In-Reply-To: <1604844099-27647-1-git-send-email-u74147@gmail.com> References: <1604844099-27647-1-git-send-email-u74147@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/3] MIPS: ls1b: enable clk driver framework support To: barebox@lists.infradead.org Cc: Du Huanpeng enable it and so we can add clk driver. Signed-off-by: Du Huanpeng --- arch/mips/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7a8f010..a56c26a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -175,6 +175,8 @@ config CPU_LOONGSON1B bool "Loongson 1B" depends on SYS_HAS_CPU_LOONGSON1B select CPU_GS232 + select CLKDEV_LOOKUP + select COMMON_CLK help The Loongson 1B is a 32-bit SoC, which implements the MIPS32 release 2 instruction set. -- 2.7.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox