Config.in 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. menu "Linux System Utilities"
  7. config BUSYBOX_BLKDISCARD
  8. bool "blkdiscard"
  9. default n
  10. help
  11. blkdiscard discards sectors on a given device.
  12. config BUSYBOX_BLOCKDEV
  13. bool "blockdev"
  14. default n
  15. help
  16. Performs some ioctls with block devices.
  17. config BUSYBOX_FATATTR
  18. bool "fatattr"
  19. default n
  20. select BUSYBOX_PLATFORM_LINUX
  21. help
  22. fatattr lists or changes the file attributes on a fat file system.
  23. config BUSYBOX_FSTRIM
  24. bool "fstrim"
  25. default n
  26. select BUSYBOX_PLATFORM_LINUX
  27. help
  28. Discard unused blocks on a mounted filesystem.
  29. config BUSYBOX_MDEV
  30. bool "mdev"
  31. default y
  32. select BUSYBOX_PLATFORM_LINUX
  33. help
  34. mdev is a mini-udev implementation for dynamically creating device
  35. nodes in the /dev directory.
  36. For more information, please see docs/mdev.txt
  37. config BUSYBOX_FEATURE_MDEV_CONF
  38. bool "Support /etc/mdev.conf"
  39. default y
  40. depends on BUSYBOX_MDEV
  41. help
  42. Add support for the mdev config file to control ownership and
  43. permissions of the device nodes.
  44. For more information, please see docs/mdev.txt
  45. config BUSYBOX_FEATURE_MDEV_RENAME
  46. bool "Support subdirs/symlinks"
  47. default y
  48. depends on BUSYBOX_FEATURE_MDEV_CONF
  49. help
  50. Add support for renaming devices and creating symlinks.
  51. For more information, please see docs/mdev.txt
  52. config BUSYBOX_FEATURE_MDEV_RENAME_REGEXP
  53. bool "Support regular expressions substitutions when renaming device"
  54. default y
  55. depends on BUSYBOX_FEATURE_MDEV_RENAME
  56. help
  57. Add support for regular expressions substitutions when renaming
  58. device.
  59. config BUSYBOX_FEATURE_MDEV_EXEC
  60. bool "Support command execution at device addition/removal"
  61. default y
  62. depends on BUSYBOX_FEATURE_MDEV_CONF
  63. help
  64. This adds support for an optional field to /etc/mdev.conf for
  65. executing commands when devices are created/removed.
  66. For more information, please see docs/mdev.txt
  67. config BUSYBOX_FEATURE_MDEV_LOAD_FIRMWARE
  68. bool "Support loading of firmwares"
  69. default y
  70. depends on BUSYBOX_MDEV
  71. help
  72. Some devices need to load firmware before they can be usable.
  73. These devices will request userspace look up the files in
  74. /lib/firmware/ and if it exists, send it to the kernel for
  75. loading into the hardware.
  76. config BUSYBOX_MKE2FS
  77. bool "mke2fs"
  78. default n
  79. select PLATFORM_LINUX
  80. help
  81. Utility to create EXT2 filesystems.
  82. config BUSYBOX_MKFS_EXT2
  83. bool "mkfs.ext2"
  84. default n
  85. select PLATFORM_LINUX
  86. help
  87. Alias to "mke2fs".
  88. config BUSYBOX_MKDOSFS
  89. bool "mkdosfs"
  90. default n
  91. select PLATFORM_LINUX
  92. help
  93. Utility to create FAT32 filesystems.
  94. config BUSYBOX_NSENTER
  95. bool "nsenter"
  96. default n
  97. select BUSYBOX_PLATFORM_LINUX
  98. help
  99. Run program with namespaces of other processes.
  100. config BUSYBOX_FEATURE_NSENTER_LONG_OPTS
  101. bool "Enable long options"
  102. default n
  103. depends on BUSYBOX_NSENTER && BUSYBOX_LONG_OPTS
  104. help
  105. Support long options for the nsenter applet. This makes
  106. the busybox implementation more compatible with upstream.
  107. config BUSYBOX_REV
  108. bool "rev"
  109. default n
  110. help
  111. Reverse lines of a file or files.
  112. config BUSYBOX_UEVENT
  113. bool "uevent"
  114. default n
  115. select BUSYBOX_PLATFORM_LINUX
  116. help
  117. uevent is a netlink listener for kernel uevent notifications
  118. sent via netlink. It is usually used for dynamic device creation.
  119. config BUSYBOX_UNSHARE
  120. bool "unshare"
  121. default n
  122. depends on BUSYBOX_LONG_OPTS && !BUSYBOX_NOMMU
  123. select BUSYBOX_PLATFORM_LINUX
  124. help
  125. Run program with some namespaces unshared from parent.
  126. config BUSYBOX_ACPID
  127. bool "acpid"
  128. default n
  129. select BUSYBOX_PLATFORM_LINUX
  130. help
  131. acpid listens to ACPI events coming either in textual form from
  132. /proc/acpi/event (though it is marked deprecated it is still widely
  133. used and _is_ a standard) or in binary form from specified evdevs
  134. (just use /dev/input/event*).
  135. It parses the event to retrieve ACTION and a possible PARAMETER.
  136. It then spawns /etc/acpi/<ACTION>[/<PARAMETER>] either via run-parts
  137. (if the resulting path is a directory) or directly as an executable.
  138. N.B. acpid relies on run-parts so have the latter installed.
  139. config BUSYBOX_FEATURE_ACPID_COMPAT
  140. bool "Accept and ignore redundant options"
  141. default y
  142. depends on BUSYBOX_ACPID
  143. help
  144. Accept and ignore compatibility options -g -m -s -S -v.
  145. config BUSYBOX_BLKID
  146. bool "blkid"
  147. default y
  148. select BUSYBOX_PLATFORM_LINUX
  149. select BUSYBOX_VOLUMEID
  150. help
  151. Lists labels and UUIDs of all filesystems.
  152. WARNING:
  153. With all submodules selected, it will add ~8k to busybox.
  154. config BUSYBOX_FEATURE_BLKID_TYPE
  155. bool "Print filesystem type"
  156. default n
  157. depends on BUSYBOX_BLKID
  158. help
  159. Show TYPE="filesystem type"
  160. config BUSYBOX_DMESG
  161. bool "dmesg"
  162. default y
  163. select BUSYBOX_PLATFORM_LINUX
  164. help
  165. dmesg is used to examine or control the kernel ring buffer. When the
  166. Linux kernel prints messages to the system log, they are stored in
  167. the kernel ring buffer. You can use dmesg to print the kernel's ring
  168. buffer, clear the kernel ring buffer, change the size of the kernel
  169. ring buffer, and change the priority level at which kernel messages
  170. are also logged to the system console. Enable this option if you
  171. wish to enable the 'dmesg' utility.
  172. config BUSYBOX_FEATURE_DMESG_PRETTY
  173. bool "Pretty dmesg output"
  174. default y
  175. depends on BUSYBOX_DMESG
  176. help
  177. If you wish to scrub the syslog level from the output, say 'Y' here.
  178. The syslog level is a string prefixed to every line with the form
  179. "<#>".
  180. With this option you will see:
  181. # dmesg
  182. Linux version 2.6.17.4 .....
  183. BIOS-provided physical RAM map:
  184. BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  185. Without this option you will see:
  186. # dmesg
  187. <5>Linux version 2.6.17.4 .....
  188. <6>BIOS-provided physical RAM map:
  189. <6> BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  190. config BUSYBOX_FBSET
  191. bool "fbset"
  192. depends on !BUSYBOX_DISABLE_FBSET
  193. default n
  194. select BUSYBOX_PLATFORM_LINUX
  195. help
  196. fbset is used to show or change the settings of a Linux frame buffer
  197. device. The frame buffer device provides a simple and unique
  198. interface to access a graphics display. Enable this option
  199. if you wish to enable the 'fbset' utility.
  200. config BUSYBOX_FEATURE_FBSET_FANCY
  201. bool "Turn on extra fbset options"
  202. default y
  203. depends on BUSYBOX_FBSET
  204. help
  205. This option enables extended fbset options, allowing one to set the
  206. framebuffer size, color depth, etc. interface to access a graphics
  207. display. Enable this option if you wish to enable extended fbset
  208. options.
  209. config BUSYBOX_FEATURE_FBSET_READMODE
  210. bool "Turn on fbset readmode support"
  211. default y
  212. depends on BUSYBOX_FBSET
  213. help
  214. This option allows fbset to read the video mode database stored by
  215. default as /etc/fb.modes, which can be used to set frame buffer
  216. device to pre-defined video modes.
  217. config BUSYBOX_FDFLUSH
  218. bool "fdflush"
  219. default n
  220. select BUSYBOX_PLATFORM_LINUX
  221. help
  222. fdflush is only needed when changing media on slightly-broken
  223. removable media drives. It is used to make Linux believe that a
  224. hardware disk-change switch has been actuated, which causes Linux to
  225. forget anything it has cached from the previous media. If you have
  226. such a slightly-broken drive, you will need to run fdflush every time
  227. you change a disk. Most people have working hardware and can safely
  228. leave this disabled.
  229. config BUSYBOX_FDFORMAT
  230. bool "fdformat"
  231. default n
  232. select BUSYBOX_PLATFORM_LINUX
  233. help
  234. fdformat is used to low-level format a floppy disk.
  235. config BUSYBOX_FDISK
  236. bool "fdisk"
  237. default n
  238. depends on !BUSYBOX_DISABLE_FDISK
  239. select BUSYBOX_PLATFORM_LINUX
  240. help
  241. The fdisk utility is used to divide hard disks into one or more
  242. logical disks, which are generally called partitions. This utility
  243. can be used to list and edit the set of partitions or BSD style
  244. 'disk slices' that are defined on a hard drive.
  245. config BUSYBOX_FDISK_SUPPORT_LARGE_DISKS
  246. bool "Support over 4GB disks"
  247. default y
  248. depends on BUSYBOX_FDISK
  249. depends on !BUSYBOX_LFS # with LFS no special code is needed
  250. help
  251. Enable this option to support large disks > 4GB.
  252. config BUSYBOX_FEATURE_FDISK_WRITABLE
  253. bool "Write support"
  254. default y
  255. depends on BUSYBOX_FDISK
  256. help
  257. Enabling this option allows you to create or change a partition table
  258. and write those changes out to disk. If you leave this option
  259. disabled, you will only be able to view the partition table.
  260. config BUSYBOX_FEATURE_AIX_LABEL
  261. bool "Support AIX disklabels"
  262. default n
  263. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  264. help
  265. Enabling this option allows you to create or change AIX disklabels.
  266. Most people can safely leave this option disabled.
  267. config BUSYBOX_FEATURE_SGI_LABEL
  268. bool "Support SGI disklabels"
  269. default n
  270. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  271. help
  272. Enabling this option allows you to create or change SGI disklabels.
  273. Most people can safely leave this option disabled.
  274. config BUSYBOX_FEATURE_SUN_LABEL
  275. bool "Support SUN disklabels"
  276. default n
  277. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  278. help
  279. Enabling this option allows you to create or change SUN disklabels.
  280. Most people can safely leave this option disabled.
  281. config BUSYBOX_FEATURE_OSF_LABEL
  282. bool "Support BSD disklabels"
  283. default n
  284. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  285. help
  286. Enabling this option allows you to create or change BSD disklabels
  287. and define and edit BSD disk slices.
  288. config BUSYBOX_FEATURE_GPT_LABEL
  289. bool "Support GPT disklabels"
  290. default n
  291. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  292. help
  293. Enabling this option allows you to view GUID Partition Table
  294. disklabels.
  295. config BUSYBOX_FEATURE_FDISK_ADVANCED
  296. bool "Support expert mode"
  297. default y
  298. depends on BUSYBOX_FDISK && BUSYBOX_FEATURE_FDISK_WRITABLE
  299. help
  300. Enabling this option allows you to do terribly unsafe things like
  301. define arbitrary drive geometry, move the beginning of data in a
  302. partition, and similarly evil things. Unless you have a very good
  303. reason you would be wise to leave this disabled.
  304. config BUSYBOX_FINDFS
  305. bool "findfs"
  306. default n
  307. select BUSYBOX_PLATFORM_LINUX
  308. select BUSYBOX_VOLUMEID
  309. help
  310. Prints the name of a filesystem with given label or UUID.
  311. WARNING:
  312. With all submodules selected, it will add ~8k to busybox.
  313. config BUSYBOX_FLOCK
  314. bool "flock"
  315. default n
  316. help
  317. Manage locks from shell scripts
  318. config BUSYBOX_FREERAMDISK
  319. bool "freeramdisk"
  320. default n
  321. select BUSYBOX_PLATFORM_LINUX
  322. help
  323. Linux allows you to create ramdisks. This utility allows you to
  324. delete them and completely free all memory that was used for the
  325. ramdisk. For example, if you boot Linux into a ramdisk and later
  326. pivot_root, you may want to free the memory that is allocated to the
  327. ramdisk. If you have no use for freeing memory from a ramdisk, leave
  328. this disabled.
  329. config BUSYBOX_FSCK_MINIX
  330. bool "fsck_minix"
  331. default n
  332. help
  333. The minix filesystem is a nice, small, compact, read-write filesystem
  334. with little overhead. It is not a journaling filesystem however and
  335. can experience corruption if it is not properly unmounted or if the
  336. power goes off in the middle of a write. This utility allows you to
  337. check for and attempt to repair any corruption that occurs to a minix
  338. filesystem.
  339. config BUSYBOX_MKFS_EXT2
  340. bool "mkfs_ext2"
  341. default n
  342. select BUSYBOX_PLATFORM_LINUX
  343. help
  344. Utility to create EXT2 filesystems.
  345. config BUSYBOX_MKFS_MINIX
  346. bool "mkfs_minix"
  347. default n
  348. select BUSYBOX_PLATFORM_LINUX
  349. help
  350. The minix filesystem is a nice, small, compact, read-write filesystem
  351. with little overhead. If you wish to be able to create minix
  352. filesystems this utility will do the job for you.
  353. config BUSYBOX_FEATURE_MINIX2
  354. bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
  355. default y
  356. depends on BUSYBOX_FSCK_MINIX || BUSYBOX_MKFS_MINIX
  357. help
  358. If you wish to be able to create version 2 minix filesystems, enable
  359. this. If you enabled 'mkfs_minix' then you almost certainly want to
  360. be using the version 2 filesystem support.
  361. config BUSYBOX_MKFS_REISER
  362. bool "mkfs_reiser"
  363. default n
  364. select BUSYBOX_PLATFORM_LINUX
  365. help
  366. Utility to create ReiserFS filesystems.
  367. Note: this applet needs a lot of testing and polishing.
  368. config BUSYBOX_MKFS_VFAT
  369. bool "mkfs_vfat"
  370. default n
  371. select BUSYBOX_PLATFORM_LINUX
  372. help
  373. Utility to create FAT32 filesystems.
  374. config BUSYBOX_GETOPT
  375. bool "getopt"
  376. default n
  377. help
  378. The getopt utility is used to break up (parse) options in command
  379. lines to make it easy to write complex shell scripts that also check
  380. for legal (and illegal) options. If you want to write horribly
  381. complex shell scripts, or use some horribly complex shell script
  382. written by others, this utility may be for you. Most people will
  383. wisely leave this disabled.
  384. config BUSYBOX_FEATURE_GETOPT_LONG
  385. bool "Support option -l"
  386. default y if LONG_OPTS
  387. depends on BUSYBOX_GETOPT
  388. help
  389. Enable support for long options (option -l).
  390. config BUSYBOX_HEXDUMP
  391. bool "hexdump"
  392. default n
  393. help
  394. The hexdump utility is used to display binary data in a readable
  395. way that is comparable to the output from most hex editors.
  396. config BUSYBOX_FEATURE_HEXDUMP_REVERSE
  397. bool "Support -R, reverse of 'hexdump -Cv'"
  398. default y
  399. depends on BUSYBOX_HEXDUMP
  400. help
  401. The hexdump utility is used to display binary data in an ascii
  402. readable way. This option creates binary data from an ascii input.
  403. NB: this option is non-standard. It's unwise to use it in scripts
  404. aimed to be portable.
  405. config BUSYBOX_HD
  406. bool "hd"
  407. default n
  408. help
  409. hd is an alias to hexdump -C.
  410. config BUSYBOX_HWCLOCK
  411. bool "hwclock"
  412. default y if ADK_TARGET_WITH_RTC
  413. default n
  414. select BUSYBOX_PLATFORM_LINUX
  415. help
  416. The hwclock utility is used to read and set the hardware clock
  417. on a system. This is primarily used to set the current time on
  418. shutdown in the hardware clock, so the hardware will keep the
  419. correct time when Linux is _not_ running.
  420. config BUSYBOX_FEATURE_HWCLOCK_LONG_OPTIONS
  421. bool "Support long options (--hctosys,...)"
  422. default y
  423. depends on BUSYBOX_HWCLOCK && BUSYBOX_LONG_OPTS
  424. help
  425. By default, the hwclock utility only uses short options. If you
  426. are overly fond of its long options, such as --hctosys, --utc, etc)
  427. then enable this option.
  428. config BUSYBOX_FEATURE_HWCLOCK_ADJTIME_FHS
  429. bool "Use FHS /var/lib/hwclock/adjtime"
  430. default n # util-linux-ng in Fedora 13 still uses /etc/adjtime
  431. depends on BUSYBOX_HWCLOCK
  432. help
  433. Starting with FHS 2.3, the adjtime state file is supposed to exist
  434. at /var/lib/hwclock/adjtime instead of /etc/adjtime. If you wish
  435. to use the FHS behavior, answer Y here, otherwise answer N for the
  436. classic /etc/adjtime path.
  437. pathname.com/fhs/pub/fhs-2.3.html#VARLIBHWCLOCKSTATEDIRECTORYFORHWCLO
  438. config BUSYBOX_IPCRM
  439. bool "ipcrm"
  440. default n
  441. help
  442. The ipcrm utility allows the removal of System V interprocess
  443. communication (IPC) objects and the associated data structures
  444. from the system.
  445. config BUSYBOX_IPCS
  446. bool "ipcs"
  447. default n
  448. select BUSYBOX_PLATFORM_LINUX
  449. help
  450. The ipcs utility is used to provide information on the currently
  451. allocated System V interprocess (IPC) objects in the system.
  452. config BUSYBOX_LOSETUP
  453. bool "losetup"
  454. default n
  455. select BUSYBOX_PLATFORM_LINUX
  456. help
  457. losetup is used to associate or detach a loop device with a regular
  458. file or block device, and to query the status of a loop device. This
  459. version does not currently support enabling data encryption.
  460. config BUSYBOX_LSPCI
  461. bool "lspci"
  462. depends on !BUSYBOX_DISABLE_LSPCI
  463. default n
  464. #select PLATFORM_LINUX
  465. help
  466. lspci is a utility for displaying information about PCI buses in the
  467. system and devices connected to them.
  468. This version uses sysfs (/sys/bus/pci/devices) only.
  469. config BUSYBOX_LSUSB
  470. bool "lsusb"
  471. depends on !BUSYBOX_DISABLE_LSUSB
  472. default n
  473. #select PLATFORM_LINUX
  474. help
  475. lsusb is a utility for displaying information about USB buses in the
  476. system and devices connected to them.
  477. This version uses sysfs (/sys/bus/usb/devices) only.
  478. config BUSYBOX_MKSWAP
  479. bool "mkswap"
  480. default n
  481. help
  482. The mkswap utility is used to configure a file or disk partition as
  483. Linux swap space. This allows Linux to use the entire file or
  484. partition as if it were additional RAM, which can greatly increase
  485. the capability of low-memory machines. This additional memory is
  486. much slower than real RAM, but can be very helpful at preventing your
  487. applications being killed by the Linux out of memory (OOM) killer.
  488. Once you have created swap space using 'mkswap' you need to enable
  489. the swap space using the 'swapon' utility.
  490. config BUSYBOX_FEATURE_MKSWAP_UUID
  491. bool "UUID support"
  492. default y
  493. depends on BUSYBOX_MKSWAP
  494. help
  495. Generate swap spaces with universally unique identifiers.
  496. config BUSYBOX_MORE
  497. bool "more"
  498. default n
  499. help
  500. more is a simple utility which allows you to read text one screen
  501. sized page at a time. If you want to read text that is larger than
  502. the screen, and you are using anything faster than a 300 baud modem,
  503. you will probably find this utility very helpful. If you don't have
  504. any need to reading text files, you can leave this disabled.
  505. config BUSYBOX_MOUNT
  506. bool "mount"
  507. default y
  508. depends on !BUSYBOX_DISABLE_MOUNT
  509. select BUSYBOX_PLATFORM_LINUX
  510. help
  511. All files and filesystems in Unix are arranged into one big directory
  512. tree. The 'mount' utility is used to graft a filesystem onto a
  513. particular part of the tree. A filesystem can either live on a block
  514. device, or it can be accessible over the network, as is the case with
  515. NFS filesystems. Most people using BusyBox will also want to enable
  516. the 'mount' utility.
  517. config BUSYBOX_FEATURE_MOUNT_FAKE
  518. bool "Support option -f"
  519. default n
  520. depends on BUSYBOX_MOUNT
  521. help
  522. Enable support for faking a file system mount.
  523. config BUSYBOX_FEATURE_MOUNT_VERBOSE
  524. bool "Support option -v"
  525. default n
  526. depends on BUSYBOX_MOUNT
  527. help
  528. Enable multi-level -v[vv...] verbose messages. Useful if you
  529. debug mount problems and want to see what is exactly passed
  530. to the kernel.
  531. config BUSYBOX_FEATURE_MOUNT_HELPERS
  532. bool "Support mount helpers"
  533. default y
  534. depends on BUSYBOX_MOUNT
  535. help
  536. Enable mounting of virtual file systems via external helpers.
  537. E.g. "mount obexfs#-b00.11.22.33.44.55 /mnt" will in effect call
  538. "obexfs -b00.11.22.33.44.55 /mnt"
  539. Also "mount -t sometype [-o opts] fs /mnt" will try
  540. "sometype [-o opts] fs /mnt" if simple mount syscall fails.
  541. The idea is to use such virtual filesystems in /etc/fstab.
  542. config BUSYBOX_FEATURE_MOUNT_LABEL
  543. bool "Support specifying devices by label or UUID"
  544. default y
  545. depends on BUSYBOX_MOUNT
  546. select BUSYBOX_VOLUMEID
  547. help
  548. This allows for specifying a device by label or uuid, rather than by
  549. name. This feature utilizes the same functionality as blkid/findfs.
  550. This also enables label or uuid support for swapon.
  551. config BUSYBOX_FEATURE_MOUNT_NFS
  552. bool "Support mounting NFS file systems on Linux < 2.6.23"
  553. default n
  554. depends on BUSYBOX_MOUNT
  555. select BUSYBOX_FEATURE_HAVE_RPC
  556. select BUSYBOX_FEATURE_SYSLOG
  557. help
  558. Enable mounting of NFS file systems on Linux kernels prior
  559. to version 2.6.23. Note that in this case mounting of NFS
  560. over IPv6 will not be possible.
  561. Note that this option links in RPC support from libc,
  562. which is rather large (~10 kbytes on uclibc).
  563. config BUSYBOX_FEATURE_MOUNT_CIFS
  564. bool "Support mounting CIFS/SMB file systems"
  565. default n
  566. depends on BUSYBOX_MOUNT
  567. help
  568. Enable support for samba mounts.
  569. config BUSYBOX_FEATURE_MOUNT_FLAGS
  570. depends on BUSYBOX_MOUNT
  571. bool "Support lots of -o flags in mount"
  572. default y
  573. help
  574. Without this, mount only supports ro/rw/remount. With this, it
  575. supports nosuid, suid, dev, nodev, exec, noexec, sync, async, atime,
  576. noatime, diratime, nodiratime, loud, bind, move, shared, slave,
  577. private, unbindable, rshared, rslave, rprivate, and runbindable.
  578. config BUSYBOX_FEATURE_MOUNT_FSTAB
  579. depends on BUSYBOX_MOUNT
  580. bool "Support /etc/fstab and -a"
  581. default y
  582. help
  583. Support mount all and looking for files in /etc/fstab.
  584. config BUSYBOX_FEATURE_MOUNT_OTHERTAB
  585. depends on BUSYBOX_FEATURE_MOUNT_FSTAB
  586. bool "Support -T <alt_fstab>"
  587. default n
  588. help
  589. Support mount -T (specifying an alternate fstab)
  590. config BUSYBOX_PIVOT_ROOT
  591. bool "pivot_root"
  592. default n
  593. select BUSYBOX_PLATFORM_LINUX
  594. help
  595. The pivot_root utility swaps the mount points for the root filesystem
  596. with some other mounted filesystem. This allows you to do all sorts
  597. of wild and crazy things with your Linux system and is far more
  598. powerful than 'chroot'.
  599. Note: This is for initrd in linux 2.4. Under initramfs (introduced
  600. in linux 2.6) use switch_root instead.
  601. config BUSYBOX_RDATE
  602. bool "rdate"
  603. depends on !BUSYBOX_DISABLE_RDATE
  604. default n
  605. help
  606. The rdate utility allows you to synchronize the date and time of your
  607. system clock with the date and time of a remote networked system using
  608. the RFC868 protocol, which is built into the inetd daemon on most
  609. systems.
  610. config BUSYBOX_RDEV
  611. bool "rdev"
  612. default y
  613. help
  614. Print the device node associated with the filesystem mounted at '/'.
  615. config BUSYBOX_READPROFILE
  616. bool "readprofile"
  617. default n
  618. #select PLATFORM_LINUX
  619. help
  620. This allows you to parse /proc/profile for basic profiling.
  621. config BUSYBOX_RTCWAKE
  622. bool "rtcwake"
  623. default n
  624. select BUSYBOX_PLATFORM_LINUX
  625. help
  626. Enter a system sleep state until specified wakeup time.
  627. config BUSYBOX_SCRIPT
  628. bool "script"
  629. default n
  630. help
  631. The script makes typescript of terminal session.
  632. config BUSYBOX_SCRIPTREPLAY
  633. bool "scriptreplay"
  634. default n
  635. help
  636. This program replays a typescript, using timing information
  637. given by script -t.
  638. config BUSYBOX_SETARCH
  639. bool "setarch"
  640. default n
  641. select BUSYBOX_PLATFORM_LINUX
  642. help
  643. The linux32 utility is used to create a 32bit environment for the
  644. specified program (usually a shell). It only makes sense to have
  645. this util on a system that supports both 64bit and 32bit userland
  646. (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
  647. config BUSYBOX_LINUX32
  648. bool "linux32"
  649. default n
  650. select PLATFORM_LINUX
  651. help
  652. Alias to "setarch linux32".
  653. config BUSYBOX_LINUX64
  654. bool "linux64"
  655. default n
  656. select PLATFORM_LINUX
  657. help
  658. Alias to "setarch linux64".
  659. config BUSYBOX_SWAPON
  660. bool "swapon"
  661. default n
  662. select PLATFORM_LINUX
  663. help
  664. This option enables the 'swapon' utility.
  665. Once you have created some swap space using 'mkswap', you also need
  666. to enable your swap space with the 'swapon' utility. The 'swapoff'
  667. utility is used, typically at system shutdown, to disable any swap
  668. space. If you are not using any swap space, you can leave this
  669. option disabled.
  670. config BUSYBOX_FEATURE_SWAPON_DISCARD
  671. bool "Support discard option -d"
  672. default n
  673. depends on BUSYBOX_SWAPON
  674. help
  675. Enable support for discarding swap area blocks at swapon and/or as
  676. the kernel frees them. This option enables both the -d option on
  677. 'swapon' and the 'discard' option for swap entries in /etc/fstab.
  678. config BUSYBOX_FEATURE_SWAPON_PRI
  679. bool "Support priority option -p"
  680. default y
  681. depends on BUSYBOX_SWAPON
  682. help
  683. Enable support for setting swap device priority in swapon.
  684. config BUSYBOX_SWAPOFF
  685. bool "swapoff"
  686. default n
  687. select PLATFORM_LINUX
  688. help
  689. This option enables the 'swapoff' utility.
  690. config BUSYBOX_SWITCH_ROOT
  691. bool "switch_root"
  692. default n
  693. select BUSYBOX_PLATFORM_LINUX
  694. help
  695. The switch_root utility is used from initramfs to select a new
  696. root device. Under initramfs, you have to use this instead of
  697. pivot_root. (Stop reading here if you don't care why.)
  698. Booting with initramfs extracts a gzipped cpio archive into rootfs
  699. (which is a variant of ramfs/tmpfs). Because rootfs can't be moved
  700. or unmounted*, pivot_root will not work from initramfs. Instead,
  701. switch_root deletes everything out of rootfs (including itself),
  702. does a mount --move that overmounts rootfs with the new root, and
  703. then execs the specified init program.
  704. * Because the Linux kernel uses rootfs internally as the starting
  705. and ending point for searching through the kernel's doubly linked
  706. list of active mount points. That's why.
  707. config BUSYBOX_UMOUNT
  708. bool "umount"
  709. default y
  710. depends on !BUSYBOX_DISABLE_UMOUNT
  711. select BUSYBOX_PLATFORM_LINUX
  712. help
  713. When you want to remove a mounted filesystem from its current mount
  714. point, for example when you are shutting down the system, the
  715. 'umount' utility is the tool to use. If you enabled the 'mount'
  716. utility, you almost certainly also want to enable 'umount'.
  717. config BUSYBOX_FEATURE_UMOUNT_ALL
  718. bool "Support option -a"
  719. default y
  720. depends on BUSYBOX_UMOUNT
  721. help
  722. Support -a option to unmount all currently mounted filesystems.
  723. comment "Common options for mount/umount"
  724. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  725. config BUSYBOX_FEATURE_MOUNT_LOOP
  726. bool "Support loopback mounts"
  727. default y
  728. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  729. help
  730. Enabling this feature allows automatic mounting of files (containing
  731. filesystem images) via the linux kernel's loopback devices.
  732. The mount command will detect you are trying to mount a file instead
  733. of a block device, and transparently associate the file with a
  734. loopback device. The umount command will also free that loopback
  735. device.
  736. You can still use the 'losetup' utility (to manually associate files
  737. with loop devices) if you need to do something advanced, such as
  738. specify an offset or cryptographic options to the loopback device.
  739. (If you don't want umount to free the loop device, use "umount -D".)
  740. config BUSYBOX_FEATURE_MOUNT_LOOP_CREATE
  741. bool "Create new loopback devices if needed"
  742. default y
  743. depends on BUSYBOX_FEATURE_MOUNT_LOOP
  744. help
  745. Linux kernels >= 2.6.24 support unlimited loopback devices. They are
  746. allocated for use when trying to use a loop device. The loop device
  747. must however exist.
  748. This feature lets mount to try to create next /dev/loopN device
  749. if it does not find a free one.
  750. config BUSYBOX_FEATURE_MTAB_SUPPORT
  751. bool "Support for the old /etc/mtab file"
  752. default n
  753. depends on BUSYBOX_MOUNT || BUSYBOX_UMOUNT
  754. select BUSYBOX_FEATURE_MOUNT_FAKE
  755. help
  756. Historically, Unix systems kept track of the currently mounted
  757. partitions in the file "/etc/mtab". These days, the kernel exports
  758. the list of currently mounted partitions in "/proc/mounts", rendering
  759. the old mtab file obsolete. (In modern systems, /etc/mtab should be
  760. a symlink to /proc/mounts.)
  761. The only reason to have mount maintain an /etc/mtab file itself is if
  762. your stripped-down embedded system does not have a /proc directory.
  763. If you must use this, keep in mind it's inherently brittle (for
  764. example a mount under chroot won't update it), can't handle modern
  765. features like separate per-process filesystem namespaces, requires
  766. that your /etc directory be writable, tends to get easily confused
  767. by --bind or --move mounts, won't update if you rename a directory
  768. that contains a mount point, and so on. (In brief: avoid.)
  769. About the only reason to use this is if you've removed /proc from
  770. your kernel.
  771. config BUSYBOX_VOLUMEID
  772. bool #No description makes it a hidden option
  773. default n
  774. menu "Filesystem/Volume identification"
  775. depends on BUSYBOX_VOLUMEID
  776. config BUSYBOX_FEATURE_VOLUMEID_BCACHE
  777. bool "bcache filesystem"
  778. default n
  779. depends on BUSYBOX_VOLUMEID
  780. help
  781. TODO
  782. config BUSYBOX_FEATURE_VOLUMEID_EXT
  783. bool "Ext filesystem"
  784. default y
  785. depends on BUSYBOX_VOLUMEID
  786. help
  787. TODO
  788. config BUSYBOX_FEATURE_VOLUMEID_BTRFS
  789. bool "btrfs filesystem"
  790. default y
  791. depends on BUSYBOX_VOLUMEID
  792. help
  793. TODO
  794. config BUSYBOX_FEATURE_VOLUMEID_REISERFS
  795. bool "Reiser filesystem"
  796. default y
  797. depends on BUSYBOX_VOLUMEID
  798. help
  799. TODO
  800. config BUSYBOX_FEATURE_VOLUMEID_F2FS
  801. bool "f2fs filesystem"
  802. default y
  803. depends on BUSYBOX_VOLUMEID
  804. help
  805. F2FS (aka Flash-Friendly File System) is a log-structured file system,
  806. which is adapted to newer forms of storage. F2FS also remedies some
  807. known issues of the older log structured file systems, such as high
  808. cleaning overhead.
  809. config BUSYBOX_FEATURE_VOLUMEID_FAT
  810. bool "fat filesystem"
  811. default y
  812. depends on BUSYBOX_VOLUMEID
  813. help
  814. TODO
  815. config BUSYBOX_FEATURE_VOLUMEID_EXFAT
  816. bool "exFAT filesystem"
  817. default y
  818. depends on BUSYBOX_VOLUMEID
  819. help
  820. exFAT (extended FAT) is a proprietary file system designed especially
  821. for flash drives. It has many features from NTFS, but with less
  822. overhead. exFAT is used on most SDXC cards for consumer electronics.
  823. config BUSYBOX_FEATURE_VOLUMEID_HFS
  824. bool "hfs filesystem"
  825. default y
  826. depends on BUSYBOX_VOLUMEID
  827. help
  828. TODO
  829. config BUSYBOX_FEATURE_VOLUMEID_NILFS
  830. bool "nilfs filesystem"
  831. default y
  832. depends on BUSYBOX_VOLUMEID
  833. help
  834. TODO
  835. config BUSYBOX_FEATURE_VOLUMEID_JFS
  836. bool "jfs filesystem"
  837. default y
  838. depends on BUSYBOX_VOLUMEID
  839. help
  840. TODO
  841. ### config FEATURE_VOLUMEID_UFS
  842. ### bool "ufs filesystem"
  843. ### default y
  844. ### depends on BUSYBOX_VOLUMEID
  845. ### help
  846. ### TODO
  847. config BUSYBOX_FEATURE_VOLUMEID_XFS
  848. bool "xfs filesystem"
  849. default y
  850. depends on BUSYBOX_VOLUMEID
  851. help
  852. TODO
  853. config BUSYBOX_FEATURE_VOLUMEID_NTFS
  854. bool "ntfs filesystem"
  855. default y
  856. depends on BUSYBOX_VOLUMEID
  857. help
  858. TODO
  859. config BUSYBOX_FEATURE_VOLUMEID_ISO9660
  860. bool "iso9660 filesystem"
  861. default y
  862. depends on BUSYBOX_VOLUMEID
  863. help
  864. TODO
  865. config BUSYBOX_FEATURE_VOLUMEID_UDF
  866. bool "udf filesystem"
  867. default y
  868. depends on BUSYBOX_VOLUMEID
  869. help
  870. TODO
  871. config BUSYBOX_FEATURE_VOLUMEID_LUKS
  872. bool "luks filesystem"
  873. default y
  874. depends on BUSYBOX_VOLUMEID
  875. help
  876. TODO
  877. config BUSYBOX_FEATURE_VOLUMEID_LINUXSWAP
  878. bool "linux swap filesystem"
  879. default y
  880. depends on BUSYBOX_VOLUMEID
  881. help
  882. TODO
  883. ### config FEATURE_VOLUMEID_LVM
  884. ### bool "lvm"
  885. ### default y
  886. ### depends on BUSYBOX_VOLUMEID
  887. ### help
  888. ### TODO
  889. config BUSYBOX_FEATURE_VOLUMEID_CRAMFS
  890. bool "cramfs filesystem"
  891. default y
  892. depends on BUSYBOX_VOLUMEID
  893. help
  894. TODO
  895. ### config FEATURE_VOLUMEID_HPFS
  896. ### bool "hpfs filesystem"
  897. ### default y
  898. ### depends on BUSYBOX_VOLUMEID
  899. ### help
  900. ### TODO
  901. config BUSYBOX_FEATURE_VOLUMEID_ROMFS
  902. bool "romfs filesystem"
  903. default y
  904. depends on BUSYBOX_VOLUMEID
  905. help
  906. TODO
  907. config BUSYBOX_FEATURE_VOLUMEID_SQUASHFS
  908. bool "SquashFS filesystem"
  909. default y
  910. depends on BUSYBOX_VOLUMEID && BUSYBOX_FEATURE_BLKID_TYPE
  911. help
  912. Squashfs is a compressed read-only filesystem for Linux. Squashfs is
  913. intended for general read-only filesystem use and in constrained block
  914. device/memory systems (e.g. embedded systems) where low overhead is
  915. needed.
  916. config BUSYBOX_FEATURE_VOLUMEID_SYSV
  917. bool "sysv filesystem"
  918. default y
  919. depends on BUSYBOX_VOLUMEID
  920. help
  921. TODO
  922. ### config FEATURE_VOLUMEID_MINIX
  923. ### bool "minix filesystem"
  924. ### default y
  925. ### depends on BUSYBOX_VOLUMEID
  926. ### help
  927. ### TODO
  928. ### These only detect partition tables - not used (yet?)
  929. ### config FEATURE_VOLUMEID_MAC
  930. ### bool "mac filesystem"
  931. ### default y
  932. ### depends on BUSYBOX_VOLUMEID
  933. ### help
  934. ### TODO
  935. ###
  936. ### config FEATURE_VOLUMEID_MSDOS
  937. ### bool "msdos filesystem"
  938. ### default y
  939. ### depends on BUSYBOX_VOLUMEID
  940. ### help
  941. ### TODO
  942. config BUSYBOX_FEATURE_VOLUMEID_OCFS2
  943. bool "ocfs2 filesystem"
  944. default y
  945. depends on BUSYBOX_VOLUMEID
  946. help
  947. TODO
  948. ### config FEATURE_VOLUMEID_HIGHPOINTRAID
  949. ### bool "highpoint raid"
  950. ### default y
  951. ### depends on BUSYBOX_VOLUMEID
  952. ### help
  953. ### TODO
  954. ### config FEATURE_VOLUMEID_ISWRAID
  955. ### bool "intel raid"
  956. ### default y
  957. ### depends on BUSYBOX_VOLUMEID
  958. ### help
  959. ### TODO
  960. ### config FEATURE_VOLUMEID_LSIRAID
  961. ### bool "lsi raid"
  962. ### default y
  963. ### depends on BUSYBOX_VOLUMEID
  964. ### help
  965. ### TODO
  966. ### config FEATURE_VOLUMEID_VIARAID
  967. ### bool "via raid"
  968. ### default y
  969. ### depends on BUSYBOX_VOLUMEID
  970. ### help
  971. ### TODO
  972. ### config FEATURE_VOLUMEID_SILICONRAID
  973. ### bool "silicon raid"
  974. ### default y
  975. ### depends on BUSYBOX_VOLUMEID
  976. ### help
  977. ### TODO
  978. ### config FEATURE_VOLUMEID_NVIDIARAID
  979. ### bool "nvidia raid"
  980. ### default y
  981. ### depends on BUSYBOX_VOLUMEID
  982. ### help
  983. ### TODO
  984. ### config FEATURE_VOLUMEID_PROMISERAID
  985. ### bool "promise raid"
  986. ### default y
  987. ### depends on BUSYBOX_VOLUMEID
  988. ### help
  989. ### TODO
  990. config BUSYBOX_FEATURE_VOLUMEID_LINUXRAID
  991. bool "linuxraid"
  992. default y
  993. depends on BUSYBOX_VOLUMEID
  994. help
  995. TODO
  996. config BUSYBOX_FEATURE_VOLUMEID_UBIFS
  997. bool "UBIFS filesystem"
  998. default y
  999. depends on BUSYBOX_VOLUMEID
  1000. help
  1001. UBIFS (Unsorted Block Image File System) is a file
  1002. system for use with raw flash memory media.
  1003. endmenu
  1004. endmenu