2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Logo configuration
|
|
|
|
#
|
|
|
|
|
2007-05-08 15:40:04 +08:00
|
|
|
menuconfig LOGO
|
2005-04-17 06:20:36 +08:00
|
|
|
bool "Bootup logo"
|
|
|
|
depends on FB || SGI_NEWPORT_CONSOLE
|
2005-11-07 17:00:28 +08:00
|
|
|
help
|
|
|
|
Enable and select frame buffer bootup logos.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-05-08 15:40:04 +08:00
|
|
|
if LOGO
|
|
|
|
|
2007-07-17 19:05:50 +08:00
|
|
|
config FB_LOGO_EXTRA
|
|
|
|
bool
|
2007-07-18 15:49:09 +08:00
|
|
|
depends on FB=y
|
2007-07-17 19:05:52 +08:00
|
|
|
default y if SPU_BASE
|
2007-07-17 19:05:50 +08:00
|
|
|
|
2005-04-17 06:20:36 +08: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 15:40:04 +08:00
|
|
|
depends on MACH_DECSTATION || ALPHA
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_MAC_CLUT224
|
|
|
|
bool "224-color Macintosh Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on MAC
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_PARISC_CLUT224
|
|
|
|
bool "224-color PA-RISC Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on PARISC
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SGI_CLUT224
|
|
|
|
bool "224-color SGI Linux logo"
|
2014-02-26 04:05:34 +08:00
|
|
|
depends on SGI_IP22 || SGI_IP27 || SGI_IP32
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUN_CLUT224
|
|
|
|
bool "224-color Sun Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on SPARC
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_MONO
|
|
|
|
bool "Black and white SuperH Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on SUPERH
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_VGA16
|
|
|
|
bool "16-color SuperH Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on SUPERH
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
config LOGO_SUPERH_CLUT224
|
|
|
|
bool "224-color SuperH Linux logo"
|
2007-05-08 15:40:04 +08:00
|
|
|
depends on SUPERH
|
2005-04-17 06:20:36 +08:00
|
|
|
default y
|
|
|
|
|
2007-05-08 15:40:04 +08:00
|
|
|
endif # LOGO
|