Home
last modified time | relevance | path

Searched refs:ARM (Results 1 – 25 of 153) sorted by relevance

1234567

/drivers/iommu/arm/
A DKconfig2 # ARM IOMMU support
4 tristate "ARM Ltd. System MMU (SMMU) Support"
5 depends on ARM64 || ARM || COMPILE_TEST
9 select ARM_DMA_USE_IOMMU if ARM
11 Support for implementations of the ARM System MMU architecture
15 the ARM SMMU architecture.
62 bool "ARM SMMU QCOM implementation defined debug support"
77 tristate "ARM Ltd. System MMU Version 3 (SMMUv3) Support"
88 the ARM SMMUv3 architecture.
92 bool "Shared Virtual Addressing support for the ARM SMMUv3"
[all …]
/drivers/clk/versatile/
A DKconfig3 menu "Clock driver for ARM Reference designs"
5 depends on ARM || ARM64 || COMPILE_TEST
8 bool "Clock driver for ARM Reference designs ICST"
11 Supports clocking on ARM Reference designs:
16 bool "Clock driver for ARM SP810 System Controller"
17 default y if (ARCH_VEXPRESS && ARM)
20 of the ARM SP810 System Controller cell.
/drivers/gpu/drm/arm/
A DKconfig2 menu "ARM devices"
6 tristate "ARM HDLCD"
7 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
14 Choose this option if you have an ARM High Definition Colour LCD
29 tristate "ARM Mali Display Processor"
30 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
37 Choose this option if you want to compile the ARM Mali Display
/drivers/pinctrl/uniphier/
A DKconfig14 default ARM
18 default ARM
22 default ARM
26 default ARM
30 default ARM
34 default ARM
/drivers/soc/versatile/
A DKconfig3 # ARM Versatile SoC drivers
6 bool "SoC bus device for the ARM Integrator platform core modules"
10 Include support for the SoC bus on the ARM Integrator platform
15 bool "SoC bus device for the ARM RealView platforms"
19 Include support for the SoC bus on the ARM RealView platforms
/drivers/perf/
A DKconfig10 tristate "ARM CCI PMU driver"
11 depends on (ARM && CPU_V7) || ARM64
14 Support for PMU events monitoring on the ARM CCI (Cache Coherent
38 tristate "ARM CCN driver support"
39 depends on ARM || ARM64 || COMPILE_TEST
59 depends on ARM || ARM64
60 bool "ARM PMU framework"
137 tristate "ARM SMMUv3 Performance Monitors Extension"
147 depends on HW_PERF_EVENTS && ((ARM && CPU_V7) || ARM64)
148 bool "ARM PMUv3 support" if !ARM64
[all …]
/drivers/perf/arm_cspmu/
A DKconfig6 tristate "ARM Coresight Architecture PMU"
10 based on ARM CoreSight PMU architecture. Note that this PMU
11 architecture does not have relationship with the ARM CoreSight
19 (PMU) devices based on ARM CoreSight PMU architecture.
26 (PMU) devices based on ARM CoreSight PMU architecture.
/drivers/net/ethernet/faraday/
A DKconfig9 depends on ARM || COMPILE_TEST
22 depends on ARM || COMPILE_TEST
27 from Faraday. It is used on Faraday A320 and some other ARM SoC's.
31 depends on ARM || COMPILE_TEST
39 from Faraday. It is used on Faraday A369 and some other ARM SoC's.
/drivers/soc/tegra/
A DKconfig4 # 32-bit ARM SoCs
5 if ARM
22 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
36 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
48 ARM CortexA15MP CPU
59 ARM CortexA15MP CPU
63 # 64-bit ARM SoCs
/drivers/clk/samsung/
A DKconfig6 select S3C64XX_COMMON_CLK if ARM && ARCH_S3C64XX
7 select S5PV210_COMMON_CLK if ARM && ARCH_S5PV210
8 select EXYNOS_3250_COMMON_CLK if ARM && SOC_EXYNOS3250
9 select EXYNOS_4_COMMON_CLK if ARM && ARCH_EXYNOS4
10 select EXYNOS_5250_COMMON_CLK if ARM && SOC_EXYNOS5250
11 select EXYNOS_5260_COMMON_CLK if ARM && SOC_EXYNOS5260
12 select EXYNOS_5410_COMMON_CLK if ARM && SOC_EXYNOS5410
13 select EXYNOS_5420_COMMON_CLK if ARM && SOC_EXYNOS5420
/drivers/clk/rockchip/
A DKconfig21 depends on ARM || COMPILE_TEST
28 depends on ARM || COMPILE_TEST
35 depends on ARM || COMPILE_TEST
42 depends on ARM || COMPILE_TEST
49 depends on ARM || COMPILE_TEST
56 depends on ARM || COMPILE_TEST
63 depends on ARM || COMPILE_TEST
/drivers/clocksource/
A DKconfig104 depends on ARM || ARM64
112 depends on ARM
126 depends on ARM
216 depends on ARM
250 depends on ARM || ARM64
264 depends on ARM
392 depends on ARM
455 depends on ARM || ARM64
576 depends on ARM
693 depends on ARM
[all …]
/drivers/cpuidle/
A DKconfig.arm3 # ARM CPU Idle drivers
6 bool "Generic ARM CPU idle Driver"
7 depends on ARM
11 Select this to enable generic cpuidle driver for ARM.
23 Select this to enable PSCI firmware based CPUidle driver for ARM.
47 bool "Support for ARM big.LITTLE processors"
55 ARM systems. Driver manages CPUs coordination through MCPM and
/drivers/gpu/drm/lima/
A DKconfig5 tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
7 depends on ARM || ARM64 || COMPILE_TEST
16 DRM driver for ARM Mali 400/450 GPUs.
/drivers/gpu/drm/panfrost/
A DKconfig4 tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
6 depends on ARM || ARM64 || COMPILE_TEST
17 DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
/drivers/gpu/drm/panthor/
A DKconfig4 tristate "Panthor (DRM support for ARM Mali CSF-based GPUs)"
6 depends on ARM || ARM64 || COMPILE_TEST
18 DRM driver for ARM Mali CSF-based GPUs.
/drivers/vfio/platform/
A DKconfig3 depends on ARM || ARM64 || COMPILE_TEST
24 Support for ARM AMBA devices with VFIO. This is required to make
25 use of ARM AMBA devices present on the system using the VFIO
/drivers/firmware/arm_scmi/transports/
A DKconfig32 If you want the ARM SCMI PROTOCOL stack to include support for a
46 If you want the ARM SCMI PROTOCOL stack to include support for a
75 If you want the ARM SCMI PROTOCOL stack to include support for a
88 If you want the ARM SCMI PROTOCOL stack to include support for a
100 If you want the ARM SCMI VirtIO transport layer to refuse to work
/drivers/cpufreq/
A Dimx-cpufreq-dt.c38 ARM, enumerator
70 clk_set_parent(imx7ulp_clks[ARM].clk, in imx7ulp_target_intermediate()
73 clk_set_parent(imx7ulp_clks[ARM].clk, imx7ulp_clks[CORE].clk); in imx7ulp_target_intermediate()
/drivers/clk/visconti/
A DKconfig4 bool "Support for Toshiba Visconti5 ARM SoC clock controllers"
8 Support for the Toshiba Visconti5 ARM SoC clock controller.
/drivers/gpu/drm/arm/display/
A DKconfig3 tristate "ARM Komeda display driver"
11 Choose this option if you want to compile the ARM Komeda display
/drivers/powercap/
A DKconfig64 tristate "ARM SCMI Powercap driver"
67 This enables support for the ARM Powercap based on ARM SCMI
70 ARM SCMI Powercap protocol allows power limits to be enforced
/drivers/clk/socfpga/
A DKconfig12 …bool "Intel Aria / Cyclone clock controller support" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFP…
13 default ARM && ARCH_INTEL_SOCFPGA
/drivers/pci/controller/
A DKconfig24 depends on ARM || NIOS2 || ARM64 || COMPILE_TEST
58 bool "ARM Versatile PB PCI controller"
82 depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
92 depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
149 depends on ARM && OF
186 depends on ARM
191 is used on 32-bit Marvell ARM SoCs: Dove, Kirkwood, Armada 370,
263 depends on ARM
300 depends on ARM || COMPILE_TEST
/drivers/net/ethernet/cirrus/
A DKconfig9 depends on ISA || EISA || ARM || MAC || COMPILE_TEST
41 depends on ARM || (COMPILE_TEST && !PPC)
52 depends on (ARM && ARCH_EP93XX) || COMPILE_TEST

Completed in 29 milliseconds

1234567