diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-03 17:49:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-03 17:49:53 +0000 |
commit | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (patch) | |
tree | 5746fea1605ff013be9b78a1556aaad7615d664a /arch/alpha/config.in | |
parent | 80ea5b1e15398277650e1197957053b5a71c08bc (diff) |
Merge with Linux 2.1.131 plus some more MIPS goodies.
Diffstat (limited to 'arch/alpha/config.in')
-rw-r--r-- | arch/alpha/config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in index 9d0f5769e..48e924fd7 100644 --- a/arch/alpha/config.in +++ b/arch/alpha/config.in @@ -22,14 +22,6 @@ endmenu mainmenu_option next_comment comment 'General setup' -unset CONFIG_CROSSCOMPILE CONFIG_NATIVE - -if [ "`uname`" != "Linux" ]; then - define_bool CONFIG_CROSSCOMPILE y -else - define_bool CONFIG_NATIVE y -fi - choice 'Alpha system type' \ "Generic CONFIG_ALPHA_GENERIC \ Alcor/Alpha-XLT CONFIG_ALPHA_ALCOR \ @@ -175,8 +167,6 @@ then define_bool CONFIG_ALPHA_AVANTI y fi -#bool 'Echo console messages on /dev/ttyS0 (COM1)' CONFIG_SERIAL_ECHO - if [ "$CONFIG_PCI" = "y" ]; then bool 'PCI quirks' CONFIG_PCI_QUIRKS if [ "$CONFIG_PCI_QUIRKS" = "y" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then |