repo.or.cz
/
linux-2.6
/
kmemtrace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6/kmemtrace.git]
/
arch
/
arm
/
plat-mxc
/
Kconfig
blob
bb6e12738fb3d749c9c2c0c13a40532790aa571b
1
if ARCH_MXC
2
3
menu "Freescale MXC Implementations"
4
5
choice
6
prompt "MXC/iMX System Type"
7
default ARCH_MX3
8
9
config ARCH_MX3
10
bool "MX3-based"
11
help
12
This enables support for systems based on the Freescale i.MX3 family
13
14
endchoice
15
16
source "arch/arm/mach-mx3/Kconfig"
17
18
endmenu
19
20
endif