~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/m68k/Kconfig.bus

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/m68k/Kconfig.bus (Architecture i386) and /arch/m68k/Kconfig.bus (Architecture m68k)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 if MMU                                              2 if MMU
  3                                                     3 
  4 comment "Bus Support"                               4 comment "Bus Support"
  5                                                     5 
  6 config DIO                                          6 config DIO
  7         bool "DIO bus support"                      7         bool "DIO bus support"
  8         depends on HP300                            8         depends on HP300
  9         default y                                   9         default y
 10         help                                       10         help
 11           Say Y here to enable support for the     11           Say Y here to enable support for the "DIO" expansion bus used in
 12           HP300 machines. If you are using suc     12           HP300 machines. If you are using such a system you almost certainly
 13           want this.                               13           want this.
 14                                                    14 
 15 config NUBUS                                       15 config NUBUS
 16         bool                                       16         bool
 17         depends on MAC                             17         depends on MAC
 18         default y                                  18         default y
 19                                                    19 
 20 config ZORRO                                       20 config ZORRO
 21         bool "Amiga Zorro (AutoConfig) bus sup     21         bool "Amiga Zorro (AutoConfig) bus support"
 22         depends on AMIGA                           22         depends on AMIGA
 23         help                                       23         help
 24           This enables support for the Zorro b     24           This enables support for the Zorro bus in the Amiga. If you have
 25           expansion cards in your Amiga that c     25           expansion cards in your Amiga that conform to the Amiga
 26           AutoConfig(tm) specification, say Y,     26           AutoConfig(tm) specification, say Y, otherwise N. Note that even
 27           expansion cards that do not fit in t     27           expansion cards that do not fit in the Zorro slots but fit in e.g.
 28           the CPU slot may fall in this catego     28           the CPU slot may fall in this category, so you have to say Y to let
 29           Linux use these.                         29           Linux use these.
 30                                                    30 
 31 config AMIGA_PCMCIA                                31 config AMIGA_PCMCIA
 32         bool "Amiga 1200/600 PCMCIA support"       32         bool "Amiga 1200/600 PCMCIA support"
 33         depends on AMIGA                           33         depends on AMIGA
 34         help                                       34         help
 35           Include support in the kernel for pc     35           Include support in the kernel for pcmcia on Amiga 1200 and Amiga
 36           600. If you intend to use pcmcia car     36           600. If you intend to use pcmcia cards say Y; otherwise say N.
 37                                                    37 
 38 config ISA                                         38 config ISA
 39         bool                                       39         bool
 40         depends on Q40 || AMIGA_PCMCIA             40         depends on Q40 || AMIGA_PCMCIA
 41         default y                                  41         default y
 42         help                                       42         help
 43           Find out whether you have ISA slots      43           Find out whether you have ISA slots on your motherboard.  ISA is the
 44           name of a bus system, i.e. the way t     44           name of a bus system, i.e. the way the CPU talks to the other stuff
 45           inside your box.  Other bus systems      45           inside your box.  Other bus systems are PCI, EISA, MicroChannel
 46           (MCA) or VESA.  ISA is an older syst     46           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
 47           newer boards don't support it.  If y     47           newer boards don't support it.  If you have ISA, say Y, otherwise N.
 48                                                    48 
 49 config ATARI_ROM_ISA                               49 config ATARI_ROM_ISA
 50         bool "Atari ROM port ISA adapter suppo     50         bool "Atari ROM port ISA adapter support"
 51         depends on ATARI                           51         depends on ATARI
 52         help                                       52         help
 53           This option enables support for the      53           This option enables support for the ROM port ISA adapter used to
 54           operate ISA cards on Atari. Only 8       54           operate ISA cards on Atari. Only 8  bit cards are supported, and
 55           no interrupt lines are connected.        55           no interrupt lines are connected.
 56           The only driver currently using this     56           The only driver currently using this adapter is the EtherNEC
 57           driver for RTL8019AS based NE2000 co     57           driver for RTL8019AS based NE2000 compatible network cards.
 58                                                    58 
 59 source "drivers/zorro/Kconfig"                     59 source "drivers/zorro/Kconfig"
 60                                                    60 
 61 endif                                              61 endif
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php