diff options
Diffstat (limited to 'sys/conf/NOTES')
| -rw-r--r-- | sys/conf/NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b6c703f1065a..7cec2936fd37 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2378,11 +2378,16 @@ device nmdm device meteor 1 +# +# options BKTR_USE_FREEBSD_SMBUS +# Compile with FreeBSD SMBus implementation +# # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need to have the following 3 lines in the kernel config. # device smbus # device iicbus # device iicbb +# device iicsmb # The iic and smb devices are only needed if you want to control other # I2C slaves connected to the external connector of some cards. # |
