diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-04-06 20:45:02 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-04-06 20:45:02 +0000 |
commit | e9d60aa2c2bea7fd93d434431c46802c3d338790 (patch) | |
tree | ea35166c45b7c464226821d17906ca973c74e4be /drivers/char | |
parent | a12c76bf594505b0f112851ebdbe017911bb1289 (diff) |
We at least dont have PC Style serial ports on the IP22
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 32c66c442..a786581db 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -80,6 +80,10 @@ ifeq ($(CONFIG_DECSTATION),y) SERIAL = endif +ifeq ($(CONFIG_SGI_IP22),y) + SERIAL = +endif + ifeq ($(CONFIG_BAGET_MIPS),y) KEYBD = SERIAL = |