aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 7438e2c81..15209beef 100644
--- a/Config.h
+++ b/Config.h
@@ -295,6 +295,12 @@
295// Support module version checking 295// Support module version checking
296//#define BB_FEATURE_INSMOD_VERSION_CHECKING 296//#define BB_FEATURE_INSMOD_VERSION_CHECKING
297// 297//
298// Support for uClinux memory usage optimization, which will load the image
299// directly into the kernel memory. This divides memory requrements by three.
300// If you are not running uClinux (i.e. your CPU has an MMU) leave this
301// disabled...
302//#define BB_FEATURE_INSMOD_LOADINKMEM
303//
298// Support for Minix filesystem, version 2 304// Support for Minix filesystem, version 2
299//#define BB_FEATURE_MINIX2 305//#define BB_FEATURE_MINIX2
300// 306//