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 <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2024-12-16 15:32:20 +01:00 committed by Benjamin Cabé
parent db7365e286
commit 47d17f4542

View file

@ -1,21 +0,0 @@
# Copyright (c) 2024 Jerónimo Agulló <jeronimoagullo97@gmail.com>
# 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