Now that I2C drivers are enabled based on devicetree we can remove any cases of them getting enabled by *defconfig and proj.conf files. Signed-off-by: Kumar Gala <galak@kernel.org>
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_EMUL=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SPI=y
|
|
CONFIG_EMUL_BMI160=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BMI160_TRIGGER_NONE=y
|