2
1

Config.in 338 B

12345678910111213
  1. config BR2_TARGET_GRUB2
  2. bool "grub2"
  3. help
  4. The GRand Unified Bootloader for x86 systems, take #2.
  5. config BR2_TARGET_GRUB2_SPLASH
  6. bool "Splashimage support"
  7. depends on BR2_TARGET_GRUB2
  8. help
  9. Add support for splashimage.
  10. A splashimage is a 14-color indexed .xpm picture which
  11. is displayed as background for the grub menu.