Kconfig 580 B

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