2 # West Bridge configuration
6 tristate "West Bridge support"
7 depends on WESTBRIDGE_HAL_SELECTED
9 This selects West Bridge Peripheral controller support.
11 If you want West Bridge support, you should say Y here.
13 menuconfig WESTBRIDGE_ASTORIA
14 bool "West Bridge Astoria support"
15 depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
17 This option enables support for West Bridge Astoria
20 source "drivers/staging/westbridge/astoria/Kconfig"
21 endif #WESTBRIDGE_ASTORIA
23 config WESTBRIDGE_HAL_SELECTED
27 prompt "West Bridge HAL"
29 West Bridge HAL/processor interface to be used
35 config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
36 bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
38 select WESTBRIDGE_HAL_SELECTED
40 Include the OMAP3430 HAL for PNAND interface
42 config MACH_NO_WESTBRIDGE
43 bool "no West Bridge HAL selected"
45 Do not include any HAL layer(de-activates West Bridge option)
48 config WESTBRIDGE_DEBUG
49 bool "West Bridge debugging"
50 depends on WESTBRIDGE != n
52 This is an option for use by developers; most people should
53 say N here. This enables WESTBRIDGE core and driver debugging.