Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 1 | # Makefile version of include/config_uncmd_spl.h |
2 | # | ||||
3 | # TODO: Invent a better way | ||||
4 | |||||
5 | ifdef CONFIG_SPL_BUILD | ||||
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 6 | |
7 | ifndef CONFIG_SPL_DM | ||||
8 | CONFIG_DM_SERIAL= | ||||
9 | CONFIG_DM_GPIO= | ||||
10 | CONIFG_DM_I2C= | ||||
11 | CONFIG_DM_SPI= | ||||
12 | CONFIG_DM_SPI_FLASH= | ||||
13 | endif | ||||
14 | |||||
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 15 | endif |