sparc: add "Bus options" to Kconfig
To align with sparc64 add a "Bus options" menu This has the additiona advantage that all bus options are kept together Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
12e271a84e
commit
4b27e0e118
1 changed files with 67 additions and 61 deletions
|
@ -92,50 +92,6 @@ config NR_CPUS
|
||||||
source "kernel/Kconfig.hz"
|
source "kernel/Kconfig.hz"
|
||||||
|
|
||||||
# Global things across all Sun machines.
|
# 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
|
config SERIAL_CONSOLE
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -159,14 +115,6 @@ config SERIAL_CONSOLE
|
||||||
|
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config SUN_AUXIO
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SUN_IO
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config RWSEM_GENERIC_SPINLOCK
|
config RWSEM_GENERIC_SPINLOCK
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -212,6 +160,73 @@ config SUN_PM
|
||||||
Enable power management and CPU standby features on supported
|
Enable power management and CPU standby features on supported
|
||||||
SPARC platforms.
|
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
|
config PCI
|
||||||
bool "Support for PCI and PS/2 keyboard/mouse"
|
bool "Support for PCI and PS/2 keyboard/mouse"
|
||||||
help
|
help
|
||||||
|
@ -237,15 +252,6 @@ config SUN_OPENPROMFS
|
||||||
Only choose N if you know in advance that you will not need to modify
|
Only choose N if you know in advance that you will not need to modify
|
||||||
OpenPROM settings on the running system.
|
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
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue