~ubuntu-branches/ubuntu/trusty/linux-armadaxp/trusty

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/apple/Kconfig

  • Committer: Package Import Robot
  • Author(s): Michael Casadevall, Bryan Wu, Dann Frazier, Michael Casadeall
  • Date: 2012-03-10 15:00:54 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120310150054-flugb39zon8vvgwe
Tags: 3.2.0-1600.1
[ Bryan Wu ]
* UBUNTU: import debian/debian.env and debian.armadaxp

[ Dann Frazier ]
* ARM: Armada XP: remove trailing '/' in dirnames in mvRules.mk

[ Michael Casadeall ]
* tools: add some tools for Marvell Armada XP processor
* kernel: timer tick hacking from Marvell
* kernel: Sheeva Errata: add delay on Sheeva when powering down
* net: add Marvell NFP netfilter
* net: socket and skb modifications made by Marvell
* miscdevice: add minor IDs for some Marvell Armada drivers
* fs: introduce memory pool for splice()
* video: EDID detection updates from Marvell Armada XP patchset
* video: backlight: add Marvell Dove LCD backlight driver
* video: display: add THS8200 display driver
* video: framebuffer: add Marvell Dove and Armada XP processor onchip LCD controller driver
* usbtest: add Interrupt transfer testing by Marvell Armada XP code
* usb: ehci: add support for Marvell EHCI controler
* tty/serial: 8250: add support for Marvell Armada XP processor and DeviceTree work
* rtc: add support for Marvell Armada XP onchip RTC controller
* net: pppoe: add Marvell ethernet NFP hook in PPPoE networking driver
* mtd: nand: add support for Marvell Armada XP Nand Flash Controller
* mtd: maps: add Marvell Armada XP specific map driver
* mmc: add support for Marvell Armada XP MMC/SD host controller
* i2c: add support for Marvell Armada XP onchip i2c bus controller
* hwmon: add Kconfig option for Armada XP onchip thermal sensor driver
* dmaengine: add Net DMA support for splice and update Marvell XOR DMA engine driver
* ata: add support for Marvell Armada XP SATA controller and update some quirks
* ARM: add Marvell Armada XP machine to mach-types
* ARM: oprofile: add support for Marvell PJ4B core
* ARM: mm: more ARMv6 switches for Marvell Armada XP
* ARM: remove static declaration to allow compilation
* ARM: alignment access fault trick
* ARM: mm: skip some fault fixing when run on NONE SMP ARMv6 mode during early abort event
* ARM: mm: add Marvell Sheeva CPU Architecture for PJ4B
* ARM: introduce optimized copy operation for Marvell Armada XP
* ARM: SAUCE: hardware breakpoint trick for Marvell Armada XP
* ARM: big endian and little endian tricks for Marvell Armada XP
* ARM: SAUCE: Add Marvell Armada XP build rules to arch/arm/kernel/Makefile
* ARM: vfp: add special handling for Marvell Armada XP
* ARM: add support for Marvell U-Boot
* ARM: add mv_controller_num for ARM PCI drivers
* ARM: add support for local PMUs, general SMP tweaks and cache flushing
* ARM: add Marvell device identifies in glue-proc.h
* ARM: add IPC driver support for Marvell platforms
* ARM: add DMA mapping for Marvell platforms
* ARM: add Sheeva errata and PJ4B code for booting
* ARM: update Kconfig and Makefile to include Marvell Armada XP platforms
* ARM: Armada XP: import LSP from Marvell for Armada XP 3.2 kernel enablement

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Apple device configuration
 
3
#
 
4
 
 
5
config NET_VENDOR_APPLE
 
6
        bool "Apple devices"
 
7
        default y
 
8
        depends on (PPC_PMAC && PPC32) || MAC
 
9
        ---help---
 
10
          If you have a network (Ethernet) card belonging to this class, say Y
 
11
          and read the Ethernet-HOWTO, available from
 
12
          <http://www.tldp.org/docs.html#howto>.
 
13
 
 
14
          Note that the answer to this question doesn't directly affect the
 
15
          kernel: saying N will just cause the configurator to skip all
 
16
          the questions about IBM devices. If you say Y, you will be asked for
 
17
          your specific card in the following questions.
 
18
 
 
19
if NET_VENDOR_APPLE
 
20
 
 
21
config MACE
 
22
        tristate "MACE (Power Mac ethernet) support"
 
23
        depends on PPC_PMAC && PPC32
 
24
        select CRC32
 
25
        ---help---
 
26
          Power Macintoshes and clones with Ethernet built-in on the
 
27
          motherboard will usually use a MACE (Medium Access Control for
 
28
          Ethernet) interface. Say Y to include support for the MACE chip.
 
29
 
 
30
          To compile this driver as a module, choose M here: the module
 
31
          will be called mace.
 
32
 
 
33
config MACE_AAUI_PORT
 
34
        bool "Use AAUI port instead of TP by default"
 
35
        depends on MACE
 
36
        ---help---
 
37
          Some Apple machines (notably the Apple Network Server) which use the
 
38
          MACE ethernet chip have an Apple AUI port (small 15-pin connector),
 
39
          instead of an 8-pin RJ45 connector for twisted-pair ethernet.  Say
 
40
          Y here if you have such a machine.  If unsure, say N.
 
41
          The driver will default to AAUI on ANS anyway, and if you use it as
 
42
          a module, you can provide the port_aaui=0|1 to force the driver.
 
43
 
 
44
config BMAC
 
45
        tristate "BMAC (G3 ethernet) support"
 
46
        depends on PPC_PMAC && PPC32
 
47
        select CRC32
 
48
        ---help---
 
49
          Say Y for support of BMAC Ethernet interfaces. These are used on G3
 
50
          computers.
 
51
 
 
52
          To compile this driver as a module, choose M here: the module
 
53
          will be called bmac.
 
54
 
 
55
config MACMACE
 
56
        bool "Macintosh (AV) onboard MACE ethernet"
 
57
        depends on MAC
 
58
        select CRC32
 
59
        ---help---
 
60
          Support for the onboard AMD 79C940 MACE Ethernet controller used in
 
61
          the 660AV and 840AV Macintosh.  If you have one of these Macintoshes
 
62
          say Y and read the Ethernet-HOWTO, available from
 
63
          <http://www.tldp.org/docs.html#howto>.
 
64
 
 
65
endif # NET_VENDOR_APPLE