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>
This commit is contained in:
Rajesh Bhagat 2021-02-15 09:46:14 +01:00 committed by Priyanka Jain
parent 504debcd8c
commit c8c0170f19
5 changed files with 6 additions and 7 deletions

View File

@ -51,14 +51,17 @@ config TARGET_P5040DS
config TARGET_MPC8541CDS config TARGET_MPC8541CDS
bool "Support MPC8541CDS" bool "Support MPC8541CDS"
select ARCH_MPC8541 select ARCH_MPC8541
select FSL_VIA
config TARGET_MPC8548CDS config TARGET_MPC8548CDS
bool "Support MPC8548CDS" bool "Support MPC8548CDS"
select ARCH_MPC8548 select ARCH_MPC8548
select FSL_VIA
config TARGET_MPC8555CDS config TARGET_MPC8555CDS
bool "Support MPC8555CDS" bool "Support MPC8555CDS"
select ARCH_MPC8555 select ARCH_MPC8555
select FSL_VIA
config TARGET_MPC8568MDS config TARGET_MPC8568MDS
bool "Support MPC8568MDS" bool "Support MPC8568MDS"
@ -1409,6 +1412,9 @@ config SYS_FSL_LBC_CLK_DIV
Defines divider of platform clock(clock input to Defines divider of platform clock(clock input to
eLBC controller). eLBC controller).
config FSL_VIA
bool
source "board/freescale/corenet_ds/Kconfig" source "board/freescale/corenet_ds/Kconfig"
source "board/freescale/mpc8541cds/Kconfig" source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig" source "board/freescale/mpc8548cds/Kconfig"

View File

@ -18,8 +18,6 @@
#define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_PCI_INDIRECT_BRIDGE
#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
#define CONFIG_FSL_VIA
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
extern unsigned long get_clock_freq(void); extern unsigned long get_clock_freq(void);
#endif #endif

View File

@ -23,8 +23,6 @@
#define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */
#define CONFIG_FSL_VIA
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <linux/stringify.h> #include <linux/stringify.h>
extern unsigned long get_clock_freq(void); extern unsigned long get_clock_freq(void);

View File

@ -18,8 +18,6 @@
#define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_PCI_INDIRECT_BRIDGE
#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */
#define CONFIG_FSL_VIA
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
extern unsigned long get_clock_freq(void); extern unsigned long get_clock_freq(void);
#endif #endif

View File

@ -551,7 +551,6 @@ CONFIG_FSL_SERDES2
CONFIG_FSL_SGMII_RISER CONFIG_FSL_SGMII_RISER
CONFIG_FSL_TBCLK_EXTRA_DIV CONFIG_FSL_TBCLK_EXTRA_DIV
CONFIG_FSL_TRUST_ARCH_v1 CONFIG_FSL_TRUST_ARCH_v1
CONFIG_FSL_VIA
CONFIG_FSMC_NAND_BASE CONFIG_FSMC_NAND_BASE
CONFIG_FSMTDBLK CONFIG_FSMTDBLK
CONFIG_FSNOTIFY CONFIG_FSNOTIFY