drivers/i2c: Switch to src/drivers/[X]/[Y]/ scheme
Reorder drivers to fit src/drivers/[X]/[Y]/ scheme to make them pluggable. Change-Id: Ia210e6832c18270043c0cb21b4881d9c802f3b2b Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/14058 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
c1e9d6b761
commit
1f83dd8fb6
|
@ -1,12 +0,0 @@
|
||||||
source src/drivers/i2c/adm1026/Kconfig
|
|
||||||
source src/drivers/i2c/adm1027/Kconfig
|
|
||||||
source src/drivers/i2c/adt7463/Kconfig
|
|
||||||
source src/drivers/i2c/at24rf08c/Kconfig
|
|
||||||
source src/drivers/i2c/i2cmux/Kconfig
|
|
||||||
source src/drivers/i2c/i2cmux2/Kconfig
|
|
||||||
source src/drivers/i2c/lm63/Kconfig
|
|
||||||
source src/drivers/i2c/rtd2132/Kconfig
|
|
||||||
source src/drivers/i2c/tpm/Kconfig
|
|
||||||
source src/drivers/i2c/w83793/Kconfig
|
|
||||||
source src/drivers/i2c/w83795/Kconfig
|
|
||||||
source src/drivers/i2c/ww_ring/Kconfig
|
|
|
@ -1,12 +0,0 @@
|
||||||
subdirs-y += adm1026
|
|
||||||
subdirs-y += adm1027
|
|
||||||
subdirs-y += adt7463
|
|
||||||
subdirs-y += at24rf08c
|
|
||||||
subdirs-y += i2cmux
|
|
||||||
subdirs-y += i2cmux2
|
|
||||||
subdirs-y += lm63
|
|
||||||
subdirs-y += rtd2132
|
|
||||||
subdirs-y += tpm
|
|
||||||
subdirs-y += w83793
|
|
||||||
subdirs-y += w83795
|
|
||||||
subdirs-y += ww_ring
|
|
Loading…
Reference in New Issue