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

48 lines
1.6 KiB
Diff

diff -drupN a/drivers/misc/Kconfig b/drivers/misc/Kconfig
--- a/drivers/misc/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/drivers/misc/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -766,6 +766,36 @@ config PANEL_BOOT_MESSAGE
An empty message will only clear the display at driver init time. Any other
printf()-formatted message is valid with newline and escape codes.
+config UID_SYS_STATS
+ bool "Per-UID statistics"
+ depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING
+ help
+ Per UID based cpu time statistics exported to /proc/uid_cputime
+ Per UID based io statistics exported to /proc/uid_io
+ Per UID based procstat control in /proc/uid_procstat
+
+config UID_SYS_STATS_DEBUG
+ bool "Per-TASK statistics"
+ depends on UID_SYS_STATS
+ default n
+ help
+ Per TASK based io statistics exported to /proc/uid_io
+
+config MEMORY_STATE_TIME
+ tristate "Memory freq/bandwidth time statistics"
+ depends on PROFILING
+ help
+ Memory time statistics exported to /sys/kernel/memory_state_time
+
+config SUNXI_SST_STORAGE
+ tristate "secure storage"
+ default n
+ help
+ Say Y here if you have a vibrator on your board.
+
+ To compile this driver as a module, choose M here: the
+ module will be called sunxi_storage.
+
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"
@@ -778,4 +808,6 @@ source "drivers/misc/mic/Kconfig"
source "drivers/misc/genwqe/Kconfig"
source "drivers/misc/echo/Kconfig"
source "drivers/misc/cxl/Kconfig"
+source "drivers/misc/sunxi-rf/Kconfig"
+source "drivers/misc/leds/Kconfig"
endmenu