Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 490228

Summary: sys-kernel/gentoo-sources-3.10.17: systemd kernel option should disable CONFIG_SYSFS_DEPRECATED
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED CANTFIX    
Severity: normal CC: systemd
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=652272
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2013-11-03 07:43:35 UTC
As sys-apps/systemd wants it disabled (also the wiki guide suggests that)

Thanks a lot!
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-11-03 11:48:19 UTC
You cannot deselect a config option as far as I know, `select ...` doesn't support that; as for depending on it, that effectively would hide the entry.

Since this is disabled by default and the ebuild warns for it, I think there is not much we can do here; feel free to explain if you see another way to do it.

See /usr/src/linux/Documentation/kbuild/kconfig-language.txt for reference.

PS: I have tried this when I wrote that file.
Comment 2 Pacho Ramos gentoo-dev 2013-11-03 11:49:45 UTC
Ah, ok, thanks for the explanation :)