diff options
Diffstat (limited to 'miscutils/i2c_tools.c')
-rw-r--r-- | miscutils/i2c_tools.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 6a2134063..610fed5d6 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -9,28 +9,28 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config I2CGET | 11 | //config:config I2CGET |
12 | //config: bool "i2cget (5.6 kb)" | 12 | //config: bool "i2cget (5.5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: Read from I2C/SMBus chip registers. | 16 | //config: Read from I2C/SMBus chip registers. |
17 | //config: | 17 | //config: |
18 | //config:config I2CSET | 18 | //config:config I2CSET |
19 | //config: bool "i2cset (6.9 kb)" | 19 | //config: bool "i2cset (6.7 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: select PLATFORM_LINUX | 21 | //config: select PLATFORM_LINUX |
22 | //config: help | 22 | //config: help |
23 | //config: Set I2C registers. | 23 | //config: Set I2C registers. |
24 | //config: | 24 | //config: |
25 | //config:config I2CDUMP | 25 | //config:config I2CDUMP |
26 | //config: bool "i2cdump (7.2 kb)" | 26 | //config: bool "i2cdump (7.1 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: select PLATFORM_LINUX | 28 | //config: select PLATFORM_LINUX |
29 | //config: help | 29 | //config: help |
30 | //config: Examine I2C registers. | 30 | //config: Examine I2C registers. |
31 | //config: | 31 | //config: |
32 | //config:config I2CDETECT | 32 | //config:config I2CDETECT |
33 | //config: bool "i2cdetect (7.2 kb)" | 33 | //config: bool "i2cdetect (7.1 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: select PLATFORM_LINUX | 35 | //config: select PLATFORM_LINUX |
36 | //config: help | 36 | //config: help |