From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB221C433EF for ; Thu, 30 Sep 2021 12:07:20 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50F62615E2 for ; Thu, 30 Sep 2021 12:07:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 50F62615E2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=163.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B575682C89; Thu, 30 Sep 2021 14:07:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=163.com header.i=@163.com header.b="WyF0+6gR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 10C2182006; Thu, 30 Sep 2021 14:07:03 +0200 (CEST) Received: from m12-11.163.com (m12-11.163.com [220.181.12.11]) by phobos.denx.de (Postfix) with ESMTP id 85EB181FEC for ; Thu, 30 Sep 2021 14:06:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tekkamanv@163.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=ofjrY r9H31xb9a0+oJdCUMpiluEjGLM1tLRFNylCZpo=; b=WyF0+6gRlvibdaXx8rd1b NLpsS14Pc7liEQUYCKkabM92AEDQwKOGDJhWaMzn3WjG3mEyGoqIdpCHs84xEzES 3kEhWMSvGPcNF2ipnQ8AT1qO43MgL62RVGdqbmcHXT9dIWCFmZ2P/IAn9YN6HXDI T3VAkwEzxtTh0RbD1nXUyQ= Received: from samantha.redhat.com (unknown [220.162.164.126]) by smtp7 (Coremail) with SMTP id C8CowADXyYn+p1VhH9_VzQ--.44880S2; Thu, 30 Sep 2021 20:05:19 +0800 (CST) From: tekkamanv@163.com To: u-boot@lists.denx.de, bmeng.cn@gmail.com, sjg@chromium.org, marek.behun@nic.cz, amittomer25@gmail.com, mbrugger@suse.com, mr.nuke.me@gmail.co, jaeckel-floss@eyet-services.de, klaus@linux.vnet.ibm.com, xypron.glpk@gmx.de Cc: tekkamanv@starfivetech.com, tekkamanv@163.com, tekkamanninja@163.com Subject: [PATCH 0/2] riscv: Enable some configs in the Kconfig Date: Thu, 30 Sep 2021 20:05:14 +0800 Message-Id: <20210930120516.449450-1-tekkamanv@163.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: C8CowADXyYn+p1VhH9_VzQ--.44880S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUcS_MUUUUU X-Originating-IP: [220.162.164.126] X-CM-SenderInfo: 5whnythpdq4qqrwthudrp/1tbi3wAesmB0HsmZdAAAsd X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean From: Tekkaman Ninja This patchset is trying to enable some configs in the Kconfig for RISC-V: SYS_MALLOC_LEN SYS_CLK_FREQ They are very common config for some developement board. By these patch, we can reduce the #define in the include/configs/*.h, and config them in the menuconfig. TekkamanV (2): riscv: Enable SYS_MALLOC_LEN config riscv: Enable SYS_CLK_FREQ config Kconfig | 2 +- common/Kconfig.boot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.25.4