Re: [PATCH 7/7] linux-kbuild: fix: process config options set to "y"
From: David Hunter
Date: Thu Oct 10 2024 - 16:48:01 EST
Is there any case when this condition is met?
On my computer, there are no cases where this condition is met. I am
aware of config options that are numbers or are strings; however, I am
unsure if any of them are dependencies for another config.
If you would like me to, I can make a script that can figure this out.
Even if there are config options like this, though, I am not sure that
skipping them would be the right thing to do. I think the best thing to
do would be to remove this condition.
Let me know if you would like me to make a script to find out how many
config entries are simultaneously not tristate and dependencies for
other config entries. Also let me know if you think that I should leave
the condition in.
My version 2 of this patch will not have the condtion in it.
Thanks,
David Hunter