bump version
[buildroot.git] / target / powerpc / yaboot / Config.in
blob6365131def8739d6a5675d5efeb9a62b6d70cff3
1 config BR2_TARGET_YABOOT
2         bool "yaboot"
3         default n
4         depends on BR2_powerpc
5         select BR2_PACKAGE_E2FSPROGS_LIBS
6         help
7           The yaboot bootloader for new world powerpc systems.
9 config BR2_YABOOT_HAVE_MD5
10         bool "md5 support"
11         default n
12         depends on BR2_TARGET_YABOOT
13         help
14           Support both cleartext as well as md5 passwords.
16 config BR2_YABOOT_HAVE_COLORTEXT
17         bool "color text"
18         default n
19         depends on BR2_TARGET_YABOOT
20         help
21           Enable text color configurability:
22           the fgcolor= and bgcolor= config options
24 config BR2_YABOOT_HAVE_COLORMAP
25         bool "colormap"
26         default n
27         depends on BR2_TARGET_YABOOT
28         help
29           Enable colormap setup.
30           Required on PowerMacs for text coloring to work right.
32 config BR2_YABOOT_FS_XFS
33         bool "xfs"
34         default n
35         depends on BR2_TARGET_YABOOT
36         help
37           Support SGI's XFS filesystem.
39 config BR2_YABOOT_FS_REISERFS
40         bool "reiserfs"
41         default n
42         depends on BR2_TARGET_YABOOT
43         help
44           Support reiserfs filesystem.