commit | d02971e2faebd7206e81998604f992b6b991c7d1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Feb 25 11:19:47 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 03 16:51:19 2022 -0500 |
tree | 5760515ea41c2564a50574ee1eabef93caa48f2e | |
parent | 9a04d7d0a63eec298e756d922fc058379018da14 [diff] [blame] |
Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig This converts the following to Kconfig: CONFIG_BOARD_POSTCLK_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 35e5b89..8f668cc 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig
@@ -13,6 +13,7 @@ config TARGET_XTFPGA bool "Support XTFPGA" + select BOARD_POSTCLK_INIT endchoice