Kconfig 15.9 KB
Newer Older
1
menuconfig ARCH_MXC
2 3
	bool "Freescale i.MX family"
	depends on ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 || ARM_SINGLE_ARMV7M
S
Shawn Guo 已提交
4
	select ARCH_REQUIRE_GPIOLIB
J
Johannes Berg 已提交
5
	select ARCH_SUPPORTS_BIG_ENDIAN
6
	select ARM_CPU_SUSPEND if PM
7
	select CLKSRC_IMX_GPT
S
Shawn Guo 已提交
8
	select GENERIC_IRQ_CHIP
9
	select PINCTRL
10
	select PM_OPP if PM
11
	select SOC_BUS
12
	select SRAM
S
Shawn Guo 已提交
13 14 15
	help
	  Support for Freescale MXC/iMX-based family of processors

16
if ARCH_MXC
S
Shawn Guo 已提交
17 18 19 20 21 22 23 24 25

config MXC_TZIC
	bool

config MXC_AVIC
	bool

config MXC_DEBUG_BOARD
	bool "Enable MXC debug board(for 3-stack)"
26
	depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS
S
Shawn Guo 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
	help
	  The debug board is an integral part of the MXC 3-stack(PDK)
	  platforms, it can be attached or removed from the peripheral
	  board. On debug board, several debug devices(ethernet, UART,
	  buttons, LEDs and JTAG) are implemented. Between the MCU and
	  these devices, a CPLD is added as a bridge which performs
	  data/address de-multiplexing and decode, signal level shift,
	  interrupt control and various board functions.

config HAVE_EPIT
	bool

config MXC_USE_EPIT
	bool "Use EPIT instead of GPT"
	depends on HAVE_EPIT
	help
	  Use EPIT as the system timer on systems that have it. Normally you
	  don't have a reason to do so as the EPIT has the same features and
	  uses the same clocks as the GPT. Anyway, on some systems the GPT
	  may be in use for other purposes.

config ARCH_HAS_RNGA
	bool

51 52 53
config HAVE_IMX_ANATOP
	bool

54 55
config HAVE_IMX_GPC
	bool
56
	select PM_GENERIC_DOMAINS if PM
57 58 59 60 61

config HAVE_IMX_MMDC
	bool

config HAVE_IMX_SRC
62
	def_bool y if SMP
63
	select ARCH_HAS_RESET_CONTROLLER
64

65 66 67 68 69 70
config IMX_HAVE_IOMUX_V1
	bool

config ARCH_MXC_IOMUX_V3
	bool

71
config SOC_IMX1
72
	bool
73 74
	select CPU_ARM920T
	select IMX_HAVE_IOMUX_V1
75
	select MXC_AVIC
76
	select PINCTRL_IMX1
77 78 79

config SOC_IMX21
	bool
80
	select CPU_ARM926T
81
	select IMX_HAVE_IOMUX_V1
82
	select MXC_AVIC
83 84 85

config SOC_IMX27
	bool
86
	select CPU_ARM926T
87
	select IMX_HAVE_IOMUX_V1
88
	select MXC_AVIC
M
Markus Pargmann 已提交
89
	select PINCTRL_IMX27
90

91 92 93 94 95
config SOC_IMX31
	bool
	select CPU_V6
	select IMX_HAVE_PLATFORM_MXC_RNGA
	select MXC_AVIC
S
Sascha Hauer 已提交
96
	select SMP_ON_UP if SMP
97 98 99 100 101 102

config SOC_IMX35
	bool
	select ARCH_MXC_IOMUX_V3
	select HAVE_EPIT
	select MXC_AVIC
103
	select PINCTRL_IMX35
S
Sascha Hauer 已提交
104
	select SMP_ON_UP if SMP
105

S
Shawn Guo 已提交
106
if ARCH_MULTI_V4T
107

108 109 110 111
comment "MX1 platforms:"

config MACH_SCB9328
	bool "Synertronixx scb9328"
112
	select IMX_HAVE_PLATFORM_IMX_UART
113
	select SOC_IMX1
114 115 116
	help
	  Say Y here if you are using a Synertronixx scb9328 board

117 118
config MACH_APF9328
	bool "APF9328"
119
	select IMX_HAVE_PLATFORM_IMX_I2C
120
	select IMX_HAVE_PLATFORM_IMX_UART
121
	select SOC_IMX1
122 123 124
	help
	  Say Yes here if you are using the Armadeus APF9328 development board

125 126 127 128 129 130 131
config MACH_IMX1_DT
	bool "Support i.MX1 platforms from device tree"
	select SOC_IMX1
	help
	  Include support for Freescale i.MX1 based platforms
	  using the device tree for discovery.

S
Shawn Guo 已提交
132 133 134 135
endif

if ARCH_MULTI_V5

136
comment "MX21 platforms:"
137

I
Ivo Clarysse 已提交
138 139
config MACH_MX21ADS
	bool "MX21ADS platform"
140
	select IMX_HAVE_PLATFORM_IMX_FB
141
	select IMX_HAVE_PLATFORM_IMX_UART
142
	select IMX_HAVE_PLATFORM_MXC_MMC
143
	select IMX_HAVE_PLATFORM_MXC_NAND
144
	select SOC_IMX21
I
Ivo Clarysse 已提交
145 146 147 148
	help
	  Include support for MX21ADS platform. This includes specific
	  configurations for the board and its peripherals.

149 150
comment "MX27 platforms:"

151 152
config MACH_MX27ADS
	bool "MX27ADS platform"
153
	select IMX_HAVE_PLATFORM_IMX_FB
154
	select IMX_HAVE_PLATFORM_IMX_I2C
155
	select IMX_HAVE_PLATFORM_IMX_UART
156
	select IMX_HAVE_PLATFORM_MXC_MMC
157
	select IMX_HAVE_PLATFORM_MXC_NAND
158
	select IMX_HAVE_PLATFORM_MXC_W1
159
	select SOC_IMX27
160 161 162
	help
	  Include support for MX27ADS platform. This includes specific
	  configurations for the board and its peripherals.
163

164 165
config MACH_MX27_3DS
	bool "MX27PDK platform"
166
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
167
	select IMX_HAVE_PLATFORM_IMX2_WDT
168
	select IMX_HAVE_PLATFORM_IMX_FB
F
Fabio Estevam 已提交
169
	select IMX_HAVE_PLATFORM_IMX_I2C
170
	select IMX_HAVE_PLATFORM_IMX_KEYPAD
F
Fabio Estevam 已提交
171
	select IMX_HAVE_PLATFORM_IMX_SSI
172
	select IMX_HAVE_PLATFORM_IMX_UART
173
	select IMX_HAVE_PLATFORM_MX2_CAMERA
174
	select IMX_HAVE_PLATFORM_MXC_EHCI
175
	select IMX_HAVE_PLATFORM_MXC_MMC
176
	select IMX_HAVE_PLATFORM_SPI_IMX
177
	select MXC_DEBUG_BOARD
178
	select USB_ULPI_VIEWPORT if USB_ULPI
179
	select SOC_IMX27
180 181 182
	help
	  Include support for MX27PDK platform. This includes specific
	  configurations for the board and its peripherals.
183

184 185
config MACH_IMX27_VISSTRIM_M10
	bool "Vista Silicon i.MX27 Visstrim_m10"
186
	select IMX_HAVE_PLATFORM_GPIO_KEYS
187
	select IMX_HAVE_PLATFORM_IMX_I2C
188
	select IMX_HAVE_PLATFORM_IMX_SSI
189
	select IMX_HAVE_PLATFORM_IMX_UART
190
	select IMX_HAVE_PLATFORM_MX2_CAMERA
191
	select IMX_HAVE_PLATFORM_MX2_EMMA
192
	select IMX_HAVE_PLATFORM_MXC_EHCI
193
	select IMX_HAVE_PLATFORM_MXC_MMC
194
	select LEDS_GPIO_REGISTER
195
	select SOC_IMX27
196 197 198 199 200
	help
	  Include support for Visstrim_m10 platform and its different variants.
	  This includes specific configurations for the board and its
	  peripherals.

201 202
config MACH_PCA100
	bool "Phytec phyCARD-s (pca100)"
203
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
204
	select IMX_HAVE_PLATFORM_IMX2_WDT
205
	select IMX_HAVE_PLATFORM_IMX_FB
206
	select IMX_HAVE_PLATFORM_IMX_I2C
207
	select IMX_HAVE_PLATFORM_IMX_SSI
208
	select IMX_HAVE_PLATFORM_IMX_UART
209
	select IMX_HAVE_PLATFORM_MXC_EHCI
210
	select IMX_HAVE_PLATFORM_MXC_MMC
211
	select IMX_HAVE_PLATFORM_MXC_NAND
212
	select IMX_HAVE_PLATFORM_MXC_W1
213
	select IMX_HAVE_PLATFORM_SPI_IMX
214
	select USB_ULPI_VIEWPORT if USB_ULPI
215
	select SOC_IMX27
216 217 218 219
	help
	  Include support for phyCARD-s (aka pca100) platform. This
	  includes specific configurations for the module and its peripherals.

220 221 222 223 224 225 226
config MACH_IMX27_DT
	bool "Support i.MX27 platforms from device tree"
	select SOC_IMX27
	help
	  Include support for Freescale i.MX27 based platforms
	  using the device tree for discovery

H
Holger Schurig 已提交
227
endif
228

S
Shawn Guo 已提交
229
if ARCH_MULTI_V6
230 231 232 233 234

comment "MX31 platforms:"

config MACH_MX31ADS
	bool "Support MX31ADS platforms"
235
	default y
236 237 238
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_SSI
	select IMX_HAVE_PLATFORM_IMX_UART
239
	select SOC_IMX31
240 241 242 243 244 245 246 247
	help
	  Include support for MX31ADS platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_MX31ADS_WM1133_EV1
	bool "Support Wolfson Microelectronics 1133-EV1 module"
	depends on MACH_MX31ADS
	depends on MFD_WM8350_I2C
248
	depends on REGULATOR_WM8350 = y
249 250 251 252 253 254 255 256 257 258 259
	help
	  Include support for the Wolfson Microelectronics 1133-EV1 PMU
	  and audio module for the MX31ADS platform.

config MACH_MX31LILLY
	bool "Support MX31 LILLY-1131 platforms (INCO startec)"
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_MMC
	select IMX_HAVE_PLATFORM_SPI_IMX
260
	select USB_ULPI_VIEWPORT if USB_ULPI
261
	select SOC_IMX31
262 263 264 265 266 267 268 269 270 271 272 273 274
	help
	  Include support for mx31 based LILLY1131 modules. This includes
	  specific configurations for the board and its peripherals.

config MACH_MX31LITE
	bool "Support MX31 LITEKIT (LogicPD)"
	select IMX_HAVE_PLATFORM_IMX2_WDT
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_MMC
	select IMX_HAVE_PLATFORM_MXC_NAND
	select IMX_HAVE_PLATFORM_MXC_RTC
	select IMX_HAVE_PLATFORM_SPI_IMX
275
	select LEDS_GPIO_REGISTER
276
	select USB_ULPI_VIEWPORT if USB_ULPI
277
	select SOC_IMX31
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
	help
	  Include support for MX31 LITEKIT platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_PCM037
	bool "Support Phytec pcm037 (i.MX31) platforms"
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
	select IMX_HAVE_PLATFORM_IMX2_WDT
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_MMC
	select IMX_HAVE_PLATFORM_MXC_NAND
	select IMX_HAVE_PLATFORM_MXC_W1
293
	select USB_ULPI_VIEWPORT if USB_ULPI
294
	select SOC_IMX31
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314
	help
	  Include support for Phytec pcm037 platform. This includes
	  specific configurations for the board and its peripherals.

config MACH_PCM037_EET
	bool "Support pcm037 EET board extensions"
	depends on MACH_PCM037
	select IMX_HAVE_PLATFORM_GPIO_KEYS
	select IMX_HAVE_PLATFORM_SPI_IMX
	help
	  Add support for PCM037 EET baseboard extensions. If you are using the
	  OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel
	  command-line parameter.

config MACH_MX31_3DS
	bool "Support MX31PDK (3DS)"
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
	select IMX_HAVE_PLATFORM_IMX2_WDT
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_KEYPAD
315
	select IMX_HAVE_PLATFORM_IMX_SSI
316 317 318
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
319
	select IMX_HAVE_PLATFORM_MXC_MMC
320 321
	select IMX_HAVE_PLATFORM_MXC_NAND
	select IMX_HAVE_PLATFORM_SPI_IMX
322
	select MXC_DEBUG_BOARD
323
	select USB_ULPI_VIEWPORT if USB_ULPI
324
	select SOC_IMX31
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340
	help
	  Include support for MX31PDK (3DS) platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_MX31_3DS_MXC_NAND_USE_BBT
	bool "Make the MXC NAND driver use the in flash Bad Block Table"
	depends on MACH_MX31_3DS
	depends on MTD_NAND_MXC
	help
	  Enable this if you want that the MXC NAND driver uses the in flash
	  Bad Block Table to know what blocks are bad instead of scanning the
	  entire flash looking for bad block markers.

config MACH_MX31MOBOARD
	bool "Support mx31moboard platforms (EPFL Mobots group)"
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
341
	select IMX_HAVE_PLATFORM_IMX2_WDT
342
	select IMX_HAVE_PLATFORM_IMX_I2C
343
	select IMX_HAVE_PLATFORM_IMX_SSI
344 345 346 347 348
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_MMC
	select IMX_HAVE_PLATFORM_SPI_IMX
349
	select LEDS_GPIO_REGISTER
350
	select USB_ULPI_VIEWPORT if USB_ULPI
351
	select SOC_IMX31
352 353 354 355 356 357
	help
	  Include support for mx31moboard platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_QONG
	bool "Support Dave/DENX QongEVB-LITE platform"
358
	select IMX_HAVE_PLATFORM_IMX2_WDT
359 360
	select IMX_HAVE_PLATFORM_IMX_UART
	select SOC_IMX31
361 362 363 364 365 366 367 368 369 370 371 372 373
	help
	  Include support for Dave/DENX QongEVB-LITE platform. This includes
	  specific configurations for the board and its peripherals.

config MACH_ARMADILLO5X0
	bool "Support Atmark Armadillo-500 Development Base Board"
	select IMX_HAVE_PLATFORM_GPIO_KEYS
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_MMC
	select IMX_HAVE_PLATFORM_MXC_NAND
374
	select USB_ULPI_VIEWPORT if USB_ULPI
375
	select SOC_IMX31
376 377 378 379 380 381 382
	help
	  Include support for Atmark Armadillo-500 platform. This includes
	  specific configurations for the board and its peripherals.

config MACH_KZM_ARM11_01
	bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
	select IMX_HAVE_PLATFORM_IMX_UART
383
	select SOC_IMX31
384 385 386 387 388 389 390
	help
	  Include support for KZM-ARM11-01. This includes specific
	  configurations for the board and its peripherals.

config MACH_BUG
	bool "Support Buglabs BUGBase platform"
	default y
391 392
	select IMX_HAVE_PLATFORM_IMX_UART
	select SOC_IMX31
393 394 395 396
	help
	  Include support for BUGBase 1.3 platform. This includes specific
	  configurations for the board and its peripherals.

397 398 399 400 401 402 403
config MACH_IMX31_DT
	bool "Support i.MX31 platforms from device tree"
	select SOC_IMX31
	help
	  Include support for Freescale i.MX31 based platforms
	  using the device tree for discovery.

404 405
comment "MX35 platforms:"

406 407 408 409 410 411 412
config MACH_IMX35_DT
	bool "Support i.MX35 platforms from device tree"
	select SOC_IMX35
	help
	  Include support for Freescale i.MX35 based platforms
	  using the device tree for discovery.

413 414 415 416 417 418 419 420 421 422 423 424
config MACH_PCM043
	bool "Support Phytec pcm043 (i.MX35) platforms"
	select IMX_HAVE_PLATFORM_FLEXCAN
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
	select IMX_HAVE_PLATFORM_IMX2_WDT
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_SSI
	select IMX_HAVE_PLATFORM_IMX_UART
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_NAND
	select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
425
	select USB_ULPI_VIEWPORT if USB_ULPI
426
	select SOC_IMX35
427 428 429 430 431 432 433 434
	help
	  Include support for Phytec pcm043 platform. This includes
	  specific configurations for the board and its peripherals.

config MACH_MX35_3DS
	bool "Support MX35PDK platform"
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
	select IMX_HAVE_PLATFORM_IMX2_WDT
435
	select IMX_HAVE_PLATFORM_IMX_FB
436 437
	select IMX_HAVE_PLATFORM_IMX_I2C
	select IMX_HAVE_PLATFORM_IMX_UART
438
	select IMX_HAVE_PLATFORM_IPU_CORE
439 440
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_NAND
441
	select IMX_HAVE_PLATFORM_MXC_RTC
442
	select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
443 444
	select MXC_DEBUG_BOARD
	select SOC_IMX35
445 446 447 448 449 450 451 452 453 454
	help
	  Include support for MX35PDK platform. This includes specific
	  configurations for the board and its peripherals.

config MACH_VPR200
	bool "Support VPR200 platform"
	select IMX_HAVE_PLATFORM_FSL_USB2_UDC
	select IMX_HAVE_PLATFORM_GPIO_KEYS
	select IMX_HAVE_PLATFORM_IMX2_WDT
	select IMX_HAVE_PLATFORM_IMX_I2C
455
	select IMX_HAVE_PLATFORM_IMX_UART
456 457 458 459
	select IMX_HAVE_PLATFORM_IPU_CORE
	select IMX_HAVE_PLATFORM_MXC_EHCI
	select IMX_HAVE_PLATFORM_MXC_NAND
	select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
460
	select SOC_IMX35
461 462 463 464
	help
	  Include support for VPR200 platform. This includes specific
	  configurations for the board and its peripherals.

S
Shawn Guo 已提交
465 466
endif

467 468
comment "Device tree only"

469 470
if ARCH_MULTI_V5

471 472 473 474 475 476 477 478 479 480
config SOC_IMX25
	bool "i.MX25 support"
	select ARCH_MXC_IOMUX_V3
	select CPU_ARM926T
	select MXC_AVIC
	select PINCTRL_IMX25
	help
	  This enables support for Freescale i.MX25 processor
endif

S
Shawn Guo 已提交
481 482
if ARCH_MULTI_V7

483
comment "Cortex-A platforms"
484

485 486 487 488 489
config SOC_IMX5
	bool
	select HAVE_IMX_SRC
	select MXC_TZIC

490 491
config	SOC_IMX50
	bool "i.MX50 support"
492
	select PINCTRL_IMX50
493 494 495 496 497
	select SOC_IMX5

	help
	  This enables support for Freescale i.MX50 processor.

S
Shawn Guo 已提交
498
config SOC_IMX51
499
	bool "i.MX51 support"
S
Shawn Guo 已提交
500 501
	select PINCTRL_IMX51
	select SOC_IMX5
502 503 504
	help
	  This enables support for Freescale i.MX51 processor

505 506 507
config	SOC_IMX53
	bool "i.MX53 support"
	select PINCTRL_IMX53
508
	select SOC_IMX5
509 510

	help
511
	  This enables support for Freescale i.MX53 processor.
512

513 514
config SOC_IMX6
	bool
515 516
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
517
	select ARM_GIC
518
	select HAVE_IMX_ANATOP
519 520
	select HAVE_IMX_GPC
	select HAVE_IMX_MMDC
521
	select HAVE_IMX_SRC
522
	select MFD_SYSCON
523
	select PL310_ERRATA_769419 if CACHE_L2X0
524

525 526 527 528 529 530 531 532 533
config SOC_IMX6Q
	bool "i.MX6 Quad/DualLite support"
	select ARM_ERRATA_764369 if SMP
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if SMP
	select PCI_DOMAINS if PCI
	select PINCTRL_IMX6Q
	select SOC_IMX6

534 535 536
	help
	  This enables support for Freescale i.MX6 Quad processor.

537 538 539
config SOC_IMX6SL
	bool "i.MX6 SoloLite support"
	select PINCTRL_IMX6SL
540
	select SOC_IMX6
541 542 543 544

	help
	  This enables support for Freescale i.MX6 SoloLite processor.

545 546 547 548 549 550 551 552
config SOC_IMX6SX
	bool "i.MX6 SoloX support"
	select PINCTRL_IMX6SX
	select SOC_IMX6

	help
	  This enables support for Freescale i.MX6 SoloX processor.

F
Frank Li 已提交
553 554 555 556 557 558 559 560
config SOC_IMX6UL
	bool "i.MX6 UltraLite support"
	select PINCTRL_IMX6UL
	select SOC_IMX6

	help
	  This enables support for Freescale i.MX6 UltraLite processor.

561 562 563 564
config SOC_IMX7D
	bool "i.MX7 Dual support"
	select PINCTRL_IMX7D
	select ARM_GIC
565
	select HAVE_ARM_ARCH_TIMER
A
Arnd Bergmann 已提交
566 567
	select HAVE_IMX_ANATOP
	select HAVE_IMX_MMDC
A
Arnd Bergmann 已提交
568
	select HAVE_IMX_SRC
569 570 571
	help
		This enables support for Freescale i.MX7 Dual processor.

572 573 574 575 576 577 578 579 580 581 582 583 584 585 586
config SOC_LS1021A
	bool "Freescale LS1021A support"
	select ARM_GIC
	select HAVE_ARM_ARCH_TIMER
	select PCI_DOMAINS if PCI
	select ZONE_DMA if ARM_LPAE
	help
	  This enables support for Freescale LS1021A processor.

endif

comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"

if ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M

587 588
config SOC_VF610
	bool "Vybrid Family VF610 support"
589
	select ARM_GIC if ARCH_MULTI_V7
590
	select PINCTRL_VF610
591
	select PL310_ERRATA_769419 if CACHE_L2X0
592
	select SMP_ON_UP if SMP
593 594

	help
595
	  This enables support for Freescale Vybrid VF610 processor.
596

597 598 599 600 601 602
choice
	prompt "Clocksource for scheduler clock"
	depends on SOC_VF610
	default VF_USE_ARM_GLOBAL_TIMER

	config VF_USE_ARM_GLOBAL_TIMER
603 604
		bool "Use ARM Global Timer"
		depends on ARCH_MULTI_V7
605 606 607 608 609 610 611 612 613 614 615 616 617
		select ARM_GLOBAL_TIMER
		select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
		help
		  Use the ARM Global Timer as clocksource

	config VF_USE_PIT_TIMER
		bool "Use PIT timer"
		select VF_PIT_TIMER
		help
		  Use SoC Periodic Interrupt Timer (PIT) as clocksource

endchoice

618
endif
619 620

source "arch/arm/mach-imx/devices/Kconfig"
S
Shawn Guo 已提交
621

622
endif