From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4.22-pre10] Cleanup DRM menu and give it a submenu
Date: Fri, 1 Aug 2003 12:40:17 +0200 [thread overview]
Message-ID: <200307312250.40474.m.c.p@wolk-project.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
Hi Marcelo,
I've been getting complaints about the menu structure from the linux kernel
config subsystem for a _long time_. Now let's clean up the DRM menu and give
it a submenu. We are getting close that the menu will look more cleaner :)
More cleanups for different menu's are following.
Please apply for 2.4.22-pre10. Thank you :)
ciao, Marc
[-- Attachment #2: 2.4-DRM-extramenu.patch --]
[-- Type: text/x-diff, Size: 1428 bytes --]
--- a/drivers/char/Config.in 2002-12-18 13:52:04.000000000 +0100
+++ b/drivers/char/Config.in 2002-12-18 13:52:23.000000000 +0100
@@ -317,18 +317,7 @@ if [ "$CONFIG_AGP" != "n" ]; then
fi
fi
-bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
-if [ "$CONFIG_DRM" = "y" ]; then
- bool ' Build drivers for old (XFree 4.0) DRM' CONFIG_DRM_OLD
- if [ "$CONFIG_DRM_OLD" = "y" ]; then
- comment 'DRM 4.0 drivers'
- source drivers/char/drm-4.0/Config.in
- else
- comment 'DRM 4.1 drivers'
- define_bool CONFIG_DRM_NEW y
- source drivers/char/drm/Config.in
- fi
-fi
+source drivers/char/DRM-Config.in
if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then
source drivers/char/pcmcia/Config.in
--- a/drivers/char/DRM-Config.in 2002-12-13 01:55:47.000000000 +0100
+++ b/drivers/char/DRM-Config.in 2002-12-18 13:50:54.000000000 +0100
@@ -0,0 +1,16 @@
+mainmenu_option next_comment
+comment 'Direct Rendering Manager (XFree86 DRI support)'
+bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
+if [ "$CONFIG_DRM" = "y" ]; then
+ bool ' Build drivers for old (XFree 4.0) DRM' CONFIG_DRM_OLD
+ if [ "$CONFIG_DRM_OLD" = "y" ]; then
+ comment 'DRM 4.0 drivers'
+ source drivers/char/drm-4.0/Config.in
+ else
+ comment 'DRM 4.1 drivers'
+ define_bool CONFIG_DRM_NEW y
+ source drivers/char/drm/Config.in
+ fi
+fi
+endmenu
+
next reply other threads:[~2003-08-01 10:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-01 10:40 Marc-Christian Petersen [this message]
2003-08-02 21:46 ` Ken Moffat
2003-08-02 22:35 ` Marc-Christian Petersen
2003-08-03 11:38 ` Ken Moffat
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=200307312250.40474.m.c.p@wolk-project.de \
--to=m.c.p@wolk-project.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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
all inboxes | Powered by JetHome®