From 90294b8f4c248daa394c353c4bde11337a22a873 Mon Sep 17 00:00:00 2001 From: Igor Mitsyanko Date: Fri, 8 Jun 2012 17:33:21 +0400 Subject: [PATCH] mach-tizen: do not compile VGA arbitration device And avoid overhead introduced by it during runtime. Signed-off-by: Igor Mitsyanko --- arch/arm/configs/tizen_defconfig | 2 -- drivers/gpu/vga/Kconfig | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1