blob: 2b1c2ae557b6ceed3ac67d879277daf8cd3aecae [file] [log] [blame]
David Cross81eb6692010-08-06 17:29:03 -07001#
2# West Bridge configuration
3#
4
5menuconfig WESTBRIDGE
6 tristate "West Bridge support"
David Cross4ecea3c2010-09-10 16:51:05 -07007 depends on WESTBRIDGE_HAL_SELECTED
David Cross81eb6692010-08-06 17:29:03 -07008 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"
David Cross4ecea3c2010-09-10 16:51:05 -070015 depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
David Cross81eb6692010-08-06 17:29:03 -070016 help
17 This option enables support for West Bridge Astoria
18
19if WESTBRIDGE_ASTORIA
20source "drivers/staging/westbridge/astoria/Kconfig"
21endif #WESTBRIDGE_ASTORIA
22
David Cross4ecea3c2010-09-10 16:51:05 -070023config WESTBRIDGE_HAL_SELECTED
24 boolean
25
26choice
27 prompt "West Bridge HAL"
David Cross81eb6692010-08-06 17:29:03 -070028 help
David Cross4ecea3c2010-09-10 16:51:05 -070029 West Bridge HAL/processor interface to be used
30
31#
32# HAL Layers
33#
34
35config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
36 bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
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"
44 help
45 Do not include any HAL layer(de-activates West Bridge option)
46endchoice
David Cross81eb6692010-08-06 17:29:03 -070047
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
Greg Kroah-Hartmanb0b57632010-08-30 17:29:22 -070053 say N here. This enables WESTBRIDGE core and driver debugging.