mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 10:32:04 +08:00
iicbus: port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
627fd1624e
commit
4e1325a338
@@ -61,6 +61,10 @@ SYSINIT_DRIVER_REFERENCE(sdhci_ti, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc);
|
||||
SYSINIT_DRIVER_REFERENCE(cpsw, cpswss);
|
||||
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
|
||||
SYSINIT_DRIVER_REFERENCE(rtems_i2c, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(ofw_iicbus, rtems_i2c);
|
||||
SYSINIT_DRIVER_REFERENCE(iic, iicbus);
|
||||
SYSINIT_DRIVER_REFERENCE(iicbus, rtems_i2c);
|
||||
#ifdef RTEMS_BSD_MODULE_NET80211
|
||||
SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
|
||||
SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
|
||||
|
Reference in New Issue
Block a user