zephyr/drivers/i2c
Maureen Helm 50d276f1ae 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>
2018-09-27 05:54:54 +05:30
..
slave drivers: i2c: Add dts support for i2c slaves. 2018-09-24 07:26:07 -05:00
CMakeLists.txt drivers: add i.MX I2C driver shim 2018-07-06 15:55:57 -05:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
Kconfig.dw drivers: i2c: Select HAS_DTS_I2C in designware and qmsi drivers 2018-09-27 05:54:54 +05:30
Kconfig.esp32 drivers/i2c: kconfig: Clean up I2C Kconfigs a bit 2018-08-02 19:12:52 +02:00
Kconfig.gpio drivers/i2c: kconfig: Clean up I2C Kconfigs a bit 2018-08-02 19:12:52 +02:00
Kconfig.nrfx drivers: nrfx: Allow simultaneous use of SPI_0 and I2C_0 on nRF52810 2018-08-13 18:45:04 -07:00
Kconfig.qmsi drivers: i2c: Select HAS_DTS_I2C in designware and qmsi drivers 2018-09-27 05:54:54 +05:30
Kconfig.sbcon drivers/i2c: kconfig: Clean up I2C Kconfigs a bit 2018-08-02 19:12:52 +02:00
Kconfig.stm32 drivers: i2c: stm32: Kconfig: Remove redundant 'default n' properties 2018-07-25 07:19:12 -04:00
i2c-priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c_atmel_sam3.c
i2c_bitbang.c
i2c_bitbang.h
i2c_cc32xx.c
i2c_dw.c drivers/i2c: i2c_dw: extends driver to support 8 controllers 2018-07-27 17:16:18 -04:00
i2c_dw.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c_dw_registers.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c_esp32.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
i2c_gpio.c
i2c_handlers.c i2c: Add new I2C Slave syscalls 2018-07-04 11:57:33 +02:00
i2c_imx.c drivers/i2c/i2c_imx: Check for I2C bus busy before starting transaction 2018-08-21 18:54:41 -05:00
i2c_ll_stm32.c i2c: stm32_v2: implement slave support 2018-07-04 11:57:33 +02:00
i2c_ll_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
i2c_ll_stm32_v1.c drivers: i2c_ll_stm32_v1: Handle NACK during address tranmsission 2018-08-27 12:52:53 -04:00
i2c_ll_stm32_v2.c i2c: stm32_v2: implement slave support 2018-07-04 11:57:33 +02:00
i2c_mcux.c drivers: i2c: Parse 10-bit addressing flag in mcux driver 2018-09-18 17:37:12 -04:00
i2c_nios2.c
i2c_nrfx_twi.c drivers: nrf: Switched nrf i2c drivers to 10 bit address msg flag 2018-09-18 12:06:11 -04:00
i2c_nrfx_twim.c drivers: nrf: Switched nrf i2c drivers to 10 bit address msg flag 2018-09-18 12:06:11 -04:00
i2c_qmsi.c
i2c_qmsi_ss.c
i2c_sam_twi.c
i2c_sam_twihs.c
i2c_sbcon.c