Kconfig 2.0 KB
Newer Older
H
Holger Schurig 已提交
1 2
if ARCH_MX3

S
Sascha Hauer 已提交
3 4 5 6 7
config ARCH_MX31
	bool

config ARCH_MX35
	bool
8
	select ARCH_MXC_IOMUX_V3
S
Sascha Hauer 已提交
9

H
Holger Schurig 已提交
10
comment "MX3 platforms:"
11 12 13

config MACH_MX31ADS
	bool "Support MX31ADS platforms"
S
Sascha Hauer 已提交
14
	select ARCH_MX31
15 16 17 18 19
	default y
	help
	  Include support for MX31ADS platform. This includes specific
	  configurations for the board and its peripherals.

20 21 22
config MACH_MX31ADS_WM1133_EV1
	bool "Support Wolfson Microelectronics 1133-EV1 module"
	depends on MACH_MX31ADS
23 24
	depends on MFD_WM8350_I2C
	depends on REGULATOR_WM8350
25 26 27 28 29 30
	select MFD_WM8350_CONFIG_MODE_0
	select MFD_WM8352_CONFIG_MODE_0
	help
	  Include support for the Wolfson Microelectronics 1133-EV1 PMU
	  and audio module for the MX31ADS platform.

31
config MACH_PCM037
S
Sascha Hauer 已提交
32 33
	bool "Support Phytec pcm037 (i.MX31) platforms"
	select ARCH_MX31
34 35 36 37
	help
	  Include support for Phytec pcm037 platform. This includes
	  specific configurations for the board and its peripherals.

38 39
config MACH_MX31LITE
	bool "Support MX31 LITEKIT (LogicPD)"
S
Sascha Hauer 已提交
40
	select ARCH_MX31
41 42 43 44 45
	default n
	help
	  Include support for MX31 LITEKIT platform. This includes specific
	  configurations for the board and its peripherals.

46 47
config MACH_MX31_3DS
	bool "Support MX31PDK (3DS)"
S
Sascha Hauer 已提交
48
	select ARCH_MX31
49 50 51 52 53
	default n
	help
	  Include support for MX31PDK (3DS) platform. This includes specific
	  configurations for the board and its peripherals.

54 55
config MACH_MX31MOBOARD
	bool "Support mx31moboard platforms (EPFL Mobots group)"
S
Sascha Hauer 已提交
56
	select ARCH_MX31
57 58 59 60 61
	default n
	help
	  Include support for mx31moboard platform. This includes specific
	  configurations for the board and its peripherals.

62 63 64 65 66 67 68 69
config MACH_QONG
	bool "Support Dave/DENX QongEVB-LITE platform"
	select ARCH_MX31
	default n
	help
	  Include support for Dave/DENX QongEVB-LITE platform. This includes
	  specific configurations for the board and its peripherals.

70 71 72 73 74 75 76
config MACH_PCM043
	bool "Support Phytec pcm043 (i.MX35) platforms"
	select ARCH_MX35
	help
	  Include support for Phytec pcm043 platform. This includes
	  specific configurations for the board and its peripherals.

H
Holger Schurig 已提交
77
endif