IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c
[linux-2.6/verdex.git] / arch / arm / plat-mxc / Kconfig
blob03a65c0dfb6087de55a7b0627351d8406f38b278
1 if ARCH_MXC
3 menu "Freescale MXC Implementations"
5 choice
6         prompt "MXC/iMX System Type"
7         default 0
9 config ARCH_MX3
10         bool "MX3-based"
11         help
12           This enables support for systems based on the Freescale i.MX3 family
14 endchoice
16 source "arch/arm/mach-mx3/Kconfig"
18 endmenu
20 endif