From mboxrd@z Thu Jan 1 00:00:00 1970 From: dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Subject: [PATCH 1/9] i2c-designware: Add designware PCI config option Date: Fri, 14 Jan 2011 11:27:28 -0800 Message-ID: <1295033256-30077-2-git-send-email-dirk.brandewie@gmail.com> References: <1295033256-30077-1-git-send-email-dirk.brandewie@gmail.com> Return-path: In-Reply-To: <1295033256-30077-1-git-send-email-dirk.brandewie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, shinya.kuribayashi.px-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org, Dirk Brandewie List-Id: linux-i2c@vger.kernel.org From: Dirk Brandewie Signed-off-by: Dirk Brandewie --- drivers/i2c/busses/Kconfig | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f1a6eeb..5847611 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -346,6 +346,26 @@ config I2C_DAVINCI devices such as DaVinci NIC. For details please see http://www.ti.com/davinci + +config I2C_DESIGNWARE_PCI + tristate "Synopsys DesignWare PCI" + help + If you say yes to this option, support will be included for the + Synopsys DesignWare I2C adapter. Only master mode is supported. + + This driver can also be built as a module. If so, the module + will be called i2c-designware. + +config I2C_DESIGNWARE_PLATFORM + tristate "Synopsys DesignWare Platform" + depends on HAVE_CLK + help + If you say yes to this option, support will be included for the + Synopsys DesignWare I2C adapter. Only master mode is supported. + + This driver can also be built as a module. If so, the module + will be called i2c-designware. + config I2C_DESIGNWARE tristate "Synopsys DesignWare" depends on HAVE_CLK -- 1.7.3.4