mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00: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:
parent
d5c77533b4
commit
c136a86105
9 changed files with 11 additions and 11 deletions
|
@ -1245,6 +1245,7 @@ config ARCH_VF610
|
|||
bool "Freescale Vybrid"
|
||||
select CPU_V7A
|
||||
select GPIO_EXTRA_HEADER
|
||||
select IOMUX_SHARE_CONF_REG
|
||||
select MACH_IMX
|
||||
select SYS_FSL_ERRATUM_ESDHC111
|
||||
imply CMD_MTDPARTS
|
||||
|
|
|
@ -103,9 +103,6 @@
|
|||
|
||||
#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 I2C_QUIRK_REG
|
||||
|
||||
|
|
|
@ -195,3 +195,9 @@ config IMX_CONTAINER_CFG
|
|||
help
|
||||
This is to specific the cfg file for generating container
|
||||
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 DM
|
||||
select DM_THERMAL
|
||||
select IOMUX_LPSR
|
||||
|
||||
config TARGET_DART_6UL
|
||||
bool "Variscite imx6ULL dart(DART-SOM-6ULL)"
|
||||
|
@ -396,6 +397,7 @@ config TARGET_MX6SLLEVK
|
|||
select BOARD_LATE_INIT
|
||||
select DM
|
||||
select DM_THERMAL
|
||||
select IOMUX_LPSR
|
||||
imply CMD_DM
|
||||
|
||||
config TARGET_MX6SXSABRESD
|
||||
|
@ -464,6 +466,7 @@ config TARGET_MX6ULL_14X14_EVK
|
|||
select BOARD_LATE_INIT
|
||||
select DM
|
||||
select DM_THERMAL
|
||||
select IOMUX_LPSR
|
||||
imply CMD_DM
|
||||
|
||||
config TARGET_MX6ULZ_SMM_M2
|
||||
|
|
|
@ -6,6 +6,7 @@ config MX7
|
|||
select ARCH_SUPPORT_PSCI
|
||||
select CPU_V7_HAS_NONSEC
|
||||
select CPU_V7_HAS_VIRT
|
||||
select IOMUX_LPSR
|
||||
select ROM_UNIFIED_SECTIONS
|
||||
select SYSCOUNTER_TIMER
|
||||
imply CMD_FUSE
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define __COLIBRI_IMX6ULL_CONFIG_H
|
||||
|
||||
#include "mx6_common.h"
|
||||
#define CONFIG_IOMUX_LPSR
|
||||
|
||||
#define PHYS_SDRAM_SIZE SZ_1G
|
||||
|
||||
|
|
|
@ -92,8 +92,6 @@
|
|||
#define CFG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR
|
||||
#define CFG_SYS_FSL_USDHC_NUM 3
|
||||
|
||||
#define CONFIG_IOMUX_LPSR
|
||||
|
||||
/* USB Configs */
|
||||
#ifdef CONFIG_CMD_USB
|
||||
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
|
||||
|
|
|
@ -108,8 +108,6 @@
|
|||
|
||||
/* environment organization */
|
||||
|
||||
#define CONFIG_IOMUX_LPSR
|
||||
|
||||
#ifdef CONFIG_CMD_NET
|
||||
#define CONFIG_FEC_ENET_DEV 1
|
||||
#endif
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
#define CONFIG_MXC_GPT_HCLK
|
||||
#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
|
||||
|
||||
/* Enable iomux-lpsr support */
|
||||
#define CONFIG_IOMUX_LPSR
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
|
||||
/* UART */
|
||||
|
|
Loading…
Reference in a new issue