firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-drivers_hwspinlock_Kc...

18 lines
530 B
Diff

diff -drupN a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
--- a/drivers/hwspinlock/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/drivers/hwspinlock/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -53,4 +53,13 @@ config HSEM_U8500
If unsure, say N.
+config HWSPINLOCK_SUNXI
+ tristate "SUNXI Hardware Spinlock device"
+ depends on ARCH_SUNXI
+ select HWSPINLOCK
+ help
+ Say y here to support the SUNXI Hardware Spinlock device.
+
+ If unsure, say N.
+
endmenu