diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:12 -0500 |
commit | 19b4040df03813ffeb3af77d4f44b1b08013bf77 (patch) | |
tree | ad3418b104fa71b27eed08cc4726ac1648fe86b9 /common | |
parent | d9feb83505b3a7c06487a1748db4f20ad189e33a (diff) | |
download | u-boot-19b4040df03813ffeb3af77d4f44b1b08013bf77.tar.gz |
Convert CONFIG_HWCONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_HWCONFIG
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig index 21434c5cf1..053e93eb1a 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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 || \ |