public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Schlemmer <azarah@gentoo.org>
To: Krishnakumar B <kitty@cse.wustl.edu>
Cc: KML <linux-kernel@vger.kernel.org>, Andrew Morton <akpm@digeo.com>
Subject: VT and VT_CONSOLE not present with menuconfig if INPUT=m  (was: 2.5.67+ BK-current fails to boot on Athlon MP)
Date: 12 Apr 2003 09:00:58 +0200	[thread overview]
Message-ID: <1050130858.2754.77.camel@workshop.saharact.lan> (raw)
In-Reply-To: <16023.20727.42247.824975@samba.doc.wustl.edu>

On Sat, 2003-04-12 at 01:34, Krishnakumar B wrote:
> Hi,
> 
> I am trying to get 2.5.x to boot on my new Athlon 2400+ MP box. For some
> reason, the kernel doesn't progress beyond
> 
> Uncompressing Linux...Ok, booting the kernel.
> 

You need 'Virtual terminal' and 'Console on VT' enabled:

$ grep VT .config
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
$


But this brings me to the main issue .. any reason why you need
to have INPUT=y to be able to select CONFIG_VT and CONFIG_VT_CONSOLE ?
If INPUT=m for instance, it is not present ...

Won't it be better to make CONFIG_INPUT a bool (only y or n), as with
this setup, you can still compile the other input drivers as modules ..

------------------------------------------------------------------------
--- 1/drivers/input/Kconfig	2003-04-12 08:53:33.000000000 +0200
+++ 2/drivers/input/Kconfig	2003-04-12 09:00:17.000000000 +0200
@@ -5,7 +5,7 @@
 menu "Input device support"
 
 config INPUT
-	tristate "Input devices (needed for keyboard, mouse, ...)"
+	bool "Input devices (needed for keyboard, mouse, ...)"
 	default y
 	---help---
 	  Say Y here if you have any input device (mouse, keyboard, tablet,
@@ -19,11 +19,6 @@
 
 	  If unsure, say Y.
 
-	  This driver is also available as a module ( = code which can be
-	  inserted in and removed from the running kernel whenever you want).
-	  The module will be called input. If you want to compile it as a
-	  module, say M here and read <file:Documentation/modules.txt>.
-
 comment "Userland interfaces"
 
 config INPUT_MOUSEDEV
------------------------------------------------------------------------

Sorry, I am not sure who does this bit, so I CC'd Andrew as well, as
I want to remember that he did some changes to VT and SERIAL console
in the past.


Regards,

-- 
Martin Schlemmer



  reply	other threads:[~2003-04-12  6:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-11 23:34 2.5.67+ BK-current fails to boot on Athlon MP Krishnakumar B
2003-04-12  7:00 ` Martin Schlemmer [this message]
2003-04-15 18:58   ` VT and VT_CONSOLE not present with menuconfig if INPUT=m (was: 2.5.67+ BK-current fails to boot on Athlon MP) James Simmons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1050130858.2754.77.camel@workshop.saharact.lan \
    --to=azarah@gentoo.org \
    --cc=akpm@digeo.com \
    --cc=kitty@cse.wustl.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox