Kconfig 356 B

12345678910111213
  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.