From 390a06b1ad53e8214db97205c59634137423901d Mon Sep 17 00:00:00 2001 From: Sonny Rao Date: Wed, 10 Apr 2013 15:11:10 -0700 Subject: [PATCH] CHROMIUM: config: turn off KDS and dma-buf on x86 systems MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is only required for Exynos based systems and makes no sense on x86. This should save some memory. BUG=none TEST=kernel builds, boots on lumpy Change-Id: I929f4205c2c050dab070311e577b88d8c2e1a7fe Signed-off-by: Sonny Rao Reviewed-on: https://gerrit.chromium.org/gerrit/47784 Reviewed-by: Stéphane Marchesin --- chromeos/config/i386/common.config | 6 +++--- chromeos/config/x86_64/common.config | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chromeos/config/i386/common.config b/chromeos/config/i386/common.config index b1049dc37af6..af82142d4eca 100644 --- a/chromeos/config/i386/common.config +++ b/chromeos/config/i386/common.config @@ -187,8 +187,8 @@ CONFIG_DELL_WMI=m # CONFIG_DELL_WMI_AIO is not set CONFIG_DEVPORT=y # CONFIG_DMADEVICES is not set -CONFIG_DMA_SHARED_BUFFER=y -CONFIG_DMA_SHARED_BUFFER_USES_KDS=y +# CONFIG_DMA_SHARED_BUFFER is not set +# CONFIG_DMA_SHARED_BUFFER_USES_KDS is not set CONFIG_DMI=y CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set @@ -446,7 +446,7 @@ CONFIG_ISA_DMA_API=y # CONFIG_IXGBE is not set # CONFIG_IXGBEVF is not set CONFIG_JME=m -CONFIG_KDS=y +# CONFIG_KDS is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KEYBOARD_MKBP is not set CONFIG_KTIME_SCALAR=y diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config index e4ec889ba3c7..ba5bfeb9fd98 100644 --- a/chromeos/config/x86_64/common.config +++ b/chromeos/config/x86_64/common.config @@ -203,8 +203,8 @@ CONFIG_DELL_WMI=m CONFIG_DEVPORT=y CONFIG_DIRECT_GBPAGES=y # CONFIG_DMADEVICES is not set -CONFIG_DMA_SHARED_BUFFER=y -CONFIG_DMA_SHARED_BUFFER_USES_KDS=y +# CONFIG_DMA_SHARED_BUFFER is not set +# CONFIG_DMA_SHARED_BUFFER_USES_KDS is not set CONFIG_DMI=y CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set @@ -487,7 +487,7 @@ CONFIG_IWLWIFI_DEVICE_TESTMODE=y # CONFIG_IXGBE is not set # CONFIG_IXGBEVF is not set CONFIG_JME=m -CONFIG_KDS=y +# CONFIG_KDS is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KEYBOARD_MKBP is not set CONFIG_KEYS_COMPAT=y -- 2.20.1