From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf1-x144.google.com ([2a00:1450:4864:20::144]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gZ9fv-0003cn-Jd for barebox@lists.infradead.org; Tue, 18 Dec 2018 07:20:25 +0000 Received: by mail-lf1-x144.google.com with SMTP id p86so11461086lfg.5 for ; Mon, 17 Dec 2018 23:20:09 -0800 (PST) From: Antony Pavlov Date: Tue, 18 Dec 2018 10:19:39 +0300 Message-Id: <20181218071943.2560-7-antonynpavlov@gmail.com> In-Reply-To: <20181218071943.2560-1-antonynpavlov@gmail.com> References: <20181218071943.2560-1-antonynpavlov@gmail.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 v3 06/10] RISC-V: erizo: enable nmon To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- arch/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 617656ae5e..c435cc8a31 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -22,6 +22,7 @@ choice config MACH_ERIZO bool "erizo family" select HAS_DEBUG_LL + select HAS_NMON endchoice -- 2.20.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox