i2c: remove Kconfig.defconfig setting of I2C drivers
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>
This commit is contained in:
parent
bd0a34c4d0
commit
5c57a36f9d
54 changed files with 2 additions and 233 deletions
|
@ -7,10 +7,6 @@ config GPIO_GECKO
|
|||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2018 Marcio Montenegro
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2019 Lemonbeat GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2020 Rafael Dias Menezes
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2017 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2020 Piotr Mienkowski
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2018 Christian Taedcke
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
# Copyright (c) 2018 Diego Sueiro
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
|
@ -7,10 +7,6 @@ config GPIO_GECKO
|
|||
default y
|
||||
depends on GPIO || LOG_BACKEND_SWO
|
||||
|
||||
config I2C_GECKO
|
||||
default y
|
||||
depends on I2C
|
||||
|
||||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue