]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/soc/Makefile
Documentation: Add documentation for Processor MMIO Stale Data
[mirror_ubuntu-jammy-kernel.git] / drivers / soc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux Kernel SOC specific device drivers.
4 #
5
6 obj-$(CONFIG_ARCH_ACTIONS) += actions/
7 obj-y += aspeed/
8 obj-$(CONFIG_ARCH_AT91) += atmel/
9 obj-y += bcm/
10 obj-$(CONFIG_SOC_CANAAN) += canaan/
11 obj-$(CONFIG_ARCH_DOVE) += dove/
12 obj-$(CONFIG_MACH_DOVE) += dove/
13 obj-y += fsl/
14 obj-$(CONFIG_ARCH_GEMINI) += gemini/
15 obj-y += imx/
16 obj-y += ixp4xx/
17 obj-$(CONFIG_SOC_XWAY) += lantiq/
18 obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
19 obj-y += mediatek/
20 obj-y += amlogic/
21 obj-y += qcom/
22 obj-y += renesas/
23 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
24 obj-$(CONFIG_SOC_SAMSUNG) += samsung/
25 obj-$(CONFIG_SOC_SIFIVE) += sifive/
26 obj-y += sunxi/
27 obj-$(CONFIG_ARCH_TEGRA) += tegra/
28 obj-y += ti/
29 obj-$(CONFIG_ARCH_U8500) += ux500/
30 obj-$(CONFIG_PLAT_VERSATILE) += versatile/
31 obj-y += xilinx/