1# SPDX-License-Identifier: GPL-2.0+
2# Makefile version of include/config_uncmd_spl.h
3# TODO: Invent a better way
4
5ifdef CONFIG_SPL_BUILD
6
7ifndef CONFIG_SPL_DM
8CONFIG_DM_SERIAL=
9CONFIG_DM_I2C=
10CONFIG_DM_SPI=
11CONFIG_DM_SPI_FLASH=
12endif
13
14endif
15