diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/arm/mach-mxs/Kconfig | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig new file mode 100644 index 000000000000..f114960622e0 --- /dev/null +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -0,0 +1,68 @@ | |||
1 | if ARCH_MXS | ||
2 | |||
3 | source "arch/arm/mach-mxs/devices/Kconfig" | ||
4 | |||
5 | config MXS_OCOTP | ||
6 | bool | ||
7 | |||
8 | config SOC_IMX23 | ||
9 | bool | ||
10 | select CPU_ARM926T | ||
11 | select HAVE_PWM | ||
12 | |||
13 | config SOC_IMX28 | ||
14 | bool | ||
15 | select CPU_ARM926T | ||
16 | select HAVE_PWM | ||
17 | |||
18 | comment "MXS platforms:" | ||
19 | |||
20 | config MACH_STMP378X_DEVB | ||
21 | bool "Support STMP378x_devb Platform" | ||
22 | select SOC_IMX23 | ||
23 | select MXS_HAVE_AMBA_DUART | ||
24 | select MXS_HAVE_PLATFORM_AUART | ||
25 | select MXS_HAVE_PLATFORM_MXS_MMC | ||
26 | help | ||
27 | Include support for STMP378x-devb platform. This includes specific | ||
28 | configurations for the board and its peripherals. | ||
29 | |||
30 | config MACH_MX23EVK | ||
31 | bool "Support MX23EVK Platform" | ||
32 | select SOC_IMX23 | ||
33 | select MXS_HAVE_AMBA_DUART | ||
34 | select MXS_HAVE_PLATFORM_AUART | ||
35 | select MXS_HAVE_PLATFORM_MXS_MMC | ||
36 | select MXS_HAVE_PLATFORM_MXSFB | ||
37 | help | ||
38 | Include support for MX23EVK platform. This includes specific | ||
39 | configurations for the board and its peripherals. | ||
40 | |||
41 | config MACH_MX28EVK | ||
42 | bool "Support MX28EVK Platform" | ||
43 | select SOC_IMX28 | ||
44 | select MXS_HAVE_AMBA_DUART | ||
45 | select MXS_HAVE_PLATFORM_AUART | ||
46 | select MXS_HAVE_PLATFORM_FEC | ||
47 | select MXS_HAVE_PLATFORM_FLEXCAN | ||
48 | select MXS_HAVE_PLATFORM_MXS_MMC | ||
49 | select MXS_HAVE_PLATFORM_MXSFB | ||
50 | select MXS_OCOTP | ||
51 | help | ||
52 | Include support for MX28EVK platform. This includes specific | ||
53 | configurations for the board and its peripherals. | ||
54 | |||
55 | config MODULE_TX28 | ||
56 | bool | ||
57 | select SOC_IMX28 | ||
58 | select MXS_HAVE_AMBA_DUART | ||
59 | select MXS_HAVE_PLATFORM_AUART | ||
60 | select MXS_HAVE_PLATFORM_FEC | ||
61 | select MXS_HAVE_PLATFORM_MXS_I2C | ||
62 | select MXS_HAVE_PLATFORM_MXS_PWM | ||
63 | |||
64 | config MACH_TX28 | ||
65 | bool "Ka-Ro TX28 module" | ||
66 | select MODULE_TX28 | ||
67 | |||
68 | endif | ||