blob: 40035468e76e9c627de1a9eb2281baf0ab789fc4 [file] [log] [blame]
Masahiro Yamadae02ee252015-02-24 22:26:20 +09001# Makefile version of include/config_uncmd_spl.h
2#
3# 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=
10CONIFG_DM_I2C=
11CONFIG_DM_SPI=
12CONFIG_DM_SPI_FLASH=
13endif
14
Masahiro Yamadae02ee252015-02-24 22:26:20 +090015endif