|
@@ -81,12 +81,14 @@ comment "MX27 platforms:"
|
|
|
|
|
|
config MACH_MX27ADS
|
|
|
bool "MX27ADS platform"
|
|
|
+ select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
help
|
|
|
Include support for MX27ADS platform. This includes specific
|
|
|
configurations for the board and its peripherals.
|
|
|
|
|
|
config MACH_PCM038
|
|
|
bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
|
|
|
+ select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
select MXC_ULPI if USB_ULPI
|
|
|
help
|
|
|
Include support for phyCORE-i.MX27 (aka pcm038) platform. This
|
|
@@ -108,6 +110,7 @@ endchoice
|
|
|
|
|
|
config MACH_CPUIMX27
|
|
|
bool "Eukrea CPUIMX27 module"
|
|
|
+ select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
help
|
|
|
Include support for Eukrea CPUIMX27 platform. This includes
|
|
|
specific configurations for the module and its peripherals.
|
|
@@ -147,6 +150,7 @@ config MACH_IMX27LITE
|
|
|
|
|
|
config MACH_PCA100
|
|
|
bool "Phytec phyCARD-s (pca100)"
|
|
|
+ select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
select MXC_ULPI if USB_ULPI
|
|
|
help
|
|
|
Include support for phyCARD-s (aka pca100) platform. This
|
|
@@ -154,6 +158,7 @@ config MACH_PCA100
|
|
|
|
|
|
config MACH_MXT_TD60
|
|
|
bool "Maxtrack i-MXT TD60"
|
|
|
+ select IMX_HAVE_PLATFORM_MXC_NAND
|
|
|
help
|
|
|
Include support for i-MXT (aka td60) platform. This
|
|
|
includes specific configurations for the module and its peripherals.
|