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 | ||||
6 | CONFIG_OF_CONTROL= | ||||
7 | |||||
8 | ifndef CONFIG_SPL_DM | ||||
9 | CONFIG_DM_SERIAL= | ||||
10 | CONFIG_DM_GPIO= | ||||
11 | CONIFG_DM_I2C= | ||||
12 | CONFIG_DM_SPI= | ||||
13 | CONFIG_DM_SPI_FLASH= | ||||
14 | endif | ||||
15 | |||||
Masahiro Yamada | d648964 | 2015-02-24 22:26:21 +0900 | [diff] [blame] | 16 | CONFIG_DM_DEVICE_REMOVE= |
17 | |||||
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 18 | endif |