commit | 995411f4e2a6703c57378d6f8e180b486c647cc7 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Thu Aug 02 15:55:22 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 02 19:12:52 2018 +0200 |
tree | eb2dcfa37f3dd0e31b7dd4304703cc4b40871f79 | |
parent | cb243eae55663d6c6c6b3a3af3ddb84eb36be35f [diff] |
drivers/i2c: kconfig: Clean up I2C Kconfigs a bit - Get rid of duplicate I2C dependencies, which show up in the documentation as e.g. 'I2C && I2C'. The 'source's in drivers/i2c/Kconfig are already within an 'if I2C' block. - Factor out I2C_GPIO_<n> dependencies in drivers/i2c/Kconfig.gpio into 'if I2C_GPIO_<n>' blocks. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>