drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git] / src / mainboard / google / smaug / bct / Makefile.mk
blob68449bf4fc7acdecb73d5e6a6a9d73ca8e4cfd38
1 ## SPDX-License-Identifier: GPL-2.0-only
3 bct-cfg-$(CONFIG_SMAUG_BCT_CFG_EMMC) += emmc.cfg
4 bct-cfg-$(CONFIG_SMAUG_BCT_CFG_SPI) += spi.cfg
5 bct-cfg-y += odmdata.cfg
6 bct-cfg-y += jtag.cfg
7 #NOTE: When full LPDDR4 SDRAM config is done in romstage, remove this
8 bct-cfg-$(CONFIG_BOOTROM_SDRAM_INIT) += sdram-samsung-204.cfg
10 # Note when SDRAM config (sdram-*.cfg) files are changed, we have to regenerate
11 # the include files (sdram-*.inc) by running "./cfg2inc.sh sdram-*.cfg".
12 # TODO(hungte) Change cfg2inc.sh to NVIDIA's official tool in cbootimage.