blob: 6d6f8c08792dc8977cba65817b30d961034d6a68 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Logo configuration
4#
5
Jan Engelhardt32dd3802007-05-08 00:40:04 -07006menuconfig LOGO
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 bool "Bootup logo"
8 depends on FB || SGI_NEWPORT_CONSOLE
Randy.Dunlape65c0852005-11-07 01:00:28 -08009 help
10 Enable and select frame buffer bootup logos.
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Jan Engelhardt32dd3802007-05-08 00:40:04 -070012if LOGO
13
Geert Uytterhoeven9900abf2007-07-17 04:05:50 -070014config FB_LOGO_EXTRA
15 bool
Arnd Bergmann04e08d02007-07-18 00:49:09 -070016 depends on FB=y
Geert Uytterhoevenbce94512007-07-17 04:05:52 -070017 default y if SPU_BASE
Geert Uytterhoeven9900abf2007-07-17 04:05:50 -070018
Linus Torvalds1da177e2005-04-16 15:20:36 -070019config LOGO_LINUX_MONO
20 bool "Standard black and white Linux logo"
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 default y
22
23config LOGO_LINUX_VGA16
24 bool "Standard 16-color Linux logo"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 default y
26
27config LOGO_LINUX_CLUT224
28 bool "Standard 224-color Linux logo"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029 default y
30
31config LOGO_DEC_CLUT224
32 bool "224-color Digital Equipment Corporation Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070033 depends on MACH_DECSTATION || ALPHA
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 default y
35
36config LOGO_MAC_CLUT224
37 bool "224-color Macintosh Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070038 depends on MAC
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 default y
40
41config LOGO_PARISC_CLUT224
42 bool "224-color PA-RISC Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070043 depends on PARISC
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 default y
45
46config LOGO_SGI_CLUT224
47 bool "224-color SGI Linux logo"
H. Peter Anvinc5f9ee32014-02-25 12:05:34 -080048 depends on SGI_IP22 || SGI_IP27 || SGI_IP32
Linus Torvalds1da177e2005-04-16 15:20:36 -070049 default y
50
51config LOGO_SUN_CLUT224
52 bool "224-color Sun Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070053 depends on SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 default y
55
56config LOGO_SUPERH_MONO
57 bool "Black and white SuperH Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070058 depends on SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 default y
60
61config LOGO_SUPERH_VGA16
62 bool "16-color SuperH Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070063 depends on SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 default y
65
66config LOGO_SUPERH_CLUT224
67 bool "224-color SuperH Linux logo"
Jan Engelhardt32dd3802007-05-08 00:40:04 -070068 depends on SUPERH
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 default y
70
Jan Engelhardt32dd3802007-05-08 00:40:04 -070071endif # LOGO