From: "Christian Gmeiner" <christian.gmeiner-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
Subject: [PATCH] Fix Kconfig for I2C-Algos
Date: Mon, 16 Jun 2008 17:24:59 +0000 [thread overview]
Message-ID: <3192d3cd0806161024u6a07abddpe4af78b3bb6ec4e7@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
HI,
this patch fixes wrong kconf file so that it will be possible to
select wanted i2c algorithms.
greets,
Christian Gmeiner
[-- Attachment #2: i2c_kconfig.patch --]
[-- Type: application/octet-stream, Size: 584 bytes --]
diff --git a/drivers/i2c/algos/Kconfig b/drivers/i2c/algos/Kconfig
index 7137a17..91d7fff 100644
--- a/drivers/i2c/algos/Kconfig
+++ b/drivers/i2c/algos/Kconfig
@@ -1,16 +1,19 @@
#
# I2C algorithm drivers configuration
#
+menu "I2C Algorithms"
config I2C_ALGOBIT
- tristate
+ tristate "I2C bit-banging interfaces"
config I2C_ALGOPCF
- tristate
+ tristate "I2C PCF 8584 interfaces"
config I2C_ALGOPCA
- tristate
+ tristate "I2C PCA 9564 interfaces"
config I2C_ALGO_SGI
- tristate
+ tristate "I2C SGI interfaces"
depends on SGI_IP22 || SGI_IP32 || X86_VISWS
+
+endmenu
[-- Attachment #3: Type: text/plain, Size: 157 bytes --]
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
next reply other threads:[~2008-06-16 17:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-16 17:24 Christian Gmeiner [this message]
[not found] ` <3192d3cd0806161024u6a07abddpe4af78b3bb6ec4e7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-16 18:15 ` [PATCH] Fix Kconfig for I2C-Algos Jean Delvare
[not found] ` <3192d3cd0806162300j2b8e93a4h3d3c17919d0d562@mail.gmail.com>
[not found] ` <3192d3cd0806162300j2b8e93a4h3d3c17919d0d562-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-17 6:01 ` Christian Gmeiner
[not found] ` <3192d3cd0806162301r1acdc66eo7f0676b17db8ddee-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-06-17 6:36 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3192d3cd0806161024u6a07abddpe4af78b3bb6ec4e7@mail.gmail.com \
--to=christian.gmeiner-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.