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

« back to all changes in this revision

Viewing changes to arch/arm/mach-ux500/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:
5
5
        default y
6
6
        select ARM_GIC
7
7
        select HAS_MTU
8
 
        select NOMADIK_GPIO
9
8
        select ARM_ERRATA_753970
10
9
 
11
10
menu "Ux500 SoC"
12
11
 
13
12
config UX500_SOC_DB5500
14
13
        bool "DB5500"
 
14
        select MFD_DB5500_PRCMU
15
15
 
16
16
config UX500_SOC_DB8500
17
17
        bool "DB8500"
 
18
        select MFD_DB8500_PRCMU
 
19
        select REGULATOR_DB8500_PRCMU
18
20
 
19
21
endmenu
20
22