2020-07-27 17:09:27 +02:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
if USEMODULE_PERIPH_SPI
|
2021-09-17 10:20:35 +02:00
|
|
|
|
|
|
|
# TODO: these modules are actually just artifacts from the way periph_init_%
|
|
|
|
# modules are handled in Makefile. We need to define them to keep the list the
|
|
|
|
# same for now. We should be able to remove them later on.
|
2020-07-27 17:09:27 +02:00
|
|
|
|
2021-10-01 12:41:03 +02:00
|
|
|
# Include CPU specific configurations
|
|
|
|
osource "$(RIOTCPU)/$(CPU)/periph/Kconfig.spi"
|
|
|
|
|
2024-03-26 10:41:15 +01:00
|
|
|
endif # USEMODULE_PERIPH_SPI
|