Kconfig 391 B

123456789101112131415161718192021
  1. #
  2. # Generic HWSPINLOCK framework
  3. #
  4. # HWSPINLOCK always gets selected by whoever wants it.
  5. config HWSPINLOCK
  6. tristate
  7. menu "Hardware Spinlock drivers"
  8. config HWSPINLOCK_OMAP
  9. tristate "OMAP Hardware Spinlock device"
  10. depends on ARCH_OMAP4
  11. select HWSPINLOCK
  12. help
  13. Say y here to support the OMAP Hardware Spinlock device (firstly
  14. introduced in OMAP4).
  15. If unsure, say N.
  16. endmenu