
Nishanth,
--- nishanth menon menon.nishanth@gmail.com wrote:
On 9/1/06, Ben Warren bwarren@qstreams.com wrote:
CONFIG_HARD_I2C selects a hardware
I2C controller.
I guess I am slow abt this.... but !slow_i2c...
is that not good enough?
and I cant see any other part in the the common
patch using it...
Sorry, I don't know what you're talking about.
What's slow_i2c? I just
grepped the source and didn't find it anywhere.
Voila, a typo :-) ! I should have stated soft_i2c. !CONFIG_SOFT_I2C should mean HARD_I2C. Regards, Nishanth Menon
OK... look a little more closely at the diff. All I did was change the word 'CPM' to 'hardware', because nowadays there are many more I2C controllers than the ones in QUICC engines. I was just cleaning up documentation, and didn't change any code regarding either HARD_I2C or SOFT_I2C.
Sorry for the confusion, Ben