Config.in 362 B

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