<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 20, 2021 at 1:07 PM Martin Herdeis <<a href="mailto:martinherdeis@gmx.de">martinherdeis@gmx.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Verdana;font-size:12px"><div>Hello,</div>

<div> </div>

<div>I am trying to learn more about the kernel build system and due to that I tried the following in the top level Kconfig file right at the beginning:</div>

<div> </div>

<div>
<div>config FOO<br>
        tristate<br>
        prompt "FOO"</div>

<div>config BAR<br>
        tristate "BAR" if FOO<br></div></div></div></div></blockquote><div><br></div><div><br></div><div>i suspect that last line - it feels like a thinko,</div><div>combining a declaration  and a dependency.</div><div><br></div><div>moreover,   `ack tristate`   (recursive grep w other nicetohaves)</div><div>shows 0 such uses.</div><div><br></div><div>heres typical usage</div><div><br>drivers/infiniband/hw/hfi1/Kconfig<br>3:    tristate "Intel OPA Gen1 support"<br><br>drivers/infiniband/hw/vmw_pvrdma/Kconfig<br>3:     tristate "VMware Paravirtualized RDMA Driver"<br><br>drivers/infiniband/hw/mlx4/Kconfig<br>3:       tristate "Mellanox ConnectX HCA support"<br><br>drivers/infiniband/hw/mthca/Kconfig<br>3:   tristate "Mellanox HCA support"<br><br>drivers/infiniband/hw/qib/Kconfig<br>3:      tristate "Intel PCIe HCA support"<br><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Verdana;font-size:12px"><div><div>
        default y</div>

<div> </div>

<div>Then I do a make menuconfig and choose the config option FOO with "m" then the config option BAR shows up with "y". if I exit and save this constellation m/y shows up in the .config file. But as I understand the logic the value of the config option FOO defines the upper level for the value of the config option BAR.</div>

<div> </div>

<div>When I do just a make menuconfig again both options show up as m even though in the .config file they are still saved as y/m.</div>

<div> </div>

<div>Is that a problem with the default value of BAR? Am I not supposed to give it a default value out of range when FOO is m?</div>

<div> </div>

<div> </div>

<div>Thank you,</div>

<div> </div>

<div>Martin</div>
</div></div></div>

_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org" target="_blank">Kernelnewbies@kernelnewbies.org</a><br>
<a href="https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div></div>