Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123324
b: refs/heads/master
c: 4b27e0e
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent 4cbc804 commit a4590f3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 62 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12e271a84ece4fcdeb2554ad4dae0ab500939332
refs/heads/master: 4b27e0e1189c605a89418754fac93a74a3434c31
128 changes: 67 additions & 61 deletions trunk/arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -92,50 +92,6 @@ config NR_CPUS
source "kernel/Kconfig.hz"

# Global things across all Sun machines.
config ISA
bool
help
ISA is found on Espresso only and is not supported currently.
Say N

config EISA
bool
help
EISA is not supported.
Say N

config MCA
bool
help
MCA is not supported.
Say N

config PCMCIA
tristate
---help---
Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
computer. These are credit-card size devices such as network cards,
modems or hard drives often used with laptops computers. There are
actually two varieties of these cards: the older 16 bit PCMCIA cards
and the newer 32 bit CardBus cards. If you want to use CardBus
cards, you need to say Y here and also to "CardBus support" below.

To use your PC-cards, you will need supporting software from David
Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
for location). Please also read the PCMCIA-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

To compile this driver as modules, choose M here: the
modules will be called pcmcia_core and ds.

config SBUS
bool
default y

config SBUSCHAR
bool
default y

config SERIAL_CONSOLE
bool
default y
Expand All @@ -159,14 +115,6 @@ config SERIAL_CONSOLE

If unsure, say N.

config SUN_AUXIO
bool
default y

config SUN_IO
bool
default y

config RWSEM_GENERIC_SPINLOCK
bool
default y
Expand Down Expand Up @@ -212,6 +160,73 @@ config SUN_PM
Enable power management and CPU standby features on supported
SPARC platforms.

config SPARC_LED
tristate "Sun4m LED driver"
help
This driver toggles the front-panel LED on sun4m systems
in a user-specifiable manner. Its state can be probed
by reading /proc/led and its blinking mode can be changed
via writes to /proc/led

source "mm/Kconfig"

endmenu

menu "Bus options (PCI etc.)"
config ISA
bool
help
ISA is found on Espresso only and is not supported currently.

config ISAPNP
bool
help
ISAPNP is not supported

config EISA
bool
help
EISA is not supported.

config MCA
bool
help
MCA is not supported.

config PCMCIA
tristate
---help---
Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
computer. These are credit-card size devices such as network cards,
modems or hard drives often used with laptops computers. There are
actually two varieties of these cards: the older 16 bit PCMCIA cards
and the newer 32 bit CardBus cards. If you want to use CardBus
cards, you need to say Y here and also to "CardBus support" below.

To use your PC-cards, you will need supporting software from David
Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
for location). Please also read the PCMCIA-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

To compile this driver as modules, choose M here: the
modules will be called pcmcia_core and ds.

config SBUS
bool
default y

config SBUSCHAR
bool
default y

config SUN_AUXIO
bool
default y

config SUN_IO
bool
default y

config PCI
bool "Support for PCI and PS/2 keyboard/mouse"
help
Expand All @@ -237,15 +252,6 @@ config SUN_OPENPROMFS
Only choose N if you know in advance that you will not need to modify
OpenPROM settings on the running system.

config SPARC_LED
tristate "Sun4m LED driver"
help
This driver toggles the front-panel LED on sun4m systems
in a user-specifiable manner. Its state can be probed
by reading /proc/led and its blinking mode can be changed
via writes to /proc/led

source "mm/Kconfig"

endmenu

Expand Down

0 comments on commit a4590f3

Please sign in to comment.