Commit 0cdbcd6d authored by Giedrius Statkevicius's avatar Giedrius Statkevicius Committed by Darren Hart

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
a4c724d0 ('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: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarGiedrius Statkevičius <giedriuswork@gmail.com>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent a4c724d0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment