Input: improve Kconfig help entries for HP Jornada devices
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
ed2fa4dd41
commit
4ff891eb3d
2 changed files with 9 additions and 11 deletions
|
@ -209,22 +209,22 @@ config KEYBOARD_HIL
|
||||||
to your machine, so normally you should say Y here.
|
to your machine, so normally you should say Y here.
|
||||||
|
|
||||||
config KEYBOARD_HP6XX
|
config KEYBOARD_HP6XX
|
||||||
tristate "HP Jornada 6XX Keyboard support"
|
tristate "HP Jornada 6xx keyboard"
|
||||||
depends on SH_HP6XX
|
depends on SH_HP6XX
|
||||||
select INPUT_POLLDEV
|
select INPUT_POLLDEV
|
||||||
help
|
help
|
||||||
This adds support for the onboard keyboard found on
|
Say Y here if you have a HP Jornada 620/660/680/690 and want to
|
||||||
HP Jornada 620/660/680/690.
|
support the built-in keyboard.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called jornada680_kbd.
|
module will be called jornada680_kbd.
|
||||||
|
|
||||||
config KEYBOARD_HP7XX
|
config KEYBOARD_HP7XX
|
||||||
tristate "HP Jornada 7XX Keyboard Driver"
|
tristate "HP Jornada 7xx keyboard"
|
||||||
depends on SA1100_JORNADA720_SSP && SA1100_SSP
|
depends on SA1100_JORNADA720_SSP && SA1100_SSP
|
||||||
help
|
help
|
||||||
Say Y here to add support for the HP Jornada 7xx (710/720/728)
|
Say Y here if you have a HP Jornada 710/720/728 and want to
|
||||||
onboard keyboard.
|
support the built-in keyboard.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called jornada720_kbd.
|
module will be called jornada720_kbd.
|
||||||
|
|
|
@ -115,19 +115,17 @@ config TOUCHSCREEN_MK712
|
||||||
module will be called mk712.
|
module will be called mk712.
|
||||||
|
|
||||||
config TOUCHSCREEN_HP600
|
config TOUCHSCREEN_HP600
|
||||||
tristate "HP Jornada 680/690 touchscreen"
|
tristate "HP Jornada 6xx touchscreen"
|
||||||
depends on SH_HP6XX && SH_ADC
|
depends on SH_HP6XX && SH_ADC
|
||||||
help
|
help
|
||||||
Say Y here if you have a HP Jornada 680 or 690 and want to
|
Say Y here if you have a HP Jornada 620/660/680/690 and want to
|
||||||
support the built-in touchscreen.
|
support the built-in touchscreen.
|
||||||
|
|
||||||
If unsure, say N.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called hp680_ts_input.
|
module will be called hp680_ts_input.
|
||||||
|
|
||||||
config TOUCHSCREEN_HP7XX
|
config TOUCHSCREEN_HP7XX
|
||||||
tristate "HP Jornada 710/720/728 touchscreen"
|
tristate "HP Jornada 7xx touchscreen"
|
||||||
depends on SA1100_JORNADA720_SSP
|
depends on SA1100_JORNADA720_SSP
|
||||||
help
|
help
|
||||||
Say Y here if you have a HP Jornada 710/720/728 and want
|
Say Y here if you have a HP Jornada 710/720/728 and want
|
||||||
|
|
Loading…
Reference in a new issue