blob: ba267d9ac6e59349518436582041356a808164f9 [file] [log] [blame]
Fuchsia firmware team46a8da22021-12-15 10:56:53 +08001# 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_GPIO=
10CONFIG_DM_I2C=
11CONFIG_DM_SPI=
12CONFIG_DM_SPI_FLASH=
13endif
14
15endif