Now that I2C drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Typically the Kconfig.defconfig* will blindly enable a sensor and not respect the devicetree state of the I2C. Additionally we can get problems with prj.conf/defconfig getting incorrectly overridden. Signed-off-by: Kumar Gala <galak@kernel.org>
8 lines
194 B
Text
8 lines
194 B
Text
# Silicon Labs EFM32PG-STK3402A platform configuration options
|
|
|
|
# Copyright (c) 2018 Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FLASH_GECKO
|
|
default y
|
|
depends on FLASH
|