Currently, if we disable I2C_DW through 'menuconfig', I2C_DW_0* and I2C_DW_1* options are not disabled even if they depend on I2C_DW option. This makes the menuconfig confusing and we end up with the wrong config set in .config file: ... CONFIG_I2C_DW is not set CONFIG_I2C_DW_0=y ... CONFIG_I2C_DW_1=y ... This patch fixes this issue by surrounding the I2C_DW_0* and I2C_DW_1* options with 'if I2C_DW'. Change-Id: I7e949b066425bca2533f8b84b9ea7b1915369ff0 Signed-off-by: Andre Guedes <andre.guedes@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
x86 | ||
Kconfig | ||
Makefile |