mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
platform: hp_accel: Add SERIO_I8042 as a dependency since it now includes i8042.h/serio.h
Make hp_accel dependent on SERIO_I8042 in the Kconfig because since commit
a4c724d072
('platform: hp_accel: add a i8042
filter to remove HPQ6000 data from kb bus stream') hp_accel includes i8042.h
and serio.h.
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
a4c724d072
commit
0cdbcd6d3e
@ -202,6 +202,7 @@ config TC1100_WMI
|
||||
config HP_ACCEL
|
||||
tristate "HP laptop accelerometer"
|
||||
depends on INPUT && ACPI
|
||||
depends on SERIO_I8042
|
||||
select SENSORS_LIS3LV02D
|
||||
select NEW_LEDS
|
||||
select LEDS_CLASS
|
||||
|
Loading…
Reference in New Issue
Block a user