2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Logo configuration
|
|
|
|
#
|
|
|
|
|
2007-05-08 09:40:04 +02:00
|
|
|
menuconfig LOGO
|
2005-04-17 00:20:36 +02:00
|
|
|
bool "Bootup logo"
|
|
|
|
depends on FB || SGI_NEWPORT_CONSOLE
|
2005-11-07 10:00:28 +01:00
|
|
|
help
|
|
|
|
Enable and select frame buffer bootup logos.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2007-05-08 09:40:04 +02:00
|
|
|
if LOGO
|
|
|
|
|
2007-07-17 13:05:50 +02:00
|
|
|
config FB_LOGO_EXTRA
|
|
|
|
bool
|
2007-07-18 09:49:09 +02:00
|
|
|
depends on FB=y
|
2007-07-17 13:05:52 +02:00
|
|
|
default y if SPU_BASE
|
2007-07-17 13:05:50 +02:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config LOGO_LINUX_MONO
|
|
|
|
bool "Standard black and white Linux logo"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_LINUX_VGA16
|
|
|
|
bool "Standard 16-color Linux logo"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_LINUX_CLUT224
|
|
|
|
bool "Standard 224-color Linux logo"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_DEC_CLUT224
|
|
|
|
bool "224-color Digital Equipment Corporation Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on MACH_DECSTATION || ALPHA
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_MAC_CLUT224
|
|
|
|
bool "224-color Macintosh Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on MAC
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_PARISC_CLUT224
|
|
|
|
bool "224-color PA-RISC Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on PARISC
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SGI_CLUT224
|
|
|
|
bool "224-color SGI Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on SGI_IP22 || SGI_IP27 || SGI_IP32 || X86_VISWS
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUN_CLUT224
|
|
|
|
bool "224-color Sun Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on SPARC
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_MONO
|
|
|
|
bool "Black and white SuperH Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on SUPERH
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_VGA16
|
|
|
|
bool "16-color SuperH Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on SUPERH
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_CLUT224
|
|
|
|
bool "224-color SuperH Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on SUPERH
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
|
2005-07-08 02:59:32 +02:00
|
|
|
config LOGO_M32R_CLUT224
|
|
|
|
bool "224-color M32R Linux logo"
|
2007-05-08 09:40:04 +02:00
|
|
|
depends on M32R
|
2005-07-08 02:59:32 +02:00
|
|
|
default y
|
|
|
|
|
2007-05-08 09:40:04 +02:00
|
|
|
endif # LOGO
|