drivers: i2c: Select HAS_DTS_I2C in designware and qmsi drivers

Makes the designware and qmsi i2c drivers consistent with other i2c
drivers by selecting HAS_DTS_I2C in the driver.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-09-26 12:40:29 -05:00 committed by Anas Nashif
commit 50d276f1ae
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
menuconfig I2C_DW
bool "Design Ware I2C support"
select HAS_DTS_I2C
help
Enable Design Ware I2C support on the selected board

View file

@ -7,6 +7,7 @@
menuconfig I2C_QMSI
bool "QMSI I2C driver"
depends on QMSI
select HAS_DTS_I2C
help
This option enable the QMSI I2C driver.
@ -39,6 +40,7 @@ endif # I2C_QMSI
menuconfig I2C_QMSI_SS
bool "QMSI I2C driver for the Sensor Subsystem"
depends on QMSI
select HAS_DTS_I2C
help
This option enable the Sensor QMSI I2C driver.