diff options
author | Tom Rini | 2022-02-25 11:19:47 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-03 16:51:19 -0500 |
commit | 6d21dd313b5d7baf0d125344de4e997a0341f348 (patch) | |
tree | 5760515ea41c2564a50574ee1eabef93caa48f2e /arch/xtensa | |
parent | da8592d5fa17a7184f9266fc17a880d57807a783 (diff) |
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 35e5b89dda0..8f668cc67ed 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -13,6 +13,7 @@ choice config TARGET_XTFPGA bool "Support XTFPGA" + select BOARD_POSTCLK_INIT endchoice |