soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / smbus / Makefile.inc
blobd478889b66580db69189391f40cd7a1bbb2375e5
1 ifeq ($(CONFIG_SC16IS7XX_INIT),y)
2 bootblock-y += sc16is7xx_init.c
3 romstage-y += sc16is7xx_init.c
4 endif
6 ifeq ($(CONFIG_CONSOLE_I2C_SMBUS),y)
7 all-y += i2c_smbus_console.c
8 endif