diff options
Diffstat (limited to 'arch/sh/config.in')
-rw-r--r-- | arch/sh/config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sh/config.in b/arch/sh/config.in index e3bfd113c..2ee913c3c 100644 --- a/arch/sh/config.in +++ b/arch/sh/config.in @@ -48,6 +48,7 @@ mainmenu_option next_comment comment 'General setup' define_bool CONFIG_ISA n +define_bool CONFIG_SBUS n bool 'Networking support' CONFIG_NET @@ -73,6 +74,8 @@ bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG if [ "$CONFIG_HOTPLUG" = "y" ] ; then source drivers/pcmcia/Config.in +else + define_bool CONFIG_PCMCIA n fi bool 'System V IPC' CONFIG_SYSVIPC @@ -170,8 +173,6 @@ if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then source drivers/char/pcmcia/Config.in fi -#source drivers/misc/Config.in - source fs/Config.in if [ "$CONFIG_VT" = "y" ]; then |