repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
drivers
/
smbus
/
Makefile.inc
blob
d478889b66580db69189391f40cd7a1bbb2375e5
1
ifeq ($(CONFIG_SC16IS7XX_INIT),y)
2
bootblock-y += sc16is7xx_init.c
3
romstage-y += sc16is7xx_init.c
4
endif
5
6
ifeq ($(CONFIG_CONSOLE_I2C_SMBUS),y)
7
all-y += i2c_smbus_console.c
8
endif