From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqs-0007Ac-Qj for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNqm-0007Ey-UQ for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:18 -0400 Received: from mail-ee0-x22e.google.com ([2a00:1450:4013:c00::22e]:43011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqm-0007Er-NY for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:12 -0400 Received: by mail-ee0-f46.google.com with SMTP id c13so905242eek.5 for ; Thu, 26 Sep 2013 19:32:12 -0700 (PDT) Sender: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Date: Fri, 27 Sep 2013 04:30:47 +0200 Message-Id: <1380249092-4775-27-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [v2 26/71] hw/display/Kconfig: Add Kconfig file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Signed-off-by: Ákos Kovács --- hw/display/Kconfig | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 hw/display/Kconfig diff --git a/hw/display/Kconfig b/hw/display/Kconfig new file mode 100644 index 0000000..1f6f386 --- /dev/null +++ b/hw/display/Kconfig @@ -0,0 +1,84 @@ +config ADS7846 + bool + select SSI + +config VGA_CIRRUS + bool + depends on PCI + select VGA + #select ISA + +config G364FB + bool + +config JAZZ_LED + bool + +config PL110 + bool + select FRAMEBUFFER + +config SSD0303 + bool + #select I2C + +config SSD0323 + bool + select SSI + +config VGA_PCI + bool + select VGA + depends on PCI + +config VGA_ISA + bool + select VGA + #select ISA + +config VGA_ISA_MM + bool + select VGA + +config VMWARE_VGA + bool + select VGA + depends on PCI + +config BLIZZARD + bool + +config FRAMEBUFFER + bool + +config MILKYMIST + bool + select FRAMEBUFFER + +config ZAURUS + bool + select NAND + select ECC + +config OMAP + bool + select FRAMEBUFFER + +config PXA2XX + bool + select FRAMEBUFFER + +config MILKYMIST_TMU2 + bool + +config SM501 + bool + +config TCX + bool + +config VGA + bool + +config QXL + bool -- 1.8.1.2