zephyr/drivers/i2c
Sebastian Bøe b9c125f64c 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>
2018-10-25 07:32:05 +01:00
..
slave drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
CMakeLists.txt
i2c_atmel_sam3.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_bitbang.c
i2c_bitbang.h
i2c_cc32xx.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_dw_registers.h
i2c_dw.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_dw.h
i2c_esp32.c
i2c_gpio.c
i2c_handlers.c
i2c_imx.c drivers: i2c: enable logging for drivers loading i2c-priv.h 2018-10-10 13:26:58 -04:00
i2c_ll_stm32_v1.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_ll_stm32_v2.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_ll_stm32.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_ll_stm32.h
i2c_mcux.c drivers: i2c: enable logging for drivers loading i2c-priv.h 2018-10-10 13:26:58 -04:00
i2c_nios2.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_nrfx_twi.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_nrfx_twim.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_qmsi_ss.c drivers: i2c: enable logging for drivers loading i2c-priv.h 2018-10-10 13:26:58 -04:00
i2c_qmsi.c drivers: i2c: enable logging for drivers loading i2c-priv.h 2018-10-10 13:26:58 -04:00
i2c_sam_twi.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_sam_twihs.c drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
i2c_sbcon.c
i2c-priv.h drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig drivers: i2c: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig.dw kconfig: Hide the DesignWare I2C driver on unsupported platforms 2018-10-25 07:32:05 +01:00
Kconfig.esp32
Kconfig.gpio
Kconfig.nrfx
Kconfig.qmsi
Kconfig.sbcon
Kconfig.stm32