commit | 08d148acbc57f39632290a7a6ff283bbdf3b7f5c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 23 13:43:54 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:20 2023 -0600 |
tree | 45f39b81362d8657028130c5f2a8af94d4ce37fd | |
parent | 35688b630b5ed6e487efe22490d25a7198c14f4b [diff] |
moveconfig: Drop CONFIG-moving code As a step towards cleaning out old code, drop most of the code that moves CONFIG options to Kconfig. This includes parse_one_config(). Drop the ACTION_... values as well, since they are no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org>