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
/
i2c
/
designware
/
Makefile.inc
blob
b960a1cac4eb826a4479a2ea50950a95d19ee03c
1
ifeq ($(CONFIG_DRIVERS_I2C_DESIGNWARE),y)
2
3
bootblock-y += dw_i2c.c
4
romstage-y += dw_i2c.c
5
verstage-y += dw_i2c.c
6
ramstage-y += dw_i2c.c
7
postcar-y += dw_i2c.c
8
9
endif