From: Igor Mitsyanko Date: Fri, 8 Jun 2012 13:33:21 +0000 (+0400) Subject: mach-tizen: do not compile VGA arbitration device X-Git-Tag: 2.2.1_release^2~83^2~7^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90294b8f4c248daa394c353c4bde11337a22a873;p=sdk%2Femulator%2Femulator-kernel.git mach-tizen: do not compile VGA arbitration device And avoid overhead introduced by it during runtime. Signed-off-by: Igor Mitsyanko --- diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index a93d75ebae1d..c1998df7cb7e 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -1745,8 +1745,6 @@ CONFIG_RADIO_ADAPTERS=y # # Graphics support # -CONFIG_VGA_ARB=y -CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig index 96c83a9a76bb..4b426a2d3d3a 100644 --- a/drivers/gpu/vga/Kconfig +++ b/drivers/gpu/vga/Kconfig @@ -1,6 +1,6 @@ config VGA_ARB bool "VGA Arbitration" if EXPERT - default y + default n depends on PCI help Some "legacy" VGA devices implemented on PCI typically have the same