Skip to content

Commit

Permalink
i2c: Fix copy-n-paste in subsystem Kconfig
Browse files Browse the repository at this point in the history
i2c: Fix copy-n-paste in subsystem Kconfig

We have:
  drivers/i2c/Kconfig:2:# Character device configuration
Which is obviously not true..

Signed-off-by: Arthur Othieno <apgo@patchbomb.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arthur Othieno authored and Greg Kroah-Hartman committed Sep 26, 2006
1 parent a294de4 commit be53f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Character device configuration
# I2C subsystem configuration
#

menu "I2C support"
Expand Down

0 comments on commit be53f9b

Please sign in to comment.