#
# Bootsplash configuration
#

menu "Bootsplash configuration"

config BOOTSPLASH
	bool "Bootup splash screen"
	depends on FRAMEBUFFER_CONSOLE=y && (REGPARM=n || X86_64 || !X86) && BLK_DEV_INITRD=y
	default n
        ---help---
          This option enables the Linux bootsplash screen. For more 
          information on the bootsplash screen have a look at 
          http://www.bootsplash.org/.
          If you are unsure, say N
endmenu

