2022-01-22 09:40:48 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_UNIQUEID
|
2023-02-09 15:24:20 +01:00
|
|
|
tristate "'uniqueid' command"
|
|
|
|
default n
|
|
|
|
depends on BOARDCTL_UNIQUEID
|
|
|
|
---help---
|
|
|
|
Enable the uniqueid tool
|
2022-01-22 09:40:48 +01:00
|
|
|
|
|
|
|
if SYSTEM_UNIQUEID
|
|
|
|
endif
|