~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        prompt "ST SPEAr Family"
9
9
        default ARCH_SPEAR3XX
10
10
 
 
11
config ARCH_SPEAR13XX
 
12
        bool "ST SPEAr13xx with Device Tree"
 
13
        select ARM_GIC
 
14
        select CPU_V7
 
15
        select USE_OF
 
16
        select HAVE_SMP
 
17
        select MIGHT_HAVE_CACHE_L2X0
 
18
        select PINCTRL
 
19
        help
 
20
          Supports for ARM's SPEAR13XX family
 
21
 
11
22
config ARCH_SPEAR3XX
12
 
        bool "SPEAr3XX"
 
23
        bool "ST SPEAr3xx with Device Tree"
13
24
        select ARM_VIC
14
25
        select CPU_ARM926T
 
26
        select USE_OF
 
27
        select PINCTRL
15
28
        help
16
29
          Supports for ARM's SPEAR3XX family
17
30
 
25
38
endchoice
26
39
 
27
40
# Adding SPEAr machine specific configuration files
 
41
source "arch/arm/mach-spear13xx/Kconfig"
28
42
source "arch/arm/mach-spear3xx/Kconfig"
29
43
source "arch/arm/mach-spear6xx/Kconfig"
30
44