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

29 lines
807 B
Diff

diff -drupN a/drivers/char/sunxi-sysinfo/Kconfig b/drivers/char/sunxi-sysinfo/Kconfig
--- a/drivers/char/sunxi-sysinfo/Kconfig 1970-01-01 03:00:00.000000000 +0300
+++ b/drivers/char/sunxi-sysinfo/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -0,0 +1,24 @@
+#
+# sunxi system information driver.
+#
+
+config SUNXI_SYS_INFO
+ tristate "sunxi system info driver"
+ default y
+ help
+ This driver is used for query system information.
+ If you don't know whether need it, please select y.
+
+config SUNXI_QA_TEST
+ bool "sunxi QA test"
+ depends on SUNXI_SYS_INFO
+ help
+ support sunxi QA test.
+
+config SUNXI_SMC
+ bool "sunxi smc interfaces"
+ default n
+ help
+ This driver support smc call interfaces depended on
+ monitor/aft/SecureOs. If you don't know whether need
+ it, please select y.