commit | d58d0663cbaa6a1ff9a71cafe777a2346ef24dc6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:12 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:06:43 2022 -0500 |
tree | 14f4b01053de01a64611fb3b7108d5ab3b44b7bc | |
parent | 060613f119837fafc7c90a5dcc1aa1bf81ff319b [diff] [blame] |
Convert CONFIG_FSL_LBC to Kconfig This converts the following to Kconfig: CONFIG_FSL_LBC Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index cf93a7b..0fc4ced 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig
@@ -34,6 +34,10 @@ endchoice +config FSL_LBC + def_bool y + depends on (MPC85xx || MPC83xx) && !FSL_IFC + config HIGH_BATS bool "Enable high BAT registers" help