commit | b9c125f64c945629bf6d0de7bd98a275a9ff7eac | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Fri Oct 19 14:05:26 2018 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 25 07:32:05 2018 +0100 |
tree | 396009cb24aec31ec9356b4d8b79cce0ab75d3c5 | |
parent | dab64724ebe0c1a43b2b9a46daa877462669d216 [diff] |
kconfig: Hide the DesignWare I2C driver on unsupported platforms When users are configuring nRF applications they are given the option to enable the DesignWare I2C driver. But they should not be given this option because nRF SoCs do not have DesignWare I2C HW. This commit hides the driver by default by introducing the config option HAS_I2C_DW. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>