Config.in 31 KB

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