diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:14 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 7c2e535770f56f5788e3771b9ee2dbf40ec4d93f (patch) | |
tree | 4c6e27ee8f65f9ee14922bee82d59c8e097a0ccf /configs/tuge1_defconfig | |
parent | e35012e802de17c60cb38d0201ca4f1afb071d4c (diff) | |
download | u-boot-7c2e535770f56f5788e3771b9ee2dbf40ec4d93f.tar.gz |
mpc83xx: Migrate CONFIG_LCRR_* to Kconfig
Migrate the CONFIG_LCRR_* settings to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/tuge1_defconfig')
-rw-r--r-- | configs/tuge1_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/tuge1_defconfig b/configs/tuge1_defconfig index fb18a46ec6..550f524a3c 100644 --- a/configs/tuge1_defconfig +++ b/configs/tuge1_defconfig @@ -157,3 +157,6 @@ CONFIG_OR2_EAD_EXTRA=y CONFIG_OR2_SCY_2=y CONFIG_OR2_TRLX_RELAXED=y CONFIG_OR2_EHTR_4_CYCLE=y +CONFIG_LCRR_DBYP_PLL_BYPASSED=y +CONFIG_LCRR_EADC_1=y +CONFIG_LCRR_CLKDIV_2=y |