mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
The I2C_TRANSFER method is no longer optional
This commit is contained in:
@@ -1155,7 +1155,6 @@ Configuration sub-directories
|
||||
CONFIG_SAMV7_TWIHS0_FREQUENCY=100000
|
||||
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
|
||||
7. TWIHS0 is used to support 256 byte non-volatile storage. This EEPROM
|
||||
holds the assigned MAC address which is necessary for networking. The
|
||||
@@ -1307,7 +1306,6 @@ Configuration sub-directories
|
||||
CONFIG_SAMV7_TWIHS0_FREQUENCY=100000
|
||||
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
|
||||
CONFIG_SYSTEM_I2CTOOL=y
|
||||
CONFIG_I2CTOOL_MINBUS=0
|
||||
|
||||
@@ -504,7 +504,6 @@ CONFIG_DEV_NULL=y
|
||||
# CONFIG_ARCH_HAVE_I2CRESET is not set
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
# CONFIG_I2C_POLLED is not set
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
CONFIG_SPI=y
|
||||
|
||||
@@ -493,7 +493,6 @@ CONFIG_DEV_NULL=y
|
||||
# CONFIG_ARCH_HAVE_I2CRESET is not set
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
# CONFIG_I2C_POLLED is not set
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
CONFIG_SPI=y
|
||||
|
||||
Reference in New Issue
Block a user