staging: west bridge: cyasgadget, remove file system / vfs calls
[pandora-kernel.git] / drivers / staging / westbridge / Kconfig
1 #
2 # West Bridge configuration
3 #
4
5 menuconfig WESTBRIDGE
6         tristate "West Bridge support"
7         depends on WESTBRIDGE_HAL_SELECTED
8         help
9           This selects West Bridge Peripheral controller support.
10
11           If you want West Bridge support, you should say Y here.
12
13 menuconfig WESTBRIDGE_ASTORIA
14         bool "West Bridge Astoria support"
15         depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
16         help
17                 This option enables support for West Bridge Astoria
18
19 if WESTBRIDGE_ASTORIA
20 source "drivers/staging/westbridge/astoria/Kconfig"
21 endif #WESTBRIDGE_ASTORIA
22
23 config  WESTBRIDGE_HAL_SELECTED
24         boolean
25
26 choice
27         prompt "West Bridge HAL"
28         help
29            West Bridge HAL/processor interface to be used
30
31 #
32 # HAL Layers
33 #
34
35 config 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
42 config MACH_NO_WESTBRIDGE
43         bool "no West Bridge HAL selected"
44         help
45            Do not include any HAL layer(de-activates West Bridge option)
46 endchoice
47
48 config 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
53           say N here.  This enables WESTBRIDGE core and driver debugging.