Kconfig 603 B

1234567891011121314151617181920212223
  1. #
  2. # Generic HWSPINLOCK framework
  3. #
  4. config HWSPINLOCK
  5. tristate "Generic Hardware Spinlock framework"
  6. depends on ARCH_OMAP4
  7. help
  8. Say y here to support the generic hardware spinlock framework.
  9. You only need to enable this if you have hardware spinlock module
  10. on your system (usually only relevant if your system has remote slave
  11. coprocessors).
  12. If unsure, say N.
  13. config HWSPINLOCK_OMAP
  14. tristate "OMAP Hardware Spinlock device"
  15. depends on HWSPINLOCK && ARCH_OMAP4
  16. help
  17. Say y here to support the OMAP Hardware Spinlock device (firstly
  18. introduced in OMAP4).
  19. If unsure, say N.