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:
parent
db7365e286
commit
47d17f4542
1 changed files with 0 additions and 21 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue