1config DREAM
2 tristate "HTC Dream support"
3 depends on MACH_TROUT
4
5if DREAM
6
7source "drivers/staging/dream/camera/Kconfig"
8
9config INPUT_GPIO
10 tristate "GPIO driver support"
11 help
12 Say Y here if you want to support gpio based keys, wheels etc...
13endif
14