zephyr/arch/x86
Piotr Mienkowski a8de9ff438 drivers: i2c: rename IRQ SHARED/DIRECT Kconfig options
I2C_SHARED_IRQ, I2C_0_IRQ_SHARED, I2C_0_IRQ_DIRECT Kconfig options
are DW driver specific. Its presence is confusing for a user of any
other I2C driver than DW. This patch renames these options to include
DW string and makes it visible only for DW I2C driver. This is a
similar implementation to that used by ETH DW Ethernet driver.

Change-Id: I795506f9b103c028a22317df9ad632dce5cd1343
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-04-14 01:58:33 +00:00
..
core kernel: remove remaining microkernel references 2017-04-10 20:21:05 +00:00
debug build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
include debug: rename variable CONFIG_GDB_RAM_SIZE 2017-04-11 03:14:24 +00:00
soc drivers: i2c: rename IRQ SHARED/DIRECT Kconfig options 2017-04-14 01:58:33 +00:00
Kbuild x86: improve exception APIs 2016-07-28 18:13:24 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile build: move qemu definitions to boards 2017-01-10 20:20:47 +00:00
Makefile.idt build: Separate out prebuilt kernel logic from toplevel 2017-02-08 19:11:10 +00:00
defconfig