From 9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00 Mon Sep 17 00:00:00 2001 From: Yunhong Jiang Date: Tue, 4 Aug 2015 12:17:53 -0700 Subject: Add the rt linux 4.1.3-rt3 as base Import the rt linux 4.1.3-rt3 as OPNFV kvm base. It's from git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt and the base is: commit 0917f823c59692d751951bf5ea699a2d1e2f26a2 Author: Sebastian Andrzej Siewior Date: Sat Jul 25 12:13:34 2015 +0200 Prepare v4.1.3-rt3 Signed-off-by: Sebastian Andrzej Siewior We lose all the git history this way and it's not good. We should apply another opnfv project repo in future. Change-Id: I87543d81c9df70d99c5001fbdf646b202c19f423 Signed-off-by: Yunhong Jiang --- kernel/drivers/video/logo/Kconfig | 85 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 kernel/drivers/video/logo/Kconfig (limited to 'kernel/drivers/video/logo/Kconfig') diff --git a/kernel/drivers/video/logo/Kconfig b/kernel/drivers/video/logo/Kconfig new file mode 100644 index 000000000..0037104d6 --- /dev/null +++ b/kernel/drivers/video/logo/Kconfig @@ -0,0 +1,85 @@ +# +# Logo configuration +# + +menuconfig LOGO + bool "Bootup logo" + depends on FB || SGI_NEWPORT_CONSOLE + help + Enable and select frame buffer bootup logos. + +if LOGO + +config FB_LOGO_EXTRA + bool + depends on FB=y + default y if SPU_BASE + +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_BLACKFIN_VGA16 + bool "16-colour Blackfin Processor Linux logo" + depends on BLACKFIN + default y + +config LOGO_BLACKFIN_CLUT224 + bool "224-colour Blackfin Processor Linux logo" + depends on BLACKFIN + default y + +config LOGO_DEC_CLUT224 + bool "224-color Digital Equipment Corporation Linux logo" + depends on MACH_DECSTATION || ALPHA + default y + +config LOGO_MAC_CLUT224 + bool "224-color Macintosh Linux logo" + depends on MAC + default y + +config LOGO_PARISC_CLUT224 + bool "224-color PA-RISC Linux logo" + depends on PARISC + default y + +config LOGO_SGI_CLUT224 + bool "224-color SGI Linux logo" + depends on SGI_IP22 || SGI_IP27 || SGI_IP32 + default y + +config LOGO_SUN_CLUT224 + bool "224-color Sun Linux logo" + depends on SPARC + default y + +config LOGO_SUPERH_MONO + bool "Black and white SuperH Linux logo" + depends on SUPERH + default y + +config LOGO_SUPERH_VGA16 + bool "16-color SuperH Linux logo" + depends on SUPERH + default y + +config LOGO_SUPERH_CLUT224 + bool "224-color SuperH Linux logo" + depends on SUPERH + default y + +config LOGO_M32R_CLUT224 + bool "224-color M32R Linux logo" + depends on M32R + default y + +endif # LOGO -- cgit 1.2.3-korg