aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/algos/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2010-11-22i2c/algos: convert Kconfig to use the menu's `visible' keywordArnaud Lacombe1-1/+1
Signed-off-by: Arnaud Lacombe <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2010-11-22Revert "i2c: Fix Kconfig dependencies"Arnaud Lacombe1-12/+0
This reverts commit 0a57274ea026c2b7670683947b6cc08b195148cf. Signed-off-by: Arnaud Lacombe <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2010-10-24i2c: Fix Kconfig dependenciesJean Delvare1-0/+12
drivers/i2c/algos/Kconfig makes all the algorithms dependent on !I2C_HELPER_AUTO, which triggers a Kconfig warning about broken dependencies when some driver selects one of the algorithms. Ideally we would make only the prompts dependent on !I2C_HELPER_AUTO, however Kconfig doesn't currently support that. So we have to redefine the symbols separately for the I2C_HELPER_AUTO=y case. Signed-off-by: Jean Delvare <[email protected]> Acked-by: Michal Marek <[email protected]>
2009-04-06i2c: Delete unused i2c-algo-sgi helper moduleJean Delvare1-4/+0
The i2c-algo-sgi code was merged into the vino driver, so we can delete it now. Signed-off-by: Jean Delvare <[email protected]>
2008-08-10i2c: Let users select algorithm drivers manually againJean Delvare1-3/+8
In kernel 2.6.26, the ability to select I2C algorithm drivers manually was removed, as all in-kernel drivers do that automatically. However there were some complaints that it was a problem for out-of-tree I2C bus drivers. In order to address these complaints, let's allow manual selection of these drivers again, but still hide them by default for better general user experience. This closes bug #11140: http://bugzilla.kernel.org/show_bug.cgi?id=11140 Signed-off-by: Jean Delvare <[email protected]>
2008-04-22i2c: Remove the algorithm drivers from the config menuJean Delvare1-34/+5
The algorithm drivers are helper drivers that are selected automatically as needed. There's no point in listing them in the config menu, it can only confuse users and waste their time. Signed-off-by: Jean Delvare <[email protected]>
2007-07-12i2c-rpx: RemoveJean Delvare1-4/+0
This driver has been broken forever. It depends on i2c-algo-8xx which has never been in the mainline kernel. Signed-off-by: Jean Delvare <[email protected]>
2007-05-01Use menuconfig objects - I2CJan Engelhardt1-6/+2
Allow the whole I2C menu to be disabled at once without diving into the submenus for deselecting all options (should the user desire so). Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Jean Delvare <[email protected]>
2006-12-10i2c: Delete the broken i2c-ite bus driverJean Delvare1-11/+0
The rest of the ITE8172 support was already removed from MIPS tree. Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Yoichi Yuasa <[email protected]> Acked-by: Ralf Baechle <[email protected]>
2006-09-26i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare1-6/+0
i2c-algo-sibyte: Merge into i2c-sibyte Merge i2c-algo-sibyte into i2c-sibyte, as this is a complete, hardware-dependent SMBus implementation and not a reusable algorithm. Perform some basic coding style cleanups while we're here (mainly space-based indentation replaced by tabulations.) Signed-off-by: Jean Delvare <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+70
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!