blob: 343c3fc199329ff5146dbc424253537cf3cf2c9f [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
6CONFIG_OF_CONTROL=
7
8ifndef CONFIG_SPL_DM
9CONFIG_DM_SERIAL=
10CONFIG_DM_GPIO=
11CONIFG_DM_I2C=
12CONFIG_DM_SPI=
13CONFIG_DM_SPI_FLASH=
14endif
15
Masahiro Yamadad6489642015-02-24 22:26:21 +090016CONFIG_DM_DEVICE_REMOVE=
17
Masahiro Yamadae02ee252015-02-24 22:26:20 +090018endif