summaryrefslogtreecommitdiff
path: root/drivers/hwspinlock/Kconfig
blob: de367fd2a9ac0274fd3bb88b770b46bb6fa2be42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menu "Hardware Spinlock Support"

config DM_HWSPINLOCK
	bool "Enable U-Boot hardware spinlock support"
	help
	  This option enables U-Boot hardware spinlock support

config HWSPINLOCK_SANDBOX
	bool "Enable Hardware Spinlock support for Sandbox"
	depends on SANDBOX && DM_HWSPINLOCK
	help
	  Enable hardware spinlock support in Sandbox. This is a dummy device that
	  can be probed and support all the methods of HWSPINLOCK, but does not
	  really do anything.

endmenu