commit | 8e8d49a6202a472513354b1db27d2b4ffd23faa5 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Jul 05 11:04:06 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jul 05 11:33:08 2017 -0500 |
tree | 3eef5ff25f10ce9417454e1b48283d03a79c2c03 | |
parent | 5ffffb86bfb612d0a87369d620436a2b66447dc5 [diff] |
i2c: stm32: Cleanup how we enable the specific I2C driver Right now we allow for the I2C subsystem to be built without any drivers enabled that utilize it. When we added support for the new STM32 I2C driver we forced the I2C driver to be enabled if the I2C subsystem was enabled. While this makes a reasonable amount of sense, it breaks current assumptions for various testcases that we need to cleanup. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>