summaryrefslogtreecommitdiffstats
path: root/arch/sparc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/config.in')
-rw-r--r--arch/sparc/config.in17
1 files changed, 10 insertions, 7 deletions
diff --git a/arch/sparc/config.in b/arch/sparc/config.in
index 3f0ab09b6..e3aaea31c 100644
--- a/arch/sparc/config.in
+++ b/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.54 1998/03/27 06:59:39 davem Exp $
+# $Id: config.in,v 1.58 1998/07/29 05:06:41 davem Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -36,6 +36,13 @@ if [ "$CONFIG_AP1000" = "y" ]; then
else
bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
+ mainmenu_option next_comment
+ comment 'Console drivers'
+ bool 'PROM console' CONFIG_PROM_CONSOLE
+ bool 'Support Frame buffer devices' CONFIG_FB
+ source drivers/video/Config.in
+ endmenu
+
# Global things across all Sun machines.
define_bool CONFIG_SBUS y
define_bool CONFIG_SBUSCHAR y
@@ -48,8 +55,7 @@ else
define_bool CONFIG_SUN_AUXIO y
define_bool CONFIG_SUN_IO y
if [ "$CONFIG_SUN4" = "y" ]; then
- bool 'Sun FB drivers appear in PROCFS' SUN_FBS_IN_PROCFS
- bool 'bwtwo support' SUN_FB_BWTWO
+ bool 'Force early PROM Console' CONFIG_SUN4_FORCECONSOLE
else
source drivers/sbus/char/Config.in
source drivers/sbus/audio/Config.in
@@ -179,9 +185,6 @@ endmenu
mainmenu_option next_comment
comment 'Kernel hacking'
-bool 'Kernel profiling support' CONFIG_PROFILE
-if [ "$CONFIG_PROFILE" = "y" ]; then
- int ' Profile shift count' CONFIG_PROFILE_SHIFT 2
-fi
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
endmenu
+