xref: /openbmc/linux/arch/arm/mach-mxs/Kconfig (revision 67f43086)
1if ARCH_MXS
2
3source "arch/arm/mach-mxs/devices/Kconfig"
4
5config MXS_OCOTP
6	bool
7
8config SOC_IMX23
9	bool
10	select CPU_ARM926T
11
12config SOC_IMX28
13	bool
14	select CPU_ARM926T
15
16comment "MXS platforms:"
17
18config MACH_MX23EVK
19	bool "Support MX23EVK Platform"
20	select SOC_IMX23
21	select MXS_HAVE_AMBA_DUART
22	default y
23	help
24	  Include support for MX23EVK platform. This includes specific
25	  configurations for the board and its peripherals.
26
27config MACH_MX28EVK
28	bool "Support MX28EVK Platform"
29	select SOC_IMX28
30	select MXS_HAVE_AMBA_DUART
31	select MXS_HAVE_PLATFORM_FEC
32	select MXS_OCOTP
33	default y
34	help
35	  Include support for MX28EVK platform. This includes specific
36	  configurations for the board and its peripherals.
37
38endif
39