Re: [PATCH v3 2/3] kconfig: Add support for conditional values

2022-01-15 Thread Simon Glass
+U-Boot Mailing List to update patchwork so 'patman status' works On Fri, 14 Jan 2022 at 21:52, Rasmus Villemoes wrote: > > (Sorry for formatting, on phone) > > At present if an optional Kconfig value needs to be used it must be > bracketed by #ifdef. For example, with this Kconfig setup: > >

[PATCH v3 2/3] kconfig: Add support for conditional values

2022-01-14 Thread Simon Glass
At present if an optional Kconfig value needs to be used it must be bracketed by #ifdef. For example, with this Kconfig setup: config WIBBLE bool "Support wibbles, the world needs more wibbles" config WIBBLE_ADDR hex "Address of the wibble" depends on WIBBLE then the