summaryrefslogtreecommitdiffstats
path: root/drivers/staging/westbridge/Kconfig
blob: 2b1c2ae557b6ceed3ac67d879277daf8cd3aecae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# West Bridge configuration
#

menuconfig WESTBRIDGE
	tristate "West Bridge support"
	depends on WESTBRIDGE_HAL_SELECTED
	help
	  This selects West Bridge Peripheral controller support.

	  If you want West Bridge support, you should say Y here.

menuconfig WESTBRIDGE_ASTORIA
	bool "West Bridge Astoria support"
	depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
	help
		This option enables support for West Bridge Astoria

if WESTBRIDGE_ASTORIA
source "drivers/staging/westbridge/astoria/Kconfig"
endif #WESTBRIDGE_ASTORIA

config	WESTBRIDGE_HAL_SELECTED
	boolean

choice
	prompt "West Bridge HAL"
	help
	   West Bridge HAL/processor interface to be used

#
# HAL Layers
#

config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
	bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
	depends on ARCH_OMAP3
	select WESTBRIDGE_HAL_SELECTED
	help
	   Include the OMAP3430 HAL for PNAND interface

config MACH_NO_WESTBRIDGE
	bool "no West Bridge HAL selected"
	help
	   Do not include any HAL layer(de-activates West Bridge option)
endchoice

config WESTBRIDGE_DEBUG
	bool "West Bridge debugging"
	depends on WESTBRIDGE != n
	help
	  This is an option for use by developers; most people should
	  say N here.  This enables WESTBRIDGE core and driver debugging.
OpenPOWER on IntegriCloud