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:
parent
ddad53abe2
commit
50d276f1ae
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
menuconfig I2C_DW
|
menuconfig I2C_DW
|
||||||
bool "Design Ware I2C support"
|
bool "Design Ware I2C support"
|
||||||
|
select HAS_DTS_I2C
|
||||||
help
|
help
|
||||||
Enable Design Ware I2C support on the selected board
|
Enable Design Ware I2C support on the selected board
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
menuconfig I2C_QMSI
|
menuconfig I2C_QMSI
|
||||||
bool "QMSI I2C driver"
|
bool "QMSI I2C driver"
|
||||||
depends on QMSI
|
depends on QMSI
|
||||||
|
select HAS_DTS_I2C
|
||||||
help
|
help
|
||||||
This option enable the QMSI I2C driver.
|
This option enable the QMSI I2C driver.
|
||||||
|
|
||||||
|
@ -39,6 +40,7 @@ endif # I2C_QMSI
|
||||||
menuconfig I2C_QMSI_SS
|
menuconfig I2C_QMSI_SS
|
||||||
bool "QMSI I2C driver for the Sensor Subsystem"
|
bool "QMSI I2C driver for the Sensor Subsystem"
|
||||||
depends on QMSI
|
depends on QMSI
|
||||||
|
select HAS_DTS_I2C
|
||||||
help
|
help
|
||||||
This option enable the Sensor QMSI I2C driver.
|
This option enable the Sensor QMSI I2C driver.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue