Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # West Bridge configuration
  3. #
  4. menuconfig WESTBRIDGE
  5. tristate "West Bridge support"
  6. depends on WESTBRIDGE_HAL_SELECTED
  7. help
  8. This selects West Bridge Peripheral controller support.
  9. If you want West Bridge support, you should say Y here.
  10. menuconfig WESTBRIDGE_ASTORIA
  11. bool "West Bridge Astoria support"
  12. depends on WESTBRIDGE != n && WESTBRIDGE_HAL_SELECTED
  13. help
  14. This option enables support for West Bridge Astoria
  15. if WESTBRIDGE_ASTORIA
  16. source "drivers/staging/westbridge/astoria/Kconfig"
  17. endif #WESTBRIDGE_ASTORIA
  18. config WESTBRIDGE_HAL_SELECTED
  19. boolean
  20. choice
  21. prompt "West Bridge HAL"
  22. help
  23. West Bridge HAL/processor interface to be used
  24. #
  25. # HAL Layers
  26. #
  27. config MACH_OMAP3_WESTBRIDGE_AST_PNAND_HAL
  28. bool "WESTBRIDGE OMAP3430 Astoria PNAND HAL"
  29. depends on ARCH_OMAP3
  30. select WESTBRIDGE_HAL_SELECTED
  31. help
  32. Include the OMAP3430 HAL for PNAND interface
  33. config MACH_NO_WESTBRIDGE
  34. bool "no West Bridge HAL selected"
  35. help
  36. Do not include any HAL layer(de-activates West Bridge option)
  37. endchoice
  38. config WESTBRIDGE_DEBUG
  39. bool "West Bridge debugging"
  40. depends on WESTBRIDGE != n
  41. help
  42. This is an option for use by developers; most people should
  43. say N here. This enables WESTBRIDGE core and driver debugging.