mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Convert CONFIG_IOMUX_SHARE_CONF_REG et al to Kconfig
This converts the following to Kconfig: CONFIG_IOMUX_LPSR CONFIG_IOMUX_SHARE_CONF_REG Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1245,6 +1245,7 @@ config ARCH_VF610
|
|||||||
bool "Freescale Vybrid"
|
bool "Freescale Vybrid"
|
||||||
select CPU_V7A
|
select CPU_V7A
|
||||||
select GPIO_EXTRA_HEADER
|
select GPIO_EXTRA_HEADER
|
||||||
|
select IOMUX_SHARE_CONF_REG
|
||||||
select MACH_IMX
|
select MACH_IMX
|
||||||
select SYS_FSL_ERRATUM_ESDHC111
|
select SYS_FSL_ERRATUM_ESDHC111
|
||||||
imply CMD_MTDPARTS
|
imply CMD_MTDPARTS
|
||||||
|
@@ -103,9 +103,6 @@
|
|||||||
|
|
||||||
#define QSPI0_AMBA_BASE 0x20000000
|
#define QSPI0_AMBA_BASE 0x20000000
|
||||||
|
|
||||||
/* MUX mode and PAD ctrl are in one register */
|
|
||||||
#define CONFIG_IOMUX_SHARE_CONF_REG
|
|
||||||
|
|
||||||
#define FEC_QUIRK_ENET_MAC
|
#define FEC_QUIRK_ENET_MAC
|
||||||
#define I2C_QUIRK_REG
|
#define I2C_QUIRK_REG
|
||||||
|
|
||||||
|
@@ -195,3 +195,9 @@ config IMX_CONTAINER_CFG
|
|||||||
help
|
help
|
||||||
This is to specific the cfg file for generating container
|
This is to specific the cfg file for generating container
|
||||||
image which will be loaded by SPL.
|
image which will be loaded by SPL.
|
||||||
|
|
||||||
|
config IOMUX_LPSR
|
||||||
|
bool
|
||||||
|
|
||||||
|
config IOMUX_SHARE_CONF_REG
|
||||||
|
bool
|
||||||
|
@@ -168,6 +168,7 @@ config TARGET_COLIBRI_IMX6ULL
|
|||||||
select BOARD_LATE_INIT
|
select BOARD_LATE_INIT
|
||||||
select DM
|
select DM
|
||||||
select DM_THERMAL
|
select DM_THERMAL
|
||||||
|
select IOMUX_LPSR
|
||||||
|
|
||||||
config TARGET_DART_6UL
|
config TARGET_DART_6UL
|
||||||
bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
|
bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
|
||||||
@@ -396,6 +397,7 @@ config TARGET_MX6SLLEVK
|
|||||||
select BOARD_LATE_INIT
|
select BOARD_LATE_INIT
|
||||||
select DM
|
select DM
|
||||||
select DM_THERMAL
|
select DM_THERMAL
|
||||||
|
select IOMUX_LPSR
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
|
|
||||||
config TARGET_MX6SXSABRESD
|
config TARGET_MX6SXSABRESD
|
||||||
@@ -464,6 +466,7 @@ config TARGET_MX6ULL_14X14_EVK
|
|||||||
select BOARD_LATE_INIT
|
select BOARD_LATE_INIT
|
||||||
select DM
|
select DM
|
||||||
select DM_THERMAL
|
select DM_THERMAL
|
||||||
|
select IOMUX_LPSR
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
|
|
||||||
config TARGET_MX6ULZ_SMM_M2
|
config TARGET_MX6ULZ_SMM_M2
|
||||||
|
@@ -6,6 +6,7 @@ config MX7
|
|||||||
select ARCH_SUPPORT_PSCI
|
select ARCH_SUPPORT_PSCI
|
||||||
select CPU_V7_HAS_NONSEC
|
select CPU_V7_HAS_NONSEC
|
||||||
select CPU_V7_HAS_VIRT
|
select CPU_V7_HAS_VIRT
|
||||||
|
select IOMUX_LPSR
|
||||||
select ROM_UNIFIED_SECTIONS
|
select ROM_UNIFIED_SECTIONS
|
||||||
select SYSCOUNTER_TIMER
|
select SYSCOUNTER_TIMER
|
||||||
imply CMD_FUSE
|
imply CMD_FUSE
|
||||||
|
@@ -11,7 +11,6 @@
|
|||||||
#define __COLIBRI_IMX6ULL_CONFIG_H
|
#define __COLIBRI_IMX6ULL_CONFIG_H
|
||||||
|
|
||||||
#include "mx6_common.h"
|
#include "mx6_common.h"
|
||||||
#define CONFIG_IOMUX_LPSR
|
|
||||||
|
|
||||||
#define PHYS_SDRAM_SIZE SZ_1G
|
#define PHYS_SDRAM_SIZE SZ_1G
|
||||||
|
|
||||||
|
@@ -92,8 +92,6 @@
|
|||||||
#define CFG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
|
#define CFG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
|
||||||
#define CFG_SYS_FSL_USDHC_NUM 3
|
#define CFG_SYS_FSL_USDHC_NUM 3
|
||||||
|
|
||||||
#define CONFIG_IOMUX_LPSR
|
|
||||||
|
|
||||||
/* USB Configs */
|
/* USB Configs */
|
||||||
#ifdef CONFIG_CMD_USB
|
#ifdef CONFIG_CMD_USB
|
||||||
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
|
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
|
||||||
|
@@ -108,8 +108,6 @@
|
|||||||
|
|
||||||
/* environment organization */
|
/* environment organization */
|
||||||
|
|
||||||
#define CONFIG_IOMUX_LPSR
|
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_NET
|
#ifdef CONFIG_CMD_NET
|
||||||
#define CONFIG_FEC_ENET_DEV 1
|
#define CONFIG_FEC_ENET_DEV 1
|
||||||
#endif
|
#endif
|
||||||
|
@@ -17,9 +17,6 @@
|
|||||||
#define CONFIG_MXC_GPT_HCLK
|
#define CONFIG_MXC_GPT_HCLK
|
||||||
#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
|
#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
|
||||||
|
|
||||||
/* Enable iomux-lpsr support */
|
|
||||||
#define CONFIG_IOMUX_LPSR
|
|
||||||
|
|
||||||
/* Miscellaneous configurable options */
|
/* Miscellaneous configurable options */
|
||||||
|
|
||||||
/* UART */
|
/* UART */
|
||||||
|
Reference in New Issue
Block a user