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