From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f7fqR-0005h1-F0 for barebox@lists.infradead.org; Sun, 15 Apr 2018 11:29:21 +0000 Received: by mail-lf0-x244.google.com with SMTP id m200-v6so18140365lfm.4 for ; Sun, 15 Apr 2018 04:29:13 -0700 (PDT) From: Antony Pavlov Date: Sun, 15 Apr 2018 14:28:54 +0300 Message-Id: <20180415112858.5163-7-antonynpavlov@gmail.com> In-Reply-To: <20180415112858.5163-1-antonynpavlov@gmail.com> References: <20180415112858.5163-1-antonynpavlov@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 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 ff3e6b96ab..915294c9cd 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -25,6 +25,7 @@ choice config MACH_ERIZO bool "erizo family" select HAS_DEBUG_LL + select HAS_NMON endchoice -- 2.17.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox