blob: 5926d06eb386ae6e4832411576b1796c148c9bfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# Config fragment turning off the ARM64 platforms this machine is not.
#
# Two platforms are deliberately kept:
#
# ARCH_QCOM what this machine is.
# ARCH_VEXPRESS cheap, and it is the ARM reference/model platform that pulls
# in the AMBA PrimeCell parts a QEMU `virt` guest expects,
# which is how an image built from this kernel can be smoke
# tested without the hardware in hand.
# Allwinner
# CONFIG_ARCH_SUNXI is not set
# Apple M-series
# CONFIG_ARCH_APPLE is not set
# Broadcom, including Raspberry Pi
# CONFIG_ARCH_BCM is not set
# CONFIG_ARCH_BCM2835 is not set
# Black Sesame
# CONFIG_ARCH_BST is not set
# CIX
# CONFIG_ARCH_CIX is not set
# Texas Instruments K3
# CONFIG_ARCH_K3 is not set
# HiSilicon
# CONFIG_ARCH_HISI is not set
# Amlogic
# CONFIG_ARCH_MESON is not set
# Marvell EBU
# CONFIG_ARCH_MVEBU is not set
# NXP: i.MX, Layerscape and S32
# CONFIG_ARCH_NXP is not set
# CONFIG_ARCH_LAYERSCAPE is not set
# CONFIG_ARCH_MXC is not set
# CONFIG_ARCH_S32 is not set
# Renesas
# CONFIG_ARCH_RENESAS is not set
# Rockchip
# CONFIG_ARCH_ROCKCHIP is not set
# AMD Seattle
# CONFIG_ARCH_SEATTLE is not set
# Socionext SynQuacer
# CONFIG_ARCH_SYNQUACER is not set
# NVIDIA Tegra
# CONFIG_ARCH_TEGRA is not set
# Cavium ThunderX and ThunderX2 servers
# CONFIG_ARCH_THUNDER is not set
# CONFIG_ARCH_THUNDER2 is not set
# AppliedMicro X-Gene
# CONFIG_ARCH_XGENE is not set
# Xilinx ZynqMP
# CONFIG_ARCH_ZYNQMP is not set
|