upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / gib / Kconfig
1 #
2 # GIB driver configuration
3 #
4
5 menuconfig GPS
6         tristate "GPS support"
7         depends on MACH_SMDK6450 || MACH_SMDKC210 || MACH_SMDKV310
8 if GPS
9 config GIB
10         bool "GIB support"
11
12 config GIB_DEBUG
13         boolean "Debug support for GIB drivers"
14         depends on GIB && DEBUG_KERNEL
15         help
16           Say "yes" to enable debug messaging (like dev_dbg and pr_debug),
17           sysfs, and debugfs support in GIB controller and protocol drivers.
18
19 #
20 # MASTER side ... talking to discrete GIB slave chips including microcontrollers
21 #
22 config GIB_S5P64XX
23         tristate "S5P64XX GIB Driver"
24         depends on GIB && MACH_SMDK6450
25         help
26           Say Y here to include support for GIB controller in the
27           Samsung S5P6450 based System-on-Chip devices.
28
29
30 config GIB_S5PV3XX
31         tristate "S5PV3XX GIB Driver"
32         depends on GIB && MACH_SMDKV310
33         help
34           Say Y here to include support for GIB controller in the
35           Samsung S5PV310 based System-on-Chip devices.
36
37 endif