Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219849
b: refs/heads/master
c: 4ecea3c
h: refs/heads/master
i:
  219847: 49aa222
v: v3
  • Loading branch information
David Cross authored and Greg Kroah-Hartman committed Sep 14, 2010
1 parent 9a1601c commit 86b4077
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8be11ffcf59e9bcb5f0a2a2b2e7b43d56c797b98
refs/heads/master: 4ecea3c51b42419d6cd314b3d36c6ceaa9c204e9
29 changes: 24 additions & 5 deletions trunk/drivers/staging/westbridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,46 @@

menuconfig WESTBRIDGE
tristate "West Bridge support"
depends on HAS_IOMEM && BROKEN
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
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

menuconfig MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
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 && WESTBRIDGE_ASTORIA
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
Include the OMAP3430 Linux Based HAL
Do not include any HAL layer(de-activates West Bridge option)
endchoice

config WESTBRIDGE_DEBUG
bool "West Bridge debugging"
Expand Down

0 comments on commit 86b4077

Please sign in to comment.