~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/tile/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        def_bool y
6
6
        select HAVE_KVM if !TILEGX
7
7
        select GENERIC_FIND_FIRST_BIT
8
 
        select GENERIC_FIND_NEXT_BIT
9
8
        select USE_GENERIC_SMP_HELPERS
10
9
        select CC_OPTIMIZE_FOR_SIZE
11
10
        select HAVE_GENERIC_HARDIRQS
12
11
        select GENERIC_IRQ_PROBE
13
12
        select GENERIC_PENDING_IRQ if SMP
14
13
        select GENERIC_IRQ_SHOW
 
14
        select SYS_HYPERVISOR
15
15
 
16
16
# FIXME: investigate whether we need/want these options.
17
17
#       select HAVE_IOREMAP_PROT
339
339
 
340
340
source "drivers/pci/Kconfig"
341
341
 
 
342
config HOTPLUG
 
343
        bool "Support for hot-pluggable devices"
 
344
        ---help---
 
345
          Say Y here if you want to plug devices into your computer while
 
346
          the system is running, and be able to use them quickly.  In many
 
347
          cases, the devices can likewise be unplugged at any time too.
 
348
          One well-known example of this is USB.
 
349
 
342
350
source "drivers/pci/hotplug/Kconfig"
343
351
 
344
352
endmenu