python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / bootutils / Config.in
blobaf4a170ca3bf36ce7a101f01547c7361181861b4
1 config BR2_PACKAGE_BOOTUTILS
2         bool "bootutils"
3         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
4         help
5           BootUtils is a collection of utilities to facilitate booting of
6           Linux 2.6-based systems. The process of finding the root volume
7           either by label or explicit label= on the kernel command line,
8           mounting it, and 'switchroot'ing is automated.
10           http://bootutils.sourceforge.net/