Convert CONFIG_HWCONFIG to Kconfig

This converts the following to Kconfig:
   CONFIG_HWCONFIG

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2022-11-19 18:45:16 -05:00
parent d9feb83505
commit 19b4040df0
47 changed files with 22 additions and 40 deletions

View File

@@ -676,6 +676,10 @@ config CLOCKS
bool "Call set_cpu_clk_info"
depends on ARM
config HWCONFIG
bool "hwconfig infrastructure"
default y if PPC || ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3
config SYS_FSL_CLK
bool
depends on ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3 || \