Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Logo configuration
  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. if LOGO
  11. config FB_LOGO_EXTRA
  12. bool
  13. depends on FB=y
  14. default y if SPU_BASE
  15. config LOGO_LINUX_MONO
  16. bool "Standard black and white Linux logo"
  17. default y
  18. config LOGO_LINUX_VGA16
  19. bool "Standard 16-color Linux logo"
  20. default y
  21. config LOGO_LINUX_CLUT224
  22. bool "Standard 224-color Linux logo"
  23. default y
  24. config LOGO_DEC_CLUT224
  25. bool "224-color Digital Equipment Corporation Linux logo"
  26. depends on MACH_DECSTATION || ALPHA
  27. default y
  28. config LOGO_MAC_CLUT224
  29. bool "224-color Macintosh Linux logo"
  30. depends on MAC
  31. default y
  32. config LOGO_PARISC_CLUT224
  33. bool "224-color PA-RISC Linux logo"
  34. depends on PARISC
  35. default y
  36. config LOGO_SGI_CLUT224
  37. bool "224-color SGI Linux logo"
  38. depends on SGI_IP22 || SGI_IP27 || SGI_IP32
  39. default y
  40. config LOGO_SUN_CLUT224
  41. bool "224-color Sun Linux logo"
  42. depends on SPARC
  43. default y
  44. config LOGO_SUPERH_MONO
  45. bool "Black and white SuperH Linux logo"
  46. depends on SUPERH
  47. default y
  48. config LOGO_SUPERH_VGA16
  49. bool "16-color SuperH Linux logo"
  50. depends on SUPERH
  51. default y
  52. config LOGO_SUPERH_CLUT224
  53. bool "224-color SuperH Linux logo"
  54. depends on SUPERH
  55. default y
  56. endif # LOGO