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

« back to all changes in this revision

Viewing changes to arch/m68k/Kconfig.bus

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if MMU
 
2
 
 
3
comment "Bus Support"
 
4
 
 
5
config DIO
 
6
        bool "DIO bus support"
 
7
        depends on HP300
 
8
        default y
 
9
        help
 
10
          Say Y here to enable support for the "DIO" expansion bus used in
 
11
          HP300 machines. If you are using such a system you almost certainly
 
12
          want this.
 
13
 
 
14
config NUBUS
 
15
        bool
 
16
        depends on MAC
 
17
        default y
 
18
 
 
19
config ZORRO
 
20
        bool "Amiga Zorro (AutoConfig) bus support"
 
21
        depends on AMIGA
 
22
        help
 
23
          This enables support for the Zorro bus in the Amiga. If you have
 
24
          expansion cards in your Amiga that conform to the Amiga
 
25
          AutoConfig(tm) specification, say Y, otherwise N. Note that even
 
26
          expansion cards that do not fit in the Zorro slots but fit in e.g.
 
27
          the CPU slot may fall in this category, so you have to say Y to let
 
28
          Linux use these.
 
29
 
 
30
config AMIGA_PCMCIA
 
31
        bool "Amiga 1200/600 PCMCIA support (EXPERIMENTAL)"
 
32
        depends on AMIGA && EXPERIMENTAL
 
33
        help
 
34
          Include support in the kernel for pcmcia on Amiga 1200 and Amiga
 
35
          600. If you intend to use pcmcia cards say Y; otherwise say N.
 
36
 
 
37
config ISA
 
38
        bool
 
39
        depends on Q40 || AMIGA_PCMCIA
 
40
        default y
 
41
        help
 
42
          Find out whether you have ISA slots on your motherboard.  ISA is the
 
43
          name of a bus system, i.e. the way the CPU talks to the other stuff
 
44
          inside your box.  Other bus systems are PCI, EISA, MicroChannel
 
45
          (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
 
46
          newer boards don't support it.  If you have ISA, say Y, otherwise N.
 
47
 
 
48
config GENERIC_ISA_DMA
 
49
        def_bool ISA
 
50
 
 
51
source "drivers/pci/Kconfig"
 
52
 
 
53
source "drivers/zorro/Kconfig"
 
54
 
 
55
endif
 
56
 
 
57
if !MMU
 
58
 
 
59
config ISA_DMA_API
 
60
        def_bool !M5272
 
61
 
 
62
source "drivers/pcmcia/Kconfig"
 
63
 
 
64
endif