|
@@ -42,14 +42,14 @@ config INPUT_M68K_BEEP
|
|
|
|
|
|
config INPUT_APANEL
|
|
|
tristate "Fujitsu Lifebook Application Panel buttons"
|
|
|
- depends on X86
|
|
|
- select I2C_I801
|
|
|
+ depends on X86 && I2C && LEDS_CLASS
|
|
|
select INPUT_POLLDEV
|
|
|
select CHECK_SIGNATURE
|
|
|
help
|
|
|
Say Y here for support of the Application Panel buttons, used on
|
|
|
Fujitsu Lifebook. These are attached to the mainboard through
|
|
|
- an SMBus interface managed by the I2C Intel ICH (i801) driver.
|
|
|
+ an SMBus interface managed by the I2C Intel ICH (i801) driver,
|
|
|
+ which you should also build for this kernel.
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
|
be called apanel.
|