mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
Add support for the Z180 MMU and generic hooks for processes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -15,6 +15,7 @@ if !BINFMT_DISABLE
|
||||
config NXFLAT
|
||||
bool "Enable the NXFLAT Binary Format"
|
||||
default n
|
||||
select PIC
|
||||
---help---
|
||||
Enable support for the NXFLAT binary format. Default: n
|
||||
|
||||
@@ -34,6 +35,10 @@ endif
|
||||
|
||||
endif
|
||||
|
||||
config PIC
|
||||
bool
|
||||
default n
|
||||
|
||||
config BINFMT_CONSTRUCTORS
|
||||
bool "C++ Static Constructor Support"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user