diff options
Diffstat (limited to 'boot/grub/Config.in')
-rw-r--r-- | boot/grub/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/grub/Config.in b/boot/grub/Config.in index ee92250b1a..65b95e1aa0 100644 --- a/boot/grub/Config.in +++ b/boot/grub/Config.in @@ -15,6 +15,14 @@ config BR2_TARGET_GRUB_SPLASH A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. +config BR2_TARGET_GRUB_FS_SUPPORT + string "Filesystem to support" + default "ext2fs fat" + help + Space separated list of filesystems to support. Possible + values are ext2fs, fat, ffs, ufs2, minix, reiserfs, vstafs, + jfs, xfs and iso9660. + config BR2_TARGET_GRUB_DISKLESS bool "diskless support" help |