~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-stmp3xxx/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if ARCH_STMP3XXX
2
 
 
3
 
menu "Freescale STMP3xxx implementations"
4
 
 
5
 
choice
6
 
        prompt "Select STMP3xxx chip family"
7
 
 
8
 
config ARCH_STMP37XX
9
 
        bool "Freescale SMTP37xx"
10
 
        select CPU_ARM926T
11
 
        ---help---
12
 
         STMP37xx refers to 3700 through 3769 chips
13
 
 
14
 
config ARCH_STMP378X
15
 
        bool "Freescale STMP378x"
16
 
        select CPU_ARM926T
17
 
        ---help---
18
 
         STMP378x refers to 3780 through 3789 chips
19
 
 
20
 
endchoice
21
 
 
22
 
choice
23
 
        prompt "Select STMP3xxx board type"
24
 
 
25
 
config MACH_STMP37XX
26
 
        depends on ARCH_STMP37XX
27
 
        bool "Freescale STMP37xx development board"
28
 
 
29
 
config MACH_STMP378X
30
 
        depends on ARCH_STMP378X
31
 
        bool "Freescale STMP378x development board"
32
 
 
33
 
endchoice
34
 
 
35
 
endmenu
36
 
 
37
 
endif