Bug 3428

Summary: make menuconfig generates wrong .config
Product: [Retired] Red Hat Linux Reporter: p929001
Component: kernelAssignee: Alan Cox <alan>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-16 16:38:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description p929001 1999-06-13 12:14:27 UTC
Using 'make menuconfig' generates a .config file that has a
wrong entry. If one deselects the MSDOS file system
(CONFIG_MSDOS_FS), the option for UMSDOS (CONFIG_UMSDOS_FS)
is not shown (which is of course OK). However, in the
.config generated, the entries are

# CONFIG_MSDOS_FS is not set
CONFIG_UMSDOS_FS=y

- which of course generates an error when compiling the
kernel.

Comment 1 Jay Turner 1999-06-14 17:48:59 UTC
Confirmed in test lab.  make xconfig does not have same problem.

Comment 2 Alan Cox 1999-06-16 16:38:59 UTC
We know. Its basically unfixable without a major rewrite of the config
handling. That is being worked on for 2.3/2.4

Alan