commit | 4143a237947576b581eed1eaf88c207df80d418e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Jul 31 21:08:28 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 16:10:49 2022 -0400 |
tree | 3e8c198fc6f9d0906928377de928170df1786d2b | |
parent | 1de46d91dddfd60107c665530aed6ac25f55960e [diff] |
Convert CONFIG_SYS_FSL_PCIE_COMPAT to Kconfig This converts the following to Kconfig: CONFIG_SYS_FSL_PCIE_COMPAT To do this, introduce a choice and option for each of the strings used and set CONFIG_SYS_FSL_PCIE_COMPAT based on that. Signed-off-by: Tom Rini <trini@konsulko.com>