Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 1 | # Makefile version of include/config_uncmd_spl.h |
| 2 | # |
Tom Rini | f32c864 | 2016-01-14 18:24:44 -0500 | [diff] [blame] | 3 | # SPDX-License-Identifier: GPL-2.0+ |
| 4 | # |
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 5 | # TODO: Invent a better way |
| 6 | |
| 7 | ifdef CONFIG_SPL_BUILD |
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 8 | |
| 9 | ifndef CONFIG_SPL_DM |
| 10 | CONFIG_DM_SERIAL= |
| 11 | CONFIG_DM_GPIO= |
| 12 | CONIFG_DM_I2C= |
| 13 | CONFIG_DM_SPI= |
| 14 | CONFIG_DM_SPI_FLASH= |
| 15 | endif |
| 16 | |
Masahiro Yamada | e02ee25 | 2015-02-24 22:26:20 +0900 | [diff] [blame] | 17 | endif |