From 70836182f0e5e980660306e10cbaf220c836e88f Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Thu, 11 Mar 2021 16:11:05 +0900 Subject: [PATCH] boards: Kconfig: Introduce CONFIG_ARCH_LEDS_CPU_ACTIVITY Signed-off-by: Masayuki Ishikawa --- boards/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/Kconfig b/boards/Kconfig index d2b7424575..304b0cd29b 100644 --- a/boards/Kconfig +++ b/boards/Kconfig @@ -2444,6 +2444,15 @@ config ARCH_LEDS ---help--- Use board LEDs to show NuttX execution status state. Unique to boards that have LEDs +if ARCH_LEDS +config ARCH_LEDS_CPU_ACTIVITY + bool "Use LED for CPU activities" + default n + depends on ARCH_LEDS + ---help--- + Use board LEDs to show CPU activities +endif + config ARCH_HAVE_BUTTONS bool