aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2016-03-11 20:37:43 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-04-19 18:36:54 +0200
commit1f83dd8fb6df65fe97de8b78aa038b682633b6d1 (patch)
tree4fcf58755adbc5af2dad25b4a8af43eb53954480 /src/drivers/i2c
parentc1e9d6b7613e49e18c37673079c704a75e3894b5 (diff)
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>
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r--src/drivers/i2c/Kconfig12
-rw-r--r--src/drivers/i2c/Makefile.inc12
2 files changed, 0 insertions, 24 deletions
diff --git a/src/drivers/i2c/Kconfig b/src/drivers/i2c/Kconfig
deleted file mode 100644
index 2831c3fe3a..0000000000
--- a/src/drivers/i2c/Kconfig
+++ /dev/null
@@ -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
diff --git a/src/drivers/i2c/Makefile.inc b/src/drivers/i2c/Makefile.inc
deleted file mode 100644
index c69dc02158..0000000000
--- a/src/drivers/i2c/Makefile.inc
+++ /dev/null
@@ -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