Re: [PATCH] kconfig update

Roman Zippel (zippel@linux-m68k.org)
Sun, 9 Mar 2003 13:46:18 +0100 (CET)


Hi,

On Sun, 9 Mar 2003, Roman Zippel wrote:

> It took a bit longer than I wanted, but here is finally another kconfig
> update. There are two important changes: I included Romain's gtk front
> end and the support for the menuconfig keyword.

BTW here is a simple menuconfig example, if someone wants to know, how it
looks like:

--- linux-2.5/arch/i386/Kconfig 2003-03-08 22:35:23.000000000 +0100
+++ linux-2.5-lc/arch/i386/Kconfig 2003-03-09 13:35:04.000000000 +0100
@@ -1305,9 +1305,7 @@
endmenu


-menu "SCSI device support"
-
-config SCSI
+menuconfig SCSI
tristate "SCSI device support"
---help---
If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
@@ -1329,8 +1327,6 @@

source "drivers/scsi/Kconfig"

-endmenu
-

menu "Old CD-ROM drivers (not SCSI, not IDE)"
depends on ISA

> The patch is at http://www.xs4all.nl/~zippel/lc/patches/kconfig-2.5.64.diff

bye, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/