diff options
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 851f2458bf65..170f68e46dd5 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -2,11 +2,13 @@ if ARCH_MX3 | |||
2 | 2 | ||
3 | config ARCH_MX31 | 3 | config ARCH_MX31 |
4 | select ARCH_HAS_RNGA | 4 | select ARCH_HAS_RNGA |
5 | select ARCH_MXC_AUDMUX_V2 | ||
5 | bool | 6 | bool |
6 | 7 | ||
7 | config ARCH_MX35 | 8 | config ARCH_MX35 |
8 | bool | 9 | bool |
9 | select ARCH_MXC_IOMUX_V3 | 10 | select ARCH_MXC_IOMUX_V3 |
11 | select ARCH_MXC_AUDMUX_V2 | ||
10 | 12 | ||
11 | comment "MX3 platforms:" | 13 | comment "MX3 platforms:" |
12 | 14 | ||
@@ -32,6 +34,7 @@ config MACH_MX31ADS_WM1133_EV1 | |||
32 | config MACH_PCM037 | 34 | config MACH_PCM037 |
33 | bool "Support Phytec pcm037 (i.MX31) platforms" | 35 | bool "Support Phytec pcm037 (i.MX31) platforms" |
34 | select ARCH_MX31 | 36 | select ARCH_MX31 |
37 | select MXC_ULPI if USB_ULPI | ||
35 | help | 38 | help |
36 | Include support for Phytec pcm037 platform. This includes | 39 | Include support for Phytec pcm037 platform. This includes |
37 | specific configurations for the board and its peripherals. | 40 | specific configurations for the board and its peripherals. |
@@ -47,6 +50,7 @@ config MACH_PCM037_EET | |||
47 | config MACH_MX31LITE | 50 | config MACH_MX31LITE |
48 | bool "Support MX31 LITEKIT (LogicPD)" | 51 | bool "Support MX31 LITEKIT (LogicPD)" |
49 | select ARCH_MX31 | 52 | select ARCH_MX31 |
53 | select MXC_ULPI if USB_ULPI | ||
50 | help | 54 | help |
51 | Include support for MX31 LITEKIT platform. This includes specific | 55 | Include support for MX31 LITEKIT platform. This includes specific |
52 | configurations for the board and its peripherals. | 56 | configurations for the board and its peripherals. |
@@ -58,9 +62,19 @@ config MACH_MX31_3DS | |||
58 | Include support for MX31PDK (3DS) platform. This includes specific | 62 | Include support for MX31PDK (3DS) platform. This includes specific |
59 | configurations for the board and its peripherals. | 63 | configurations for the board and its peripherals. |
60 | 64 | ||
65 | config MACH_MX31_3DS_MXC_NAND_USE_BBT | ||
66 | bool "Make the MXC NAND driver use the in flash Bad Block Table" | ||
67 | depends on MACH_MX31_3DS | ||
68 | depends on MTD_NAND_MXC | ||
69 | help | ||
70 | Enable this if you want that the MXC NAND driver uses the in flash | ||
71 | Bad Block Table to know what blocks are bad instead of scanning the | ||
72 | entire flash looking for bad block markers. | ||
73 | |||
61 | config MACH_MX31MOBOARD | 74 | config MACH_MX31MOBOARD |
62 | bool "Support mx31moboard platforms (EPFL Mobots group)" | 75 | bool "Support mx31moboard platforms (EPFL Mobots group)" |
63 | select ARCH_MX31 | 76 | select ARCH_MX31 |
77 | select MXC_ULPI if USB_ULPI | ||
64 | help | 78 | help |
65 | Include support for mx31moboard platform. This includes specific | 79 | Include support for mx31moboard platform. This includes specific |
66 | configurations for the board and its peripherals. | 80 | configurations for the board and its peripherals. |
@@ -82,6 +96,7 @@ config MACH_QONG | |||
82 | config MACH_PCM043 | 96 | config MACH_PCM043 |
83 | bool "Support Phytec pcm043 (i.MX35) platforms" | 97 | bool "Support Phytec pcm043 (i.MX35) platforms" |
84 | select ARCH_MX35 | 98 | select ARCH_MX35 |
99 | select MXC_ULPI if USB_ULPI | ||
85 | help | 100 | help |
86 | Include support for Phytec pcm043 platform. This includes | 101 | Include support for Phytec pcm043 platform. This includes |
87 | specific configurations for the board and its peripherals. | 102 | specific configurations for the board and its peripherals. |
@@ -89,6 +104,7 @@ config MACH_PCM043 | |||
89 | config MACH_ARMADILLO5X0 | 104 | config MACH_ARMADILLO5X0 |
90 | bool "Support Atmark Armadillo-500 Development Base Board" | 105 | bool "Support Atmark Armadillo-500 Development Base Board" |
91 | select ARCH_MX31 | 106 | select ARCH_MX31 |
107 | select MXC_ULPI if USB_ULPI | ||
92 | help | 108 | help |
93 | Include support for Atmark Armadillo-500 platform. This includes | 109 | Include support for Atmark Armadillo-500 platform. This includes |
94 | specific configurations for the board and its peripherals. | 110 | specific configurations for the board and its peripherals. |
@@ -100,4 +116,12 @@ config MACH_MX35_3DS | |||
100 | help | 116 | help |
101 | Include support for MX35PDK platform. This includes specific | 117 | Include support for MX35PDK platform. This includes specific |
102 | configurations for the board and its peripherals. | 118 | configurations for the board and its peripherals. |
119 | |||
120 | config MACH_KZM_ARM11_01 | ||
121 | bool "Support KZM-ARM11-01(Kyoto Microcomputer)" | ||
122 | select ARCH_MX31 | ||
123 | help | ||
124 | Include support for KZM-ARM11-01. This includes specific | ||
125 | configurations for the board and its peripherals. | ||
126 | |||
103 | endif | 127 | endif |