edd76968创建于 2025年12月15日历史提交
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config LIB_EIGEN
	bool "Eigen library"
	default n

if LIB_EIGEN

config LIB_EIGEN_TESTCASE
	tristate "Eigen library passability test"
	default n
	---help---
		Used to check whether there will be any problems
		with the library running on NuttX

endif