X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_i2c.h;h=ea599a810bd57531f4cdec79fbd7282d79b99b56;hb=1997bcac9db9a289afa5ca6d4fea4b75aef329d6;hp=af36e6b621627ab0e077be6658503920dcec9e43;hpb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;p=bertos.git diff --git a/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_i2c.h b/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_i2c.h index af36e6b6..ea599a81 100644 --- a/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_i2c.h +++ b/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_i2c.h @@ -32,8 +32,6 @@ * * \brief Configuration file for I2C module. * - * \version $Id$ - * * \author Daniele Basile */ @@ -58,16 +56,11 @@ #define CONFIG_I2C_START_TIMEOUT 100 /** - * I2C backend the driver should use. - * - * I2C_BACKEND_BUILTIN: Use (if present) the builtin i2c hardware. - * I2C_BACKEND_BITBANG: Use the emulated bitbang driver. - * \see drv/i2c.h for more information. + * Check this to disable I2c deprecated API support. * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "i2c_backend" + * $WIZ$ type = "boolean" */ -#define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN +#define CONFIG_I2C_DISABLE_OLD_API 0 /** * Module logging level.