# # West Bridge configuration # menuconfig WESTBRIDGE tristate "West Bridge support" depends on HAS_IOMEM && BROKEN 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 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 bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL" depends on ARCH_OMAP3 && WESTBRIDGE_ASTORIA help Include the OMAP3430 Linux Based HAL 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.