diff options
Diffstat (limited to 'arch/arm/mach-tegra/p852/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/p852/Kconfig | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/p852/Kconfig b/arch/arm/mach-tegra/p852/Kconfig new file mode 100644 index 00000000000..ca44f9543be --- /dev/null +++ b/arch/arm/mach-tegra/p852/Kconfig | |||
@@ -0,0 +1,110 @@ | |||
1 | config MACH_P852 | ||
2 | bool "P852 board" | ||
3 | depends on ARCH_TEGRA_2x_SOC | ||
4 | help | ||
5 | Support for NVIDIA P852 platform | ||
6 | |||
7 | config P852_SKU1 | ||
8 | bool "P852 SKU1 board" | ||
9 | depends on MACH_P852 | ||
10 | default MACH_P852 | ||
11 | help | ||
12 | Support for NVIDIA P852 SKU1 platform | ||
13 | |||
14 | config P852_SKU1_B00 | ||
15 | bool "P852 SKU1 rev B board" | ||
16 | depends on MACH_P852 | ||
17 | default MACH_P852 | ||
18 | help | ||
19 | Support for NVIDIA P852 SKU1 B00 platform | ||
20 | |||
21 | config P852_SKU1_C0x | ||
22 | bool "P852 SKU1 rev C boards" | ||
23 | depends on MACH_P852 | ||
24 | default MACH_P852 | ||
25 | help | ||
26 | Support for NVIDIA P852 SKU1 C0x platform | ||
27 | |||
28 | config P852_SKU3 | ||
29 | bool "P852 SKU3 board" | ||
30 | depends on MACH_P852 | ||
31 | default MACH_P852 | ||
32 | help | ||
33 | Support for NVIDIA P852 SKU3 platform | ||
34 | |||
35 | config P852_SKU5_B00 | ||
36 | bool "P852 SKU5 rev B board" | ||
37 | depends on MACH_P852 | ||
38 | default MACH_P852 | ||
39 | help | ||
40 | Support for NVIDIA P852 SKU5 B00 platform | ||
41 | |||
42 | config P852_SKU5_C01 | ||
43 | bool "P852 SKU5 rev C board" | ||
44 | depends on MACH_P852 | ||
45 | default MACH_P852 | ||
46 | help | ||
47 | Support for NVIDIA P852 SKU5 C01 platform | ||
48 | |||
49 | config P852_SKU8_B00 | ||
50 | bool "P852 SKU8 rev B board" | ||
51 | depends on MACH_P852 | ||
52 | default MACH_P852 | ||
53 | help | ||
54 | Support for NVIDIA P852 SKU8 B00 platform | ||
55 | |||
56 | config P852_SKU8_C01 | ||
57 | bool "P852 SKU8 rev C board" | ||
58 | depends on MACH_P852 | ||
59 | default MACH_P852 | ||
60 | help | ||
61 | Support for NVIDIA P852 SKU8 C01 platform | ||
62 | |||
63 | config P852_SKU9_B00 | ||
64 | bool "P852 SKU9 rev B board" | ||
65 | depends on MACH_P852 | ||
66 | default MACH_P852 | ||
67 | help | ||
68 | Support for NVIDIA P852 SKU9 B00 platform | ||
69 | |||
70 | config P852_SKU9_C01 | ||
71 | bool "P852 SKU9 rev C board" | ||
72 | depends on MACH_P852 | ||
73 | default MACH_P852 | ||
74 | help | ||
75 | Support for NVIDIA P852 SKU9 C01 platform | ||
76 | |||
77 | config P852_SKU13 | ||
78 | bool "P852 SKU13 board" | ||
79 | depends on MACH_P852 | ||
80 | default MACH_P852 | ||
81 | help | ||
82 | Support for NVIDIA P852 SKU13 platform | ||
83 | |||
84 | config P852_SKU13_B00 | ||
85 | bool "P852 SKU13 rev B board" | ||
86 | depends on MACH_P852 | ||
87 | default MACH_P852 | ||
88 | help | ||
89 | Support for NVIDIA P852 SKU23 B00 platform | ||
90 | |||
91 | config P852_SKU23 | ||
92 | bool "P852 SKU23 board" | ||
93 | depends on MACH_P852 | ||
94 | default MACH_P852 | ||
95 | help | ||
96 | Support for NVIDIA P852 SKU23 platform | ||
97 | |||
98 | config P852_SKU23_B00 | ||
99 | bool "P852 SKU23 rev B board" | ||
100 | depends on MACH_P852 | ||
101 | default MACH_P852 | ||
102 | help | ||
103 | Support for NVIDIA P852 SKU23 B00 platform | ||
104 | |||
105 | config P852_SKU23_C01 | ||
106 | bool "P852 SKU23 rev C board" | ||
107 | depends on MACH_P852 | ||
108 | default MACH_P852 | ||
109 | help | ||
110 | Support for NVIDIA P852 SKU23 C01 platform | ||