2022-05-07 01:41:26 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_NUCLEO_G474RE
|
|
|
|
|
|
|
|
#config SOME_CONFIG_INT
|
|
|
|
# int "Description"
|
|
|
|
# default 1
|
|
|
|
# depends on FEATURE_X
|
|
|
|
#
|
|
|
|
#config SOME_CONFIG_BOOL
|
|
|
|
# bool "Description"
|
2023-07-15 19:04:21 +02:00
|
|
|
# default FEATURE_X
|
2022-05-07 01:41:26 +02:00
|
|
|
# depends on FEATURE_Y
|
|
|
|
# ---help---
|
|
|
|
# Help text goes here.
|
|
|
|
|
|
|
|
endif # ARCH_BOARD_NUCLEO_G474RE
|