Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / drivers / video / logo / Kconfig
1 #
2 # Logo configuration
3 #
4
5 menuconfig LOGO
6         bool "Bootup logo"
7         depends on FB || SGI_NEWPORT_CONSOLE
8         help
9           Enable and select frame buffer bootup logos.
10
11 if LOGO
12
13 config FB_LOGO_CENTER
14         bool "Center the logo"
15         depends on FB=y
16         help
17           When this option is selected, the bootup logo is centered both
18           horizontally and vertically. If more than one logo is displayed
19           due to multiple CPUs, the collected line of logos is centered
20           as a whole.
21
22 config FB_LOGO_EXTRA
23         bool
24         depends on FB=y
25         default y if SPU_BASE
26
27 config LOGO_LINUX_MONO
28         bool "Standard black and white Linux logo"
29         default y
30
31 config LOGO_LINUX_VGA16
32         bool "Standard 16-color Linux logo"
33         default y
34
35 config LOGO_LINUX_CLUT224
36         bool "Standard 224-color Linux logo"
37         default y
38
39 config LOGO_DEC_CLUT224
40         bool "224-color Digital Equipment Corporation Linux logo"
41         depends on MACH_DECSTATION || ALPHA
42         default y
43
44 config LOGO_MAC_CLUT224
45         bool "224-color Macintosh Linux logo"
46         depends on MAC
47         default y
48
49 config LOGO_PARISC_CLUT224
50         bool "224-color PA-RISC Linux logo"
51         depends on PARISC
52         default y
53
54 config LOGO_SGI_CLUT224
55         bool "224-color SGI Linux logo"
56         depends on SGI_IP22 || SGI_IP27 || SGI_IP32
57         default y
58
59 config LOGO_SUN_CLUT224
60         bool "224-color Sun Linux logo"
61         depends on SPARC
62         default y
63
64 config LOGO_SUPERH_MONO
65         bool "Black and white SuperH Linux logo"
66         depends on SUPERH
67         default y
68
69 config LOGO_SUPERH_VGA16
70         bool "16-color SuperH Linux logo"
71         depends on SUPERH
72         default y
73
74 config LOGO_SUPERH_CLUT224
75         bool "224-color SuperH Linux logo"
76         depends on SUPERH
77         default y
78
79 endif # LOGO