On Mon, 19 Mar 2018 21:24:50 +0000 (UTC) Duncan Hare <d...@synoia.com> wrote:
Joe My approach with the bootp options was a submenu in the net/Kconfig file. coupled with imply directives as suggested in defaults_distro_config. However: The "if NET" directive in net/kconfig precludes menu...endmenu directives between the if...endif. The menu directive precludes if...endif directives in a menu. A submenu for bootp/dhcp options appears not possible. The NET directive is selected by the CMD_NET directive in cmd/Kconfig. One can create a menuu/submenu by removeing the if NET...end directive, but that appears to defeat the objective of excluding the net component. Suggestions? Guidance? _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot