This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Allowed characters in Kconfig string options

Hey,

I have some randomly generated strings I'd like to use as the values for my Kconfig string options but Kconfig doesn't seem to like these as they contain characters like "]" and ")". Is there a way I could somehow escape these characters or use some other trick to use them through Kconfig string options? Additionally, is there a list of characters that are allowed/disallowed for the string options so I could avoid these in the future when generating strings?

Related