mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
insmod is code complete and ready for test
This commit is contained in:
@@ -12,6 +12,16 @@ config BINFMT_DISABLE
|
||||
|
||||
if !BINFMT_DISABLE
|
||||
|
||||
config MODULE
|
||||
bool "Enable loadable OS modules"
|
||||
default n
|
||||
---help---
|
||||
Enable support for loadable OS modules. Default: n
|
||||
|
||||
if MODULE
|
||||
source binfmt/libmodule/Kconfig
|
||||
endif
|
||||
|
||||
config BINFMT_EXEPATH
|
||||
bool "Support PATH variable"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user