blob: 6ea097d36dd53ebfafed55f12781818f2c614e9c [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=
Peng Fan448df352017-11-30 10:07:07 +08009CONFIG_DM_I2C=
Masahiro Yamadae02ee252015-02-24 22:26:20 +090010CONFIG_DM_SPI=
11CONFIG_DM_SPI_FLASH=
12endif
13
Masahiro Yamadae02ee252015-02-24 22:26:20 +090014endif