blob: ba267d9ac6e59349518436582041356a808164f9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Masahiro Yamadae02ee252015-02-24 22:26:20 +09002# Makefile version of include/config_uncmd_spl.h
Masahiro Yamadae02ee252015-02-24 22:26:20 +09003# TODO: Invent a better way
4
5ifdef CONFIG_SPL_BUILD
Masahiro Yamadae02ee252015-02-24 22:26:20 +09006
7ifndef CONFIG_SPL_DM
8CONFIG_DM_SERIAL=
9CONFIG_DM_GPIO=
Peng Fan448df352017-11-30 10:07:07 +080010CONFIG_DM_I2C=
Masahiro Yamadae02ee252015-02-24 22:26:20 +090011CONFIG_DM_SPI=
12CONFIG_DM_SPI_FLASH=
13endif
14
Masahiro Yamadae02ee252015-02-24 22:26:20 +090015endif