- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / miscutils / Config.in
index c112ae5edde62ec6cb18d9dba44ce308d008c1a5..a1ed2436873c21e5d0caf167be0d23e9c03c132c 100644 (file)
@@ -19,6 +19,13 @@ config BBCONFIG
          The bbconfig applet will print the config file with which
          busybox was built.
 
+config CHRT
+       bool "chrt"
+       default n
+       help
+         manipulate real-time attributes of a process.
+         This requires sched_{g,s}etparam support in your libc.
+
 config CROND
        bool "crond"
        default n
@@ -258,7 +265,7 @@ config MAKEDEVS
 
 choice
        prompt "Choose makedevs behaviour"
-       depends MAKEDEVS
+       depends on MAKEDEVS
        default FEATURE_MAKEDEVS_TABLE
 
 config FEATURE_MAKEDEVS_LEAF
@@ -299,6 +306,7 @@ config RAIDAUTORUN
 config READAHEAD
        bool "readahead"
        default n
+       depends on LFS
        help
          Preload the files listed on the command line into RAM cache so that
          subsequent reads on these files will not block on disk I/O.