diff options
author | Ian Lepore <ian@FreeBSD.org> | 2017-07-29 23:45:57 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2017-07-29 23:45:57 +0000 |
commit | 207fe81ea8c559493ab2dd388fd879825ccb36d5 (patch) | |
tree | 80f7cefacd0ce7820f06678fa7d2f29869738fc6 /sys/conf | |
parent | ca3fec504252bc89e7cafa17f05b99400991fa12 (diff) | |
download | src-207fe81ea8c559493ab2dd388fd879825ccb36d5.tar.gz src-207fe81ea8c559493ab2dd388fd879825ccb36d5.zip |
Replace the pcf8563 i2c RTC driver with a new nxprtc driver which handles
all the chips in the NXP PCA212x and PCA/PCF85xx series. In addition to
supporting more chips, this driver uses the countdown timer on the chips as
a fractional seconds counter, giving it a resolution of about 15 milliseconds.
Notes
Notes:
svn path=/head/; revision=321708
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index cf8be1572ea9..67d8fb7d5298 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1737,8 +1737,8 @@ dev/iicbus/iicsmb.c optional iicsmb \ dependency "iicbus_if.h" dev/iicbus/iicoc.c optional iicoc dev/iicbus/lm75.c optional lm75 +dev/iicbus/nxprtc.c optional nxprtc | pcf8563 dev/iicbus/ofw_iicbus.c optional fdt iicbus -dev/iicbus/pcf8563.c optional pcf8563 dev/iicbus/s35390a.c optional s35390a dev/iir/iir.c optional iir dev/iir/iir_ctrl.c optional iir |