zephyr/drivers/i2c
Andre Guedes 536d6ec396 i2c: Remove default value from platform-specific options
This patch removes the default value from some platform/SoC specific
options which are declared in drivers/i2c/Kconfig because 1) most of
the time they are not valid values and 2) the correct values are
already set in the SoC Kconfig.

It also moves the interrupt priority definition from the driver's
Kconfig to the platform's Kconfig since it is a platform-specific
configuration.

Change-Id: If3c260b9a2fa095de47a99eb7fa5b947efefe9b1
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-24 14:34:24 -03:00
..
i2c_atmel_sam3.c i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_atmel_sam3.h i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_dw_registers.h struct packing 2016-02-10 16:21:26 +00:00
i2c_dw.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
i2c_dw.h struct packing 2016-02-10 16:21:26 +00:00
i2c_qmsi.c i2c: Enable QMSI driver for Quark D2000 2016-02-20 02:51:49 +00:00
i2c_quark_se_ss_registers.h i2c/i2c_quark_se_ss: extends to do multi-byte read requests 2016-02-05 20:25:16 -05:00
i2c_quark_se_ss.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
i2c_quark_se_ss.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
Kconfig i2c: Remove default value from platform-specific options 2016-02-24 14:34:24 -03:00
Kconfig.atmel_sam3 i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
Makefile i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00