[opensuse-kernel] PATCH: disable designware platform
From 231f296cd9ab56019bc8bd7c60b239990dc5edcc Mon Sep 17 00:00:00 2001 From: Marcus Meissner <meissner@suse.de> Date: Fri, 27 Jul 2012 11:52:35 +0200 Subject: [PATCH] disable I2C_DESIGNWARE_PLATFORM to make it build
the platform drivers are only for very old ppc32 hardware. (should make kernel-default built for the first time since 3.1 :/ ) Signed-off-by: Marcus Meissner <meissner@suse.de> --- config/ppc/default | 2 +- config/ppc/vanilla | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ppc/default b/config/ppc/default index 9da37c8..4137dcc 100644 --- a/config/ppc/default +++ b/config/ppc/default @@ -2632,8 +2632,8 @@ CONFIG_I2C_POWERMAC=y # # I2C system bus drivers (mostly embedded / system-on-chip) # -CONFIG_I2C_DESIGNWARE_PLATFORM=m CONFIG_I2C_DESIGNWARE_PCI=m +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set CONFIG_I2C_EG20T=m CONFIG_I2C_GPIO=m # CONFIG_I2C_INTEL_MID is not set diff --git a/config/ppc/vanilla b/config/ppc/vanilla index d3daae5..97dd950 100644 --- a/config/ppc/vanilla +++ b/config/ppc/vanilla @@ -2627,8 +2627,8 @@ CONFIG_I2C_POWERMAC=y # # I2C system bus drivers (mostly embedded / system-on-chip) # -CONFIG_I2C_DESIGNWARE_PLATFORM=m CONFIG_I2C_DESIGNWARE_PCI=m +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set CONFIG_I2C_EG20T=m CONFIG_I2C_GPIO=m # CONFIG_I2C_INTEL_MID is not set -- 1.7.9.2 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (1)
-
Marcus Meissner