e3e23f7eaf
Signed-off-by: liaoao <liaoao@xiaomi.com>
39 lines
757 B
Plaintext
39 lines
757 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig CORESIGHT
|
|
bool "Coresight Driver Support"
|
|
default n
|
|
---help---
|
|
Coresight drivers support.
|
|
|
|
if CORESIGHT
|
|
|
|
config CORESIGHT_MAX_OUTPORT_NUM
|
|
int "Max outport number of coresight device"
|
|
default 2
|
|
|
|
config CORESIGHT_TIMEOUT
|
|
int "Timeout us for waiting register state change"
|
|
default 100
|
|
|
|
config CORESIGHT_FUNNEL
|
|
bool "Funnel coresight device support"
|
|
default n
|
|
|
|
config CORESIGHT_REPLICATOR
|
|
bool "Replicator coresight device support"
|
|
default n
|
|
|
|
config CORESIGHT_STM
|
|
bool "STM coresight device support"
|
|
default n
|
|
|
|
config CORESIGHT_TPIU
|
|
bool "TPIU coresight device support"
|
|
default n
|
|
|
|
endif # CORESIGHT
|