public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* I2C_PARPORT_LIGHT dependence problem
@ 2008-01-19 18:37 Adam Turk
  2008-01-20 10:11 ` Jean Delvare
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Turk @ 2008-01-19 18:37 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA, i2c-GZX6beZjE8VD60Wz+7aTrA


[-- Attachment #1.1: Type: text/plain, Size: 839 bytes --]


Hello,

I am updating an old config to run on 2.6.23.14 and noticed I am still prompted for I2C_PARPORT_LIGHT even though I don't have the parallel port driver enabled.  Shouldn't I2C_PARPORT_LIGHT depend on the parallel port being selected?  Please email me as I am not subscribed to either list.

Thanks,

Symbol: I2C_PARPORT_LIGHT [=n]
  │ Prompt: Parallel port adapter (light)
  │   Defined at drivers/i2c/busses/Kconfig:348
  │   Depends on: I2C
  │   Location:
  │     -> Device Drivers
  │       -> I2C support (I2C [=m])
  │         -> I2C Hardware Bus support
  │   Selects: I2C_ALGOBIT

_________________________________________________________________
Climb to the top of the charts! Play the word scramble challenge with star power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan

[-- Attachment #1.2: Type: text/html, Size: 1228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I2C_PARPORT_LIGHT dependence problem
  2008-01-19 18:37 I2C_PARPORT_LIGHT dependence problem Adam Turk
@ 2008-01-20 10:11 ` Jean Delvare
       [not found]   ` <20080120111151.08b0266a-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2008-01-20 10:11 UTC (permalink / raw)
  To: Adam Turk; +Cc: linux-kernel, i2c

Hi Adam,

On Sat, 19 Jan 2008 13:37:05 -0500, Adam Turk wrote:
> I am updating an old config to run on 2.6.23.14 and noticed I am
> still prompted for I2C_PARPORT_LIGHT even though I don't have
> the parallel port driver enabled.  Shouldn't I2C_PARPORT_LIGHT
> depend on the parallel port being selected? (...)
> 
> Symbol: I2C_PARPORT_LIGHT [=n]
>   │ Prompt: Parallel port adapter (light)
>   │   Defined at drivers/i2c/busses/Kconfig:348
>   │   Depends on: I2C
>   │   Location:
>   │     -> Device Drivers
>   │       -> I2C support (I2C [=m])
>   │         -> I2C Hardware Bus support
>   │   Selects: I2C_ALGOBIT

The help text says:

"This driver is a light version of i2c-parport.  It doesn't depend on
the parport driver, and uses direct I/O access instead."

So I think that the (lack of) dependencies is correct. We don't want to
force the user to select PARPORT (and built the parport driver) to get
access to the i2c-parport-light driver which does NOT need this parport
driver.

-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I2C_PARPORT_LIGHT dependence problem
       [not found]   ` <20080120111151.08b0266a-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
@ 2008-01-21  2:12     ` Adam Turk
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Turk @ 2008-01-21  2:12 UTC (permalink / raw)
  To: Jean Delvare; +Cc: i2c-GZX6beZjE8VD60Wz+7aTrA


> Date: Sun, 20 Jan 2008 11:11:51 +0100
> From: khali@linux-fr.org
> To: bofh1234@hotmail.com
> CC: linux-kernel@vger.kernel.org; i2c@lm-sensors.org
> Subject: Re: I2C_PARPORT_LIGHT dependence problem
>
> Hi Adam,
>
> On Sat, 19 Jan 2008 13:37:05 -0500, Adam Turk wrote:
>> I am updating an old config to run on 2.6.23.14 and noticed I am
>> still prompted for I2C_PARPORT_LIGHT even though I don't have
>> the parallel port driver enabled. Shouldn't I2C_PARPORT_LIGHT
>> depend on the parallel port being selected? (...)
>>
>> Symbol: I2C_PARPORT_LIGHT [=n]
>> │ Prompt: Parallel port adapter (light)
>> │ Defined at drivers/i2c/busses/Kconfig:348
>> │ Depends on: I2C
>> │ Location:
>> │ -> Device Drivers
>> │ -> I2C support (I2C [=m])
>> │ -> I2C Hardware Bus support
>> │ Selects: I2C_ALGOBIT
>
> The help text says:
>
> "This driver is a light version of i2c-parport. It doesn't depend on
> the parport driver, and uses direct I/O access instead."
>
> So I think that the (lack of) dependencies is correct. We don't want to
> force the user to select PARPORT (and built the parport driver) to get
> access to the i2c-parport-light driver which does NOT need this parport
> driver.
>
> --
> Jean Delvare

Thanks for the clarification.
Adam
_________________________________________________________________
Shed those extra pounds with MSN and The Biggest Loser!
http://biggestloser.msn.com/
_______________________________________________
i2c mailing list
i2c@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/i2c

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-21  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-19 18:37 I2C_PARPORT_LIGHT dependence problem Adam Turk
2008-01-20 10:11 ` Jean Delvare
     [not found]   ` <20080120111151.08b0266a-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2008-01-21  2:12     ` Adam Turk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox