From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe004.messaging.microsoft.com [216.32.180.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id ED2D5B6FA7 for ; Sat, 17 Mar 2012 20:08:32 +1100 (EST) Received: from mail189-va3 (localhost [127.0.0.1]) by mail189-va3-R.bigfish.com (Postfix) with ESMTP id 472FB420794 for ; Sat, 17 Mar 2012 09:08:26 +0000 (UTC) Received: from VA3EHSMHS027.bigfish.com (unknown [10.7.14.251]) by mail189-va3.bigfish.com (Postfix) with ESMTP id E93394C0045 for ; Sat, 17 Mar 2012 09:08:24 +0000 (UTC) From: Shaveta Leekha To: Subject: [PATCH]corenet32_smp_defconfig:Added I2C_CHARDEV option in defconfig to have compiled I2C device interface Date: Sat, 17 Mar 2012 14:38:12 +0530 Message-ID: <1331975292-25331-1-git-send-email-shaveta@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Shaveta Leekha List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Shaveta Leekha --- arch/powerpc/configs/corenet32_smp_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/configs/corenet32_smp_defconfig b/arch/powerpc/configs/corenet32_smp_defconfig index f8aef20..91db656 100644 --- a/arch/powerpc/configs/corenet32_smp_defconfig +++ b/arch/powerpc/configs/corenet32_smp_defconfig @@ -116,6 +116,7 @@ CONFIG_SERIAL_8250_RSA=y CONFIG_HW_RANDOM=y CONFIG_NVRAM=y CONFIG_I2C=y +CONFIG_I2C_CHARDEV=y CONFIG_I2C_MPC=y CONFIG_SPI=y CONFIG_SPI_GPIO=y -- 1.5.5.6