summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-14 23:42:07 +0000
committerandrew <andrew@FreeBSD.org>2016-02-14 23:42:07 +0000
commite485f8d75480824c078b2e8bb92cb1caf8332187 (patch)
tree94fb34bcf5e08f33d3d92911ba8941229792b863 /sys/arm
parentff82ae2996b5d68c83c65659f53702fd094e96fb (diff)
downloadFreeBSD-src-e485f8d75480824c078b2e8bb92cb1caf8332187.zip
FreeBSD-src-e485f8d75480824c078b2e8bb92cb1caf8332187.tar.gz
Create the twsi device option in preparation to move the driver to a common
location. The device is also found in Allwinner SoCs. Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/ARMADA38X1
-rw-r--r--sys/arm/conf/ARMADAXP1
-rw-r--r--sys/arm/conf/DB-78XXX1
-rw-r--r--sys/arm/conf/DB-88F5XXX1
-rw-r--r--sys/arm/conf/DB-88F6XXX1
-rw-r--r--sys/arm/conf/DOCKSTAR1
-rw-r--r--sys/arm/conf/DREAMPLUG-10011
-rw-r--r--sys/arm/conf/NOTES3
-rw-r--r--sys/arm/mv/files.mv2
9 files changed, 11 insertions, 1 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index ede1b74..d6b3664 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -78,6 +78,7 @@ device da
# I2C
device iic
device iicbus
+device twsi
#FDT
options FDT
diff --git a/sys/arm/conf/ARMADAXP b/sys/arm/conf/ARMADAXP
index f1b2776..a57f783 100644
--- a/sys/arm/conf/ARMADAXP
+++ b/sys/arm/conf/ARMADAXP
@@ -90,6 +90,7 @@ device uart
# I2C (TWSI)
device iic
device iicbus
+device twsi
#Network
device ether
diff --git a/sys/arm/conf/DB-78XXX b/sys/arm/conf/DB-78XXX
index d40990b..d387ca3 100644
--- a/sys/arm/conf/DB-78XXX
+++ b/sys/arm/conf/DB-78XXX
@@ -82,6 +82,7 @@ device da
# I2C (TWSI)
device iic
device iicbus
+device twsi
device ds133x
# SATA
diff --git a/sys/arm/conf/DB-88F5XXX b/sys/arm/conf/DB-88F5XXX
index 28f448a..4e6f7f8 100644
--- a/sys/arm/conf/DB-88F5XXX
+++ b/sys/arm/conf/DB-88F5XXX
@@ -74,6 +74,7 @@ options HZ=1000
# I2C (TWSI)
device iic
device iicbus
+device twsi
device ds133x
# USB
diff --git a/sys/arm/conf/DB-88F6XXX b/sys/arm/conf/DB-88F6XXX
index 9dafb82..09e5f0b 100644
--- a/sys/arm/conf/DB-88F6XXX
+++ b/sys/arm/conf/DB-88F6XXX
@@ -87,6 +87,7 @@ device da
# I2C (TWSI)
device iic
device iicbus
+device twsi
# SATA
device mvs
diff --git a/sys/arm/conf/DOCKSTAR b/sys/arm/conf/DOCKSTAR
index c643b92..9a138bf 100644
--- a/sys/arm/conf/DOCKSTAR
+++ b/sys/arm/conf/DOCKSTAR
@@ -117,6 +117,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
# I2C (TWSI)
device iic
device iicbus
+device twsi
# Sound
device sound
diff --git a/sys/arm/conf/DREAMPLUG-1001 b/sys/arm/conf/DREAMPLUG-1001
index b5f4bd4..5391d18 100644
--- a/sys/arm/conf/DREAMPLUG-1001
+++ b/sys/arm/conf/DREAMPLUG-1001
@@ -121,6 +121,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
# I2C (TWSI)
device iic
device iicbus
+device twsi
# GPIO
device gpio
diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
index db64f8e..d32e6d6 100644
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -51,6 +51,9 @@ device at91_board_tsc4370
device at91rm9200
device nand
+# IIC
+device twsi
+
nooptions SMP
nooptions MAXCPU
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv
index 791ef00..33a7711 100644
--- a/sys/arm/mv/files.mv
+++ b/sys/arm/mv/files.mv
@@ -19,7 +19,7 @@ arm/mv/mv_machdep.c standard
arm/mv/mv_pci.c optional pci
arm/mv/mv_ts.c standard
arm/mv/timer.c standard
-arm/mv/twsi.c optional iicbus
+arm/mv/twsi.c optional twsi
dev/cesa/cesa.c optional cesa
dev/mge/if_mge.c optional mge
OpenPOWER on IntegriCloud