Merge commit 'v2.6.37-rc1' into for-2.6.37
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / westbridge / Kconfig
CommitLineData
81eb669b
DC
1#
2# West Bridge configuration
3#
4
5menuconfig WESTBRIDGE
6 tristate "West Bridge support"
4ecea3c5 7 depends on WESTBRIDGE_HAL_SELECTED
81eb669b
DC
8 help
9 This selects West Bridge Peripheral controller support.
10
11 If you want West Bridge support, you should say Y here.
12
13menuconfig WESTBRIDGE_ASTORIA
14 bool "West Bridge Astoria support"
4ecea3c5 15 depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
81eb669b
DC
16 help
17 This option enables support for West Bridge Astoria
18
19if WESTBRIDGE_ASTORIA
20source "drivers/staging/westbridge/astoria/Kconfig"
21endif #WESTBRIDGE_ASTORIA
22
4ecea3c5
DC
23config WESTBRIDGE_HAL_SELECTED
24 boolean
25
26choice
27 prompt "West Bridge HAL"
28 help
29 West Bridge HAL/processor interface to be used
30
31#
32# HAL Layers
33#
34
35config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
81eb669b 36 bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
4ecea3c5
DC
37 depends on ARCH_OMAP3
38 select WESTBRIDGE_HAL_SELECTED
39 help
40 Include the OMAP3430 HAL for PNAND interface
41
42config MACH_NO_WESTBRIDGE
43 bool "no West Bridge HAL selected"
81eb669b 44 help
4ecea3c5
DC
45 Do not include any HAL layer(de-activates West Bridge option)
46endchoice
81eb669b
DC
47
48config WESTBRIDGE_DEBUG
49 bool "West Bridge debugging"
50 depends on WESTBRIDGE != n
51 help
52 This is an option for use by developers; most people should
b0b57633 53 say N here. This enables WESTBRIDGE core and driver debugging.