diff options
Diffstat (limited to 'arch/alpha/config.in')
-rw-r--r-- | arch/alpha/config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in index ce5c0853e..8e44bb0e2 100644 --- a/arch/alpha/config.in +++ b/arch/alpha/config.in @@ -55,12 +55,16 @@ choice 'Alpha system type' \ # clear all implied options (don't want default values for those): unset CONFIG_ALPHA_EV4 CONFIG_ALPHA_EV5 CONFIG_ALPHA_EV6 -unset CONFIG_PCI CONFIG_ALPHA_EISA +unset CONFIG_PCI CONFIG_ISA CONFIG_ALPHA_EISA unset CONFIG_ALPHA_LCA CONFIG_ALPHA_APECS CONFIG_ALPHA_CIA unset CONFIG_ALPHA_T2 CONFIG_ALPHA_PYXIS CONFIG_ALPHA_POLARIS unset CONFIG_ALPHA_TSUNAMI CONFIG_ALPHA_MCPCIA unset CONFIG_ALPHA_IRONGATE +# Most of these machines have ISA slots; not exactly sure which don't, +# and this doesn't activate hordes of code, so do it always. +define_bool CONFIG_ISA y + if [ "$CONFIG_ALPHA_GENERIC" = "y" ] then define_bool CONFIG_PCI y |