boards: Kconfig: Introduce CONFIG_ARCH_LEDS_CPU_ACTIVITY

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2021-03-11 16:11:05 +09:00 committed by Alin Jerpelea
parent 7d406c9f9f
commit 70836182f0

View File

@ -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