summaryrefslogtreecommitdiff
path: root/package/kernel/modules/i2c.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken i2c module loading in R17269Gabor Juhos2009-08-161-2/+2
| | | | | | | | | | | | Strip .ko suffix from module name. Fix typo in name of i2c-scx200-acb module to be loaded. Steve Signed-off-by: Steve Brown <sbrown@cortland.com> SVN-Revision: 17288
* kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)Gabor Juhos2009-08-151-41/+52
| | | | SVN-Revision: 17269
* kernel/modules: package module for OpenFirmware I2C accessorsGabor Juhos2009-07-191-3/+17
| | | | SVN-Revision: 16921
* kernel/modules: package I2C bus driver for PPC4xx based systemsGabor Juhos2009-07-191-0/+16
| | | | SVN-Revision: 16919
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* Some symbols were missing or wrong. Tested with x86.Hauke Mehrtens2009-03-051-1/+3
| | | | SVN-Revision: 14751
* correct kernel modules dependencies against kmod-i2c-core, they already ↵Florian Fainelli2009-02-041-3/+3
| | | | | | depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330) SVN-Revision: 14401
* kernel/modules: make use the new GPIO_SUPPORT optionGabor Juhos2008-04-291-1/+1
| | | | SVN-Revision: 10980
* remove the i2c-gpio-custom driver from adm5120, and make it available on all ↵Gabor Juhos2008-04-291-17/+1
| | | | | | platforms SVN-Revision: 10979
* add custom GPIO-based I2C driverGabor Juhos2007-10-091-0/+16
| | | | SVN-Revision: 9218
* add back scx200 gpio i2c module removed in [8825] (too early for generic ↵Nicolas Thill2007-09-221-3/+20
| | | | | | gpio), rename scx200 access bus i2c module to scx200-acb SVN-Revision: 8944
* i2c changes: * split i2c algos in separate packages * remove deprecated ↵Nicolas Thill2007-09-171-26/+65
| | | | | | i2c-sc2x00 and add i2c-gpio & i2c-sc2x00_acb instead SVN-Revision: 8825
* cosmetic changes: rename submenu vars, add missing copyright headersNicolas Thill2007-09-161-4/+4
| | | | SVN-Revision: 8808
* fix target names in DEPENDS (closes: #2341)Nicolas Thill2007-09-111-2/+2
| | | | SVN-Revision: 8748
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-3/+12
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-031-7/+19
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-281-4/+10
| | | | SVN-Revision: 8520
* Remove buggy i2c-gpio driverFlorian Fainelli2007-08-011-12/+0
| | | | SVN-Revision: 8305
* add missing dependencies and kernel config optionsFelix Fietkau2007-07-231-0/+1
| | | | SVN-Revision: 8112
* dynamically enable/disable kernel config options for kmod packages based on ↵Felix Fietkau2007-07-181-4/+4
| | | | | | build system config SVN-Revision: 8026
* Fix the scx200 gpio kernel module (#1072)Florian Fainelli2007-05-281-2/+2
| | | | SVN-Revision: 7364
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-181-5/+5
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* Add profile for Soekris Net4801 boards (#1072)Florian Fainelli2007-04-161-1/+13
| | | | SVN-Revision: 6962
* Fix i2c kernel configuration dependency (#1511)Florian Fainelli2007-04-011-2/+1
| | | | SVN-Revision: 6811
* Fix i2c module dependencies (#1525)Florian Fainelli2007-04-011-1/+2
| | | | SVN-Revision: 6794
* Add i2c kernel modules for Au1000 i2c to gpio driver, can be extended laterFlorian Fainelli2007-01-051-0/+43
SVN-Revision: 5984