arm64: Add Allwinner I2C controller to GENERIC kernel

This commit is contained in:
Emmanuel Vadot 2017-07-09 12:53:02 +00:00
parent 50bb2d50e8
commit 0166fb5d59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320831
2 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,7 @@ device aw_rsb # Allwinner Reduced Serial Bus
device bcm2835_bsc # Broadcom BCM283x I2C bus
device iicbus
device iic
device twsi # Allwinner I2C controller
# Clock and reset controllers
device aw_ccu # Allwinner clock controller

View File

@ -158,6 +158,8 @@ dev/axgbe/xgbe-dev.c optional axgbe
dev/axgbe/xgbe-drv.c optional axgbe
dev/axgbe/xgbe-mdio.c optional axgbe
dev/cpufreq/cpufreq_dt.c optional cpufreq fdt
dev/iicbus/twsi/a10_twsi.c optional twsi fdt
dev/iicbus/twsi/twsi.c optional twsi fdt
dev/hwpmc/hwpmc_arm64.c optional hwpmc
dev/hwpmc/hwpmc_arm64_md.c optional hwpmc
dev/mbox/mbox_if.m optional soc_brcm_bcm2837