]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-stmp3xxx/Kconfig
dcdbe327fed3a11d43d7f176d961c7074d325dcc
[karo-tx-linux.git] / arch / arm / plat-stmp3xxx / Kconfig
1 if ARCH_STMP3XXX
2
3 menu "Freescale STMP3xxx implementations"
4
5 choice
6         prompt "Select STMP3xxx chip family"
7
8 config ARCH_STMP378X
9         bool "Freescale STMP378x"
10         select CPU_ARM926T
11         ---help---
12          STMP378x refers to 3780 through 3789 chips
13
14 endchoice
15
16 choice
17         prompt "Select STMP3xxx board type"
18
19 config MACH_STMP378X
20         depends on ARCH_STMP378X
21         bool "Freescale STMP378x development board"
22
23 endchoice
24
25 endmenu
26
27 endif