blacklight: remove redundant spi driver bus initialization
[deliverable/linux.git] / drivers / video / logo / Kconfig
CommitLineData
1da177e4
LT
1#
2# Logo configuration
3#
4
32dd3803 5menuconfig LOGO
1da177e4
LT
6 bool "Bootup logo"
7 depends on FB || SGI_NEWPORT_CONSOLE
e65c0850
RD
8 help
9 Enable and select frame buffer bootup logos.
1da177e4 10
32dd3803
JE
11if LOGO
12
9900abfb
GU
13config FB_LOGO_EXTRA
14 bool
04e08d0e 15 depends on FB=y
bce94513 16 default y if SPU_BASE
9900abfb 17
1da177e4
LT
18config LOGO_LINUX_MONO
19 bool "Standard black and white Linux logo"
1da177e4
LT
20 default y
21
22config LOGO_LINUX_VGA16
23 bool "Standard 16-color Linux logo"
1da177e4
LT
24 default y
25
26config LOGO_LINUX_CLUT224
27 bool "Standard 224-color Linux logo"
1da177e4
LT
28 default y
29
122a881c
RG
30config LOGO_BLACKFIN_VGA16
31 bool "16-colour Blackfin Processor Linux logo"
32 depends on BLACKFIN
33 default y
34
35config LOGO_BLACKFIN_CLUT224
36 bool "224-colour Blackfin Processor Linux logo"
37 depends on BLACKFIN
38 default y
39
1da177e4
LT
40config LOGO_DEC_CLUT224
41 bool "224-color Digital Equipment Corporation Linux logo"
32dd3803 42 depends on MACH_DECSTATION || ALPHA
1da177e4
LT
43 default y
44
45config LOGO_MAC_CLUT224
46 bool "224-color Macintosh Linux logo"
32dd3803 47 depends on MAC
1da177e4
LT
48 default y
49
50config LOGO_PARISC_CLUT224
51 bool "224-color PA-RISC Linux logo"
32dd3803 52 depends on PARISC
1da177e4
LT
53 default y
54
55config LOGO_SGI_CLUT224
56 bool "224-color SGI Linux logo"
32dd3803 57 depends on SGI_IP22 || SGI_IP27 || SGI_IP32 || X86_VISWS
1da177e4
LT
58 default y
59
60config LOGO_SUN_CLUT224
61 bool "224-color Sun Linux logo"
32dd3803 62 depends on SPARC
1da177e4
LT
63 default y
64
65config LOGO_SUPERH_MONO
66 bool "Black and white SuperH Linux logo"
32dd3803 67 depends on SUPERH
1da177e4
LT
68 default y
69
70config LOGO_SUPERH_VGA16
71 bool "16-color SuperH Linux logo"
32dd3803 72 depends on SUPERH
1da177e4
LT
73 default y
74
75config LOGO_SUPERH_CLUT224
76 bool "224-color SuperH Linux logo"
32dd3803 77 depends on SUPERH
1da177e4
LT
78 default y
79
316240f6
HT
80config LOGO_M32R_CLUT224
81 bool "224-color M32R Linux logo"
32dd3803 82 depends on M32R
316240f6
HT
83 default y
84
32dd3803 85endif # LOGO
This page took 0.833499 seconds and 5 git commands to generate.