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:
@@ -78,6 +78,7 @@ device da
|
||||
# I2C
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
|
||||
#FDT
|
||||
options FDT
|
||||
|
||||
@@ -90,6 +90,7 @@ device uart
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
|
||||
#Network
|
||||
device ether
|
||||
|
||||
@@ -82,6 +82,7 @@ device da
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
device ds133x
|
||||
|
||||
# SATA
|
||||
|
||||
@@ -74,6 +74,7 @@ options HZ=1000
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
device ds133x
|
||||
|
||||
# USB
|
||||
|
||||
@@ -87,6 +87,7 @@ device da
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
|
||||
# SATA
|
||||
device mvs
|
||||
|
||||
@@ -117,6 +117,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
|
||||
# Sound
|
||||
device sound
|
||||
|
||||
@@ -121,6 +121,7 @@ device u3g # USB-based 3G modems (Option, Huawei, Sierra)
|
||||
# I2C (TWSI)
|
||||
device iic
|
||||
device iicbus
|
||||
device twsi
|
||||
|
||||
# GPIO
|
||||
device gpio
|
||||
|
||||
@@ -51,6 +51,9 @@ device at91_board_tsc4370
|
||||
device at91rm9200
|
||||
device nand
|
||||
|
||||
# IIC
|
||||
device twsi
|
||||
|
||||
nooptions SMP
|
||||
nooptions MAXCPU
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user