Re: two more oddities with the fs/Kconfig file

From: Adrian Bunk (bunk@fs.tum.de)
Date: Sun Jan 12 2003 - 02:34:06 EST


On Sun, Jan 12, 2003 at 02:07:13AM -0500, Robert P. J. Day wrote:
>
> there are a few options that are categorized as simply
> "bool", with no following label -- examples being UMSDOS,
> QUOTACTL, and a couple of others. without a label on that
> line, the option is not displayed for selection anywhere
> on the menu. is this deliberate?
>...

Yes, this is what was called define_bool in the old kconfig.

E.g.

config QUOTACTL
        bool
        depends on XFS_QUOTA || QUOTA
        default y

says that QUOTACTL is automatically selected if XFS_QUOTA or QUOTA is
selected. This is a config option that is never visible to the user
configuring the kernel.

> rday

cu
Adrian

-- 

"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

- 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/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:39 EST