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

« back to all changes in this revision

Viewing changes to arch/frv/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:
6
6
        select HAVE_IRQ_WORK
7
7
        select HAVE_PERF_EVENTS
8
8
        select HAVE_GENERIC_HARDIRQS
 
9
        select GENERIC_IRQ_SHOW
9
10
 
10
11
config ZONE_DMA
11
12
        bool
18
19
config RWSEM_XCHGADD_ALGORITHM
19
20
        bool
20
21
 
21
 
config GENERIC_FIND_NEXT_BIT
22
 
        bool
23
 
        default y
24
 
 
25
22
config GENERIC_HWEIGHT
26
23
        bool
27
24
        default y
357
354
 
358
355
config ARCH_SUSPEND_POSSIBLE
359
356
        def_bool y
360
 
        depends on !SMP
361
357
 
362
358
source kernel/power/Kconfig
363
359
endmenu