--- zzzz-none-000/linux-2.6.19.2/drivers/input/Kconfig 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/input/Kconfig 2007-05-23 11:48:53.000000000 +0000 @@ -87,6 +87,19 @@ screen resolution you are using to correctly scale the data. If you're not using a digitizer, this value is ignored. +config INPUT_MSP + tristate "Davinci MSP430 IR-Controller" + default n + +config INPUT_DIRECT_IR + tristate "Davinci direct IR-Controller via GPIO" + default n + +config INPUT_DIRECT_IR_GPIO + hex "GPIO used for direct IR" + depends on INPUT_DIRECT_IR + default 0 + config INPUT_JOYDEV tristate "Joystick interface" ---help---