Blame view

scripts/Makefile.uncmd_spl 276 Bytes
e02ee2548   Masahiro Yamada   kconfig: switch t...
1
2
  # Makefile version of include/config_uncmd_spl.h
  #
f32c86493   Tom Rini   scripts/Makefile*...
3
4
  # SPDX-License-Identifier:	GPL-2.0+
  #
e02ee2548   Masahiro Yamada   kconfig: switch t...
5
6
7
  # TODO: Invent a better way
  
  ifdef CONFIG_SPL_BUILD
e02ee2548   Masahiro Yamada   kconfig: switch t...
8
9
10
11
  
  ifndef CONFIG_SPL_DM
  CONFIG_DM_SERIAL=
  CONFIG_DM_GPIO=
448df354b   Peng Fan   scripts: spl: fix...
12
  CONFIG_DM_I2C=
e02ee2548   Masahiro Yamada   kconfig: switch t...
13
14
  CONFIG_DM_SPI=
  CONFIG_DM_SPI_FLASH=
1e02825ab   Ye Li   MLK-18654-3 spl: ...
15
  CONFIG_DM_USB=
e02ee2548   Masahiro Yamada   kconfig: switch t...
16
17
18
  endif
  
  endif