mirror of
https://github.com/torvalds/linux.git
synced 2026-06-13 01:08:08 +02:00
* android-4.19: (1190 commits) ANDROID: update the ABI xml representation ANDROID: GKI: Enable V4L2 hidden configs ANDROID: GKI: Enable CONFIG_BACKLIGHT_CLASS_DEVICE in gki_defconfig ANDROID: Incremental fs: Add INCFS_IOC_PERMIT_FILL ANDROID: Incremental fs: Remove signature checks from kernel ANDROID: Incremental fs: Pad hash blocks ANDROID: Incremental fs: Make fill block an ioctl ANDROID: Incremental fs: Remove all access_ok checks Linux 4.19.111 batman-adv: Avoid free/alloc race when handling OGM2 buffer efi: Add a sanity check to efivar_store_raw() net/smc: cancel event worker during device removal net/smc: check for valid ib_client_data ipv6: restrict IPV6_ADDRFORM operation i2c: acpi: put device when verifying client fails iommu/vt-d: Ignore devices with out-of-spec domain number iommu/vt-d: Fix the wrong printing in RHSA parsing netfilter: nft_tunnel: add missing attribute validation for tunnels netfilter: nft_payload: add missing attribute validation for payload csum flags netfilter: cthelper: add missing attribute validation for cthelper ... Conflicts: arch/arm64/configs/gki_defconfig arch/x86/configs/gki_defconfig drivers/devfreq/Kconfig drivers/dma-buf/dma-buf.c include/linux/usb/quirks.h kernel/sched/topology.c Change-Id: Ibd305c952c16c253b34d822cf68c03f9ff5be7b3
49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
menuconfig PM_DEVFREQ_EVENT
|
|
bool "DEVFREQ-Event device Support"
|
|
help
|
|
The devfreq-event device provide the raw data and events which
|
|
indicate the current state of devfreq-event device. The provided
|
|
data from devfreq-event device is used to monitor the state of
|
|
device and determine the suitable size of resource to reduce the
|
|
wasted resource.
|
|
|
|
The devfreq-event device can support the various type of events
|
|
(e.g., raw data, utilization, latency, bandwidth). The events
|
|
may be used by devfreq governor and other subsystem.
|
|
|
|
if PM_DEVFREQ_EVENT
|
|
|
|
config DEVFREQ_EVENT_EXYNOS_NOCP
|
|
tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
|
|
depends on ARCH_EXYNOS || COMPILE_TEST
|
|
select PM_OPP
|
|
select REGMAP_MMIO
|
|
help
|
|
This add the devfreq-event driver for Exynos SoC. It provides NoC
|
|
(Network on Chip) Probe counters to measure the bandwidth of AXI bus.
|
|
|
|
config DEVFREQ_EVENT_EXYNOS_PPMU
|
|
tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
|
|
depends on ARCH_EXYNOS || COMPILE_TEST
|
|
select PM_OPP
|
|
help
|
|
This add the devfreq-event driver for Exynos SoC. It provides PPMU
|
|
(Platform Performance Monitoring Unit) counters to estimate the
|
|
utilization of each module.
|
|
|
|
config DEVFREQ_EVENT_ROCKCHIP_DFI
|
|
tristate "ROCKCHIP DFI DEVFREQ event Driver"
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
|
help
|
|
This add the devfreq-event driver for Rockchip SoC. It provides DFI
|
|
(DDR Monitor Module) driver to count ddr load.
|
|
|
|
config DEVFREQ_EVENT_ROCKCHIP_NOCP
|
|
tristate "ROCKCHIP NoC (Network On Chip) Probe DEVFREQ event Driver"
|
|
depends on ARCH_ROCKCHIP
|
|
help
|
|
This add the devfreq-event driver for Rockchip SoC. It provides NoC
|
|
(Network on Chip) Probe counters to monitor traffic statistics.
|
|
|
|
endif # PM_DEVFREQ_EVENT
|