blob: 15d0836b49a9079122d72e5a05d30027c586fe6c [file] [log] [blame]
Masahiro Yamadae02ee252015-02-24 22:26:20 +09001# Makefile version of include/config_uncmd_spl.h
2#
Tom Rinif32c8642016-01-14 18:24:44 -05003# SPDX-License-Identifier: GPL-2.0+
4#
Masahiro Yamadae02ee252015-02-24 22:26:20 +09005# TODO: Invent a better way
6
7ifdef CONFIG_SPL_BUILD
Masahiro Yamadae02ee252015-02-24 22:26:20 +09008
9ifndef CONFIG_SPL_DM
10CONFIG_DM_SERIAL=
11CONFIG_DM_GPIO=
12CONIFG_DM_I2C=
13CONFIG_DM_SPI=
14CONFIG_DM_SPI_FLASH=
15endif
16
Masahiro Yamadae02ee252015-02-24 22:26:20 +090017endif