powerpc/numa: Look for ibm, associativity-reference-points at the root
[linux-2.6/btrfs-unstable.git] / arch / arm / plat-stmp3xxx / Kconfig
blob2cf37c35951bf6333c3593f7ad7a68cdac04792d
1 if ARCH_STMP3XXX
3 menu "Freescale STMP3xxx implementations"
5 choice
6         prompt "Select STMP3xxx chip family"
8 config ARCH_STMP37XX
9         bool "Freescale SMTP37xx"
10         select CPU_ARM926T
11         ---help---
12          STMP37xx refers to 3700 through 3769 chips
14 config ARCH_STMP378X
15         bool "Freescale STMP378x"
16         select CPU_ARM926T
17         ---help---
18          STMP378x refers to 3780 through 3789 chips
20 endchoice
22 choice
23         prompt "Select STMP3xxx board type"
25 config MACH_STMP37XX
26         depends on ARCH_STMP37XX
27         bool "Freescale STMP37xx development board"
29 config MACH_STMP378X
30         depends on ARCH_STMP378X
31         bool "Freescale STMP378x development board"
33 endchoice
35 endmenu
37 endif