2009-01-29 13:42:25 +00:00
|
|
|
if ARCH_MX3
|
|
|
|
|
2010-11-12 09:11:42 +00:00
|
|
|
# ARCH_MX31 and ARCH_MX35 are left for compatibility
|
|
|
|
# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
|
|
|
|
# To easily distinguish good and reviewed from unreviewed usages new (and IMHO
|
|
|
|
# more sensible) names are used: SOC_IMX31 and SOC_IMX35
|
2009-02-06 14:41:45 +00:00
|
|
|
config ARCH_MX31
|
|
|
|
bool
|
|
|
|
|
|
|
|
config ARCH_MX35
|
|
|
|
bool
|
2010-11-12 09:11:42 +00:00
|
|
|
|
|
|
|
config SOC_IMX31
|
|
|
|
bool
|
2010-11-12 10:49:34 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_RNGA
|
2010-11-12 09:11:42 +00:00
|
|
|
select ARCH_MXC_AUDMUX_V2
|
|
|
|
select ARCH_MX31
|
2010-11-05 08:37:22 +00:00
|
|
|
select MXC_AVIC
|
2010-11-12 09:11:42 +00:00
|
|
|
|
|
|
|
config SOC_IMX35
|
|
|
|
bool
|
2009-04-01 09:11:48 +00:00
|
|
|
select ARCH_MXC_IOMUX_V3
|
2009-10-29 16:12:39 +00:00
|
|
|
select ARCH_MXC_AUDMUX_V2
|
2010-08-19 12:08:05 +00:00
|
|
|
select HAVE_EPIT
|
2010-11-12 09:11:42 +00:00
|
|
|
select ARCH_MX35
|
2010-11-05 08:37:22 +00:00
|
|
|
select MXC_AVIC
|
2009-02-06 14:41:45 +00:00
|
|
|
|
2009-01-29 13:42:25 +00:00
|
|
|
comment "MX3 platforms:"
|
2007-07-09 21:06:53 +00:00
|
|
|
|
|
|
|
config MACH_MX31ADS
|
|
|
|
bool "Support MX31ADS platforms"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-16 16:03:05 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-08-25 15:37:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2007-07-09 21:06:53 +00:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Include support for MX31ADS platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2009-01-15 16:14:30 +00:00
|
|
|
config MACH_MX31ADS_WM1133_EV1
|
|
|
|
bool "Support Wolfson Microelectronics 1133-EV1 module"
|
|
|
|
depends on MACH_MX31ADS
|
2009-04-14 10:25:18 +00:00
|
|
|
depends on MFD_WM8350_I2C
|
|
|
|
depends on REGULATOR_WM8350
|
2009-01-15 16:14:30 +00:00
|
|
|
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.
|
|
|
|
|
2008-07-05 08:02:52 +00:00
|
|
|
config MACH_PCM037
|
2009-02-06 14:41:45 +00:00
|
|
|
bool "Support Phytec pcm037 (i.MX31) platforms"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-15 14:28:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-16 16:03:05 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-12 10:10:55 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 10:23:11 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-10-29 08:56:07 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_W1
|
2010-02-04 08:32:44 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2008-07-05 08:02:52 +00:00
|
|
|
help
|
|
|
|
Include support for Phytec pcm037 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
2009-06-23 11:26:23 +00:00
|
|
|
config MACH_PCM037_EET
|
|
|
|
bool "Support pcm037 EET board extensions"
|
|
|
|
depends on MACH_PCM037
|
2010-06-22 08:14:15 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2009-06-23 11:26:23 +00:00
|
|
|
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.
|
|
|
|
|
2008-07-05 08:02:53 +00:00
|
|
|
config MACH_MX31LITE
|
|
|
|
bool "Support MX31 LITEKIT (LogicPD)"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2009-12-22 16:31:05 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2010-11-15 14:28:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-12 10:10:55 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 10:23:11 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-06-22 08:09:14 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2008-07-05 08:02:53 +00:00
|
|
|
help
|
|
|
|
Include support for MX31 LITEKIT platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2008-11-12 14:38:39 +00:00
|
|
|
config MACH_MX31_3DS
|
|
|
|
bool "Support MX31PDK (3DS)"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-24 13:11:29 +00:00
|
|
|
select MXC_DEBUG_BOARD
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-12-07 19:14:44 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-11-16 20:27:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_KEYPAD
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-12-21 18:38:21 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-06-16 10:23:11 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-06-22 08:09:14 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2010-12-21 18:38:21 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2008-11-12 14:38:39 +00:00
|
|
|
help
|
|
|
|
Include support for MX31PDK (3DS) platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2010-03-23 18:49:35 +00:00
|
|
|
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.
|
|
|
|
|
2008-11-23 16:35:08 +00:00
|
|
|
config MACH_MX31MOBOARD
|
|
|
|
bool "Support mx31moboard platforms (EPFL Mobots group)"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-06-16 16:03:05 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-12 10:10:55 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-22 08:09:14 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2009-12-22 16:31:05 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2008-11-23 16:35:08 +00:00
|
|
|
help
|
|
|
|
Include support for mx31moboard platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
2009-05-20 17:54:33 +00:00
|
|
|
config MACH_MX31LILLY
|
|
|
|
bool "Support MX31 LILLY-1131 platforms (INCO startec)"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-12 10:10:55 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-22 08:09:14 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SPI_IMX
|
2010-04-13 18:11:37 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2009-05-20 17:54:33 +00:00
|
|
|
help
|
|
|
|
Include support for mx31 based LILLY1131 modules. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
2009-03-11 00:22:00 +00:00
|
|
|
config MACH_QONG
|
|
|
|
bool "Support Dave/DENX QongEVB-LITE platform"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2009-03-11 00:22:00 +00:00
|
|
|
help
|
|
|
|
Include support for Dave/DENX QongEVB-LITE platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
2009-02-06 14:42:26 +00:00
|
|
|
config MACH_PCM043
|
|
|
|
bool "Support Phytec pcm043 (i.MX35) platforms"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX35
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-15 14:28:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-16 17:25:34 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-08-25 15:37:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
2010-06-23 09:49:34 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-06-16 10:26:53 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
2010-02-04 13:32:53 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2009-02-06 14:42:26 +00:00
|
|
|
help
|
|
|
|
Include support for Phytec pcm043 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
2009-05-19 08:01:03 +00:00
|
|
|
config MACH_ARMADILLO5X0
|
|
|
|
bool "Support Atmark Armadillo-500 Development Base Board"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-16 16:03:05 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-11-12 10:10:55 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_MMC
|
2010-06-16 10:23:11 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-02-26 17:36:32 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
2009-05-19 08:01:03 +00:00
|
|
|
help
|
|
|
|
Include support for Atmark Armadillo-500 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
2009-06-03 00:24:16 +00:00
|
|
|
config MACH_MX35_3DS
|
|
|
|
bool "Support MX35PDK platform"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX35
|
2010-10-21 08:15:50 +00:00
|
|
|
select MXC_DEBUG_BOARD
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-16 22:24:21 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-23 09:49:34 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-08-18 16:22:59 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
2009-06-03 00:24:16 +00:00
|
|
|
help
|
|
|
|
Include support for MX35PDK platform. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
2009-11-02 02:37:36 +00:00
|
|
|
|
|
|
|
config MACH_KZM_ARM11_01
|
|
|
|
bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX31
|
2010-06-23 09:46:16 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2009-11-02 02:37:36 +00:00
|
|
|
help
|
|
|
|
Include support for KZM-ARM11-01. This includes specific
|
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
i.MX35: add cpuimx35 support and its baseboard
* cpuimx35 integrates i.MX35, RAM, NAND, Ethernet, I2C RTC, USB Host,
USB OTG and I2C touchscreen controller
* mbimxsd provides access to LCD, Audio, LED, Switch button, UART ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-10 14:07:50 +00:00
|
|
|
config MACH_EUKREA_CPUIMX35
|
|
|
|
bool "Support Eukrea CPUIMX35 Platform"
|
2010-11-12 09:11:42 +00:00
|
|
|
select SOC_IMX35
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FLEXCAN
|
2010-11-12 15:40:06 +00:00
|
|
|
select IMX_HAVE_PLATFORM_FSL_USB2_UDC
|
2010-11-15 14:28:45 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX2_WDT
|
2010-06-30 10:16:24 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_I2C
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_IMX_UART
|
2010-11-15 10:57:49 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_EHCI
|
2010-06-30 10:16:24 +00:00
|
|
|
select IMX_HAVE_PLATFORM_MXC_NAND
|
2010-11-19 20:03:33 +00:00
|
|
|
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
|
i.MX35: add cpuimx35 support and its baseboard
* cpuimx35 integrates i.MX35, RAM, NAND, Ethernet, I2C RTC, USB Host,
USB OTG and I2C touchscreen controller
* mbimxsd provides access to LCD, Audio, LED, Switch button, UART ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-10 14:07:50 +00:00
|
|
|
select MXC_ULPI if USB_ULPI
|
|
|
|
help
|
|
|
|
Include support for Eukrea CPUIMX35 platform. This includes
|
|
|
|
specific configurations for the board and its peripherals.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Baseboard"
|
|
|
|
depends on MACH_EUKREA_CPUIMX35
|
2010-07-23 12:56:39 +00:00
|
|
|
default MACH_EUKREA_MBIMXSD35_BASEBOARD
|
i.MX35: add cpuimx35 support and its baseboard
* cpuimx35 integrates i.MX35, RAM, NAND, Ethernet, I2C RTC, USB Host,
USB OTG and I2C touchscreen controller
* mbimxsd provides access to LCD, Audio, LED, Switch button, UART ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-10 14:07:50 +00:00
|
|
|
|
2010-07-23 12:56:39 +00:00
|
|
|
config MACH_EUKREA_MBIMXSD35_BASEBOARD
|
2010-08-25 15:37:45 +00:00
|
|
|
bool "Eukrea MBIMXSD development board"
|
|
|
|
select IMX_HAVE_PLATFORM_IMX_SSI
|
i.MX35: add cpuimx35 support and its baseboard
* cpuimx35 integrates i.MX35, RAM, NAND, Ethernet, I2C RTC, USB Host,
USB OTG and I2C touchscreen controller
* mbimxsd provides access to LCD, Audio, LED, Switch button, UART ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-06-10 14:07:50 +00:00
|
|
|
help
|
|
|
|
This adds board specific devices that can be found on Eukrea's
|
|
|
|
MBIMXSD evaluation board.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2009-01-29 13:42:25 +00:00
|
|
|
endif
|