File tree Expand file tree Collapse file tree 5 files changed +0
-107
lines changed Expand file tree Collapse file tree 5 files changed +0
-107
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ CONFIG_EXPERT=y
7
7
CONFIG_MODULES=y
8
8
CONFIG_ARCH_FOOTBRIDGE=y
9
9
CONFIG_ARCH_CATS=y
10
- CONFIG_ARCH_PERSONAL_SERVER=y
11
10
CONFIG_ARCH_EBSA285_HOST=y
12
11
CONFIG_ARCH_NETWINDER=y
13
12
CONFIG_LEDS=y
Original file line number Diff line number Diff line change @@ -16,27 +16,6 @@ config ARCH_CATS
16
16
17
17
Saying N will reduce the size of the Footbridge kernel.
18
18
19
- config ARCH_PERSONAL_SERVER
20
- bool "Compaq Personal Server"
21
- select FOOTBRIDGE_HOST
22
- select ISA
23
- select ISA_DMA
24
- select FORCE_PCI
25
- help
26
- Say Y here if you intend to run this kernel on the Compaq
27
- Personal Server.
28
-
29
- Saying N will reduce the size of the Footbridge kernel.
30
-
31
- The Compaq Personal Server is not available for purchase.
32
- There are no product plans beyond the current research
33
- prototypes at this time. Information is available at:
34
-
35
- <http://www.crl.hpl.hp.com/projects/personalserver/>
36
-
37
- If you have any questions or comments about the Compaq Personal
38
- Server, send e-mail to <skiff@crl.dec.com>.
39
-
40
19
config ARCH_EBSA285_ADDIN
41
20
bool "EBSA285 (addin mode)"
42
21
select ARCH_EBSA285
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ pci-y += dc21285.o
11
11
pci-$(CONFIG_ARCH_CATS) += cats-pci.o
12
12
pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
13
13
pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
14
- pci-$(CONFIG_ARCH_PERSONAL_SERVER) += personal-pci.o
15
14
16
15
obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
17
16
obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
18
17
obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
19
- obj-$(CONFIG_ARCH_PERSONAL_SERVER) += personal.o dc21285-timer.o
20
18
21
19
obj-$(CONFIG_PCI) +=$(pci-y )
22
20
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments