mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ced68011a7
PD#SWPL-104753 Problem: add hwspinlock driver Solution: add hwspinlock driver Verify: ay301 Change-Id: I00fe24c4e1557efbe9357f0c88c8aded28d9d7f9 Signed-off-by: hongyu.chen1 <hongyu.chen1@amlogic.com>
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
#
|
|
# Amlogic hwspinlock device configuration
|
|
#
|
|
|
|
menu "MESON hw spin lock Support"
|
|
|
|
config AMLOGIC_HWSPINLOCK
|
|
tristate "MESON HW SPIN LOCK"
|
|
select HWSPINLOCK
|
|
help
|
|
MESON HWSPIN LOCK.
|
|
.
|
|
.
|
|
.
|
|
|
|
endmenu
|