The I2C_TRANSFER method is no longer optional
This commit is contained in:
parent
981f0adc07
commit
6b449ac409
@ -445,7 +445,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 is not set
|
||||
|
@ -478,7 +478,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 is not set
|
||||
|
@ -671,7 +671,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -377,7 +377,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
|
||||
|
@ -421,7 +421,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
|
||||
|
@ -423,7 +423,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
|
||||
|
@ -163,7 +163,6 @@ Configurations
|
||||
|
||||
Drivers
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
|
||||
Applications -> System Add-Ons
|
||||
CONFIG_SYSTEM_I2CTOOL=y
|
||||
@ -214,7 +213,6 @@ Configurations
|
||||
|
||||
Drivers
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
|
||||
Applications -> System Add-Ons
|
||||
CONFIG_SYSTEM_I2CTOOL=y
|
||||
|
@ -427,7 +427,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET is not set
|
||||
|
@ -403,7 +403,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET is not set
|
||||
|
@ -668,7 +668,6 @@ CONFIG_CAN_NPENDINGRTR=4
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -2030,7 +2030,6 @@ I2C Tool
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Application Configuration -> NSH Library
|
||||
CONFIG_SYSTEM_I2CTOOL=y : Enable the I2C tool
|
||||
|
@ -2258,7 +2258,6 @@ AT24 Serial EEPROM
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Device Drivers -> Memory Technology Device (MTD) Support
|
||||
CONFIG_MTD=y : Enable MTD support
|
||||
@ -2312,7 +2311,6 @@ I2C Tool
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Application Configuration -> NSH Library
|
||||
CONFIG_SYSTEM_I2CTOOL=y : Enable the I2C tool
|
||||
|
@ -546,7 +546,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -524,7 +524,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET is not set
|
||||
|
@ -2580,7 +2580,6 @@ I2C Tool
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Application Configuration -> NSH Library
|
||||
CONFIG_SYSTEM_I2CTOOL=y : Enable the I2C tool
|
||||
@ -2978,7 +2977,6 @@ Audio Support
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Support the transfer method
|
||||
CONFIG_I2C_RESET=n : (Maybe y, if you have bus problems)
|
||||
|
||||
System Type -> SSC Configuration
|
||||
|
@ -508,7 +508,6 @@ CONFIG_DEV_RANDOM=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -636,7 +636,6 @@ CONFIG_DEV_RANDOM=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -636,7 +636,6 @@ CONFIG_DEV_RANDOM=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -610,7 +610,6 @@ CONFIG_DEV_RANDOM=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET=y
|
||||
|
@ -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
|
||||
|
@ -1938,7 +1938,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
|
||||
@ -2099,7 +2098,6 @@ Configuration sub-directories
|
||||
CONFIG_SAMV7_TWIHS0_FREQUENCY=100000
|
||||
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
|
||||
CONFIG_SYSTEM_I2CTOOL=y
|
||||
CONFIG_I2CTOOL_MINBUS=0
|
||||
|
@ -503,7 +503,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
|
||||
|
@ -494,7 +494,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
|
||||
|
@ -518,7 +518,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
|
||||
|
@ -499,7 +499,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
|
||||
|
@ -497,7 +497,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
|
||||
|
@ -463,7 +463,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -467,7 +467,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -679,7 +679,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -680,7 +680,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -577,7 +577,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -573,7 +573,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -674,7 +674,6 @@ CONFIG_DEV_RANDOM=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -682,7 +682,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -677,7 +677,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -682,7 +682,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -664,7 +664,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -572,7 +572,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
CONFIG_I2C=y
|
||||
# CONFIG_I2C_SLAVE is not set
|
||||
CONFIG_I2C_TRANSFER=y
|
||||
CONFIG_I2C_POLLED=y
|
||||
# CONFIG_I2C_TRACE is not set
|
||||
# CONFIG_I2C_RESET is not set
|
||||
|
@ -114,7 +114,6 @@ AT24 Serial EEPROM
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Device Drivers -> Memory Technology Device (MTD) Support
|
||||
CONFIG_MTD=y : Enable MTD support
|
||||
@ -176,7 +175,6 @@ I2C Tool
|
||||
|
||||
Device Drivers -> I2C Driver Support
|
||||
CONFIG_I2C=y : Enable I2C support
|
||||
CONFIG_I2C_TRANSFER=y : Driver supports the transfer() method
|
||||
|
||||
Application Configuration -> NSH Library
|
||||
CONFIG_SYSTEM_I2CTOOL=y : Enable the I2C tool
|
||||
|
@ -443,7 +443,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 is not set
|
||||
|
@ -468,7 +468,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 is not set
|
||||
|
@ -685,7 +685,6 @@ CONFIG_DEV_NULL=y
|
||||
CONFIG_ARCH_HAVE_I2CRESET=y
|
||||
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_I2C_RESET is not set
|
||||
|
Loading…
Reference in New Issue
Block a user