[i2c] [PATCH 1/1] Input/Joystick Driver: add support AD7142 joystick driver
Bryan Wu
cooloney at kernel.org
Wed Mar 26 11:47:28 CET 2008
> > diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
> > index 7c662ee..e65aeb6 100644
> > --- a/drivers/input/joystick/Kconfig
> > +++ b/drivers/input/joystick/Kconfig
> > @@ -282,4 +282,10 @@ config JOYSTICK_XPAD_LEDS
> > This option enables support for the LED which surrounds the Big X on
> > XBox 360 controller.
> >
> > +config JOYSTICK_AD7142
> > + tristate "Analog Devices AD7142 Joystick support"
> > + depends on BLACKFIN && I2C
> does this really have to depend on Blackfin?
>
> regards,
>
> Andre
>
Right, I think it is ok for other architecture, while I only tested on Blackfin.
I will remove this depends.
Thanks
-Bryan
More information about the i2c
mailing list