summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRajesh Bhagat <rajesh.bhagat@nxp.com>2021-02-15 09:46:14 +0100
committerPriyanka Jain <priyanka.jain@nxp.com>2021-03-05 10:25:41 +0530
commitc8c0170f192e975c85aadb8ebcfb4d1ac3cfc5f2 (patch)
tree1d6a69dafd05c587de8741bd13044aca2b249551 /arch
parent504debcd8c1f4d86682ed8f3c7472284a2b6e822 (diff)
downloadu-boot-c8c0170f192e975c85aadb8ebcfb4d1ac3cfc5f2.tar.gz
u-boot-c8c0170f192e975c85aadb8ebcfb4d1ac3cfc5f2.tar.xz
u-boot-c8c0170f192e975c85aadb8ebcfb4d1ac3cfc5f2.zip
configs: fsl: move via specific defines to Kconfig
Moves below via specific defines to Kconfig: CONFIG_FSL_VIA Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index 6f90518927..1a4e0b93a6 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -51,14 +51,17 @@ config TARGET_P5040DS
config TARGET_MPC8541CDS
bool "Support MPC8541CDS"
select ARCH_MPC8541
+ select FSL_VIA
config TARGET_MPC8548CDS
bool "Support MPC8548CDS"
select ARCH_MPC8548
+ select FSL_VIA
config TARGET_MPC8555CDS
bool "Support MPC8555CDS"
select ARCH_MPC8555
+ select FSL_VIA
config TARGET_MPC8568MDS
bool "Support MPC8568MDS"
@@ -1409,6 +1412,9 @@ config SYS_FSL_LBC_CLK_DIV
Defines divider of platform clock(clock input to
eLBC controller).
+config FSL_VIA
+ bool
+
source "board/freescale/corenet_ds/Kconfig"
source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"