blob: b3994110dc7437960f38ec0557891a78b0f525b4 [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=
Peng Fan448df352017-11-30 10:07:07 +080012CONFIG_DM_I2C=
Masahiro Yamadae02ee252015-02-24 22:26:20 +090013CONFIG_DM_SPI=
14CONFIG_DM_SPI_FLASH=
15endif
16
Masahiro Yamadae02ee252015-02-24 22:26:20 +090017endif