zephyr/kernel
Marti Bolivar 4995820acf dts: i2c: fix build issue by defaulting HAS_DTS_I2C to n
Commit 1bc2fdc70 ("dts: arm: STM32 boards use DT to configure I2C")
added a new Kconfig option, HAS_DTS_I2C, which should be set when the
target supports configuration of I2C peripherals via Device Tree.

Currently, STM32 targets select this. However, the fact that
HAS_DTS_I2C has no default is causing prompting when building Zephyr
on other targets with DTS. To avoid this and allow builds to complete
as usual, have HAS_DTS_I2C default to n.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-07-12 10:40:28 -05:00
..
configs
include
alert.c kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
atomic_c.c
compiler_stack_protect.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
device.c
errno.c
idle.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
init.c kernel: add early init routines for app RAM 2017-06-29 07:46:58 -04:00
int_latency_bench.c
Kconfig dts: i2c: fix build issue by defaulting HAS_DTS_I2C to n 2017-07-12 10:40:28 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
Makefile
mem_slab.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
mempool.c
msg_q.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
mutex.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
pipes.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
poll.c
queue.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
sched.c
sem.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
stack.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
sys_clock.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
system_work_q.c
thread_abort.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
thread.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
timer.c
version.c
work_q.c