summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.systems
blob: ee806c531457979241c5dafef74d485062c0f550 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
# page size
config ADK_KERNEL_PAGE_SIZE_4KB
	boolean

config ADK_KERNEL_PAGE_SIZE_16KB
	boolean

# mips systems
config ADK_KERNEL_ATHEROS_AR231X
	boolean

config ADK_KERNEL_MIPS_MALTA
	boolean

config ADK_KERNEL_MIKROTIK_RB532
	boolean

config ADK_KERNEL_AR7
	boolean

config ADK_KERNEL_BCM47XX
	select ADK_KERNEL_BCM47XX_SSB
	boolean

config ADK_KERNEL_ATHEROS_AR71XX
	boolean

config ADK_KERNEL_AR71XX_MACH_RB4XX
	boolean

# mips64 systems
config ADK_KERNEL_MACH_LOONGSON
	boolean

config ADK_KERNEL_LEMOTE_MACH2F
	boolean

# arm systems
config ADK_KERNEL_ARCH_VERSATILE
	boolean

config ADK_KERNEL_PXA_SHARP_Cxx00
	boolean

config ADK_KERNEL_ARCH_PXA
	boolean

config ADK_KERNEL_PXA_SHARPSL
	boolean

config ADK_KERNEL_MACH_SPITZ
	boolean

config ADK_KERNEL_ARCH_AT91
	boolean

config ADK_KERNEL_ARCH_AT91SAM9G20
	boolean

config ADK_KERNEL_MACH_ACMENETUSFOXG20
	boolean

config ADK_KERNEL_ARCH_BCM2708
	boolean

config ADK_KERNEL_BCM47XX_SSB
	boolean

# endianesss and ABI
config ADK_KERNEL_AEABI
	boolean

config ADK_KERNEL_CPU_BIG_ENDIAN
	boolean

config ADK_KERNEL_CPU_LITTLE_ENDIAN
	boolean

# cris systems
config ADK_KERNEL_ETRAXFS
	boolean