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
This commit is contained in:
Andrew Turner
2016-02-14 23:42:07 +00:00
parent f98d21e561
commit aa8dbafa71
9 changed files with 11 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ device da
# I2C
device iic
device iicbus
device twsi
#FDT
options FDT
+1
View File
@@ -90,6 +90,7 @@ device uart
# I2C (TWSI)
device iic
device iicbus
device twsi
#Network
device ether
+1
View File
@@ -82,6 +82,7 @@ device da
# I2C (TWSI)
device iic
device iicbus
device twsi
device ds133x
# SATA
+1
View File
@@ -74,6 +74,7 @@ options HZ=1000
# I2C (TWSI)
device iic
device iicbus
device twsi
device ds133x
# USB
+1
View File
@@ -87,6 +87,7 @@ device da
# I2C (TWSI)
device iic
device iicbus
device twsi
# SATA
device mvs
+1
View File
@@ -117,6 +117,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
# I2C (TWSI)
device iic
device iicbus
device twsi
# Sound
device sound
+1
View File
@@ -121,6 +121,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
# I2C (TWSI)
device iic
device iicbus
device twsi
# GPIO
device gpio
+3
View File
@@ -51,6 +51,9 @@ device at91_board_tsc4370
device at91rm9200
device nand
# IIC
device twsi
nooptions SMP
nooptions MAXCPU
+1 -1
View File
@@ -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