From 47d17f45426815cc8d4e9f3ae4efea3f283b64eb Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 16 Dec 2024 15:32:20 +0100 Subject: [PATCH] boards: shields: sparkfun_carrier_asset_tracker: remove defconfig Shield was enabling some Kconfig options for no reason. Shields do not need to enable driver classes unconditionally, these are enabled either by drivers or samples that require them. Signed-off-by: Gerard Marull-Paretas --- .../Kconfig.defconfig | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 boards/shields/sparkfun_carrier_asset_tracker/Kconfig.defconfig diff --git a/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.defconfig b/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.defconfig deleted file mode 100644 index da44e62a05f..00000000000 --- a/boards/shields/sparkfun_carrier_asset_tracker/Kconfig.defconfig +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2024 Jerónimo Agulló -# SPDX-License-Identifier: Apache-2.0 - -if SHIELD_SPARKFUN_CARRIER_ASSET_TRACKER - -config SERIAL - default y - -config UART_INTERRUPT_DRIVEN - default y - -config UART_ASYNC_API - default y - -config I2C - default y - -config SPI - default y - -endif # SHIELD_SPARKFUN_CARRIER_ASSET_TRACKER