summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/char
diff options
context:
space:
mode:
authorAlex deVries <Alex.deVries@windriver.com>1999-01-27 04:50:27 +0000
committerAlex deVries <Alex.deVries@windriver.com>1999-01-27 04:50:27 +0000
commit6f8fbd8c4d4278453711319149ffffd3bf09df26 (patch)
treeb5e099c8147be763fa6a1172b0b9eb532fe3f305 /drivers/sgi/char
parentec64862792a20b0114c4cf556f270a49dec5dc7b (diff)
Ulf's HAL driver.
- Alex
Diffstat (limited to 'drivers/sgi/char')
-rw-r--r--drivers/sgi/char/Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/sgi/char/Config.in b/drivers/sgi/char/Config.in
deleted file mode 100644
index d3aece75d..000000000
--- a/drivers/sgi/char/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Character device configuration
-#
-mainmenu_option next_comment
-comment 'SGI Character devices'
-
-bool 'SGI Zilog85C30 serial support' CONFIG_SGI_SERIAL
-if [ "$CONFIG_SGI_SERIAL" != "n" ]; then
- define_bool CONFIG_SERIAL y
-fi
-
-bool 'SGI DS1286 RTC support' CONFIG_SGI_DS1286
-
-endmenu