Kconfig 499 B

123456789101112131415
  1. menuconfig RT_USING_HWSPINLOCK
  2. bool "Using Hardware Spinlock device drivers"
  3. depends on RT_USING_DM
  4. depends on RT_USING_OFW
  5. select RT_USING_ADT
  6. select RT_USING_ADT_REF
  7. default n
  8. help
  9. Hardware spinlock modules provide hardware assistance for
  10. synchronization and mutual exclusion between heterogeneous processors
  11. and those not operating under a single, shared operating system.
  12. if RT_USING_HWSPINLOCK
  13. osource "$(SOC_DM_HWSPINLOCK_DIR)/Kconfig"
  14. endif