-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert CONFIG_CONS_INDEX et al to Kconfig
This converts the following to Kconfig: CONFIG_CONS_INDEX CONFIG_DEBUG_UART_CLOCK CONFIG_FSL_TZPC_BP147 CONFIG_GENERIC_ATMEL_MCI CONFIG_IDENT_STRING CONFIG_LIBATA CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE CONFIG_LPC32XX_GPIO CONFIG_MP CONFIG_MPC8XXX_GPIO CONFIG_MTD_PARTITIONS CONFIG_MVGBE CONFIG_MXC_GPIO CONFIG_NR_DRAM_BANKS CONFIG_OF_BOARD_SETUP CONFIG_OF_STDOUT_VIA_ALIAS CONFIG_OF_SYSTEM_SETUP CONFIG_PREBOOT CONFIG_ROCKCHIP_SERIAL CONFIG_RTC_ENABLE_32KHZ_OUTPUT CONFIG_RTC_MV CONFIG_SCSI_AHCI CONFIG_SF_DEFAULT_BUS CONFIG_SF_DEFAULT_CS CONFIG_SF_DEFAULT_SPEED CONFIG_SOFT_SPI CONFIG_SPI_FLASH_EON CONFIG_SPI_FLASH_MACRONIX CONFIG_SPI_FLASH_MTD CONFIG_SPI_FLASH_SPANSION CONFIG_SPI_FLASH_SST CONFIG_SPI_FLASH_STMICRO CONFIG_SUPPORT_RAW_INITRD CONFIG_SYS_ARCH_TIMER CONFIG_SYS_BOARD CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE CONFIG_SYS_DCACHE_OFF CONFIG_SYS_FDT_SAVE_ADDRESS CONFIG_SYS_FLASH_CFI CONFIG_SYS_FSL_ERRATUM_ESDHC135 CONFIG_SYS_HAS_SERDES CONFIG_SYS_L2CACHE_OFF CONFIG_SYS_LITTLE_ENDIAN CONFIG_SYS_LOAD_ADDR CONFIG_SYS_MMCSD_FS_BOOT_PARTITION CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR CONFIG_SYS_NS16550 CONFIG_SYS_PLLFIN CONFIG_SYS_SPI_U_BOOT_OFFS CONFIG_TIMER_SYS_TICK_CH CONFIG_USB_EHCI_FSL CONFIG_U_QE CONFIG_VERSION_VARIABLE Signed-off-by: Tom Rini <trini@konsulko.com>
- Loading branch information
Showing
410 changed files
with
475 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ if ARCH_IMXRT | |
|
||
config IMXRT | ||
bool | ||
select SYS_FSL_ERRATUM_ESDHC135 | ||
|
||
config IMXRT1020 | ||
bool | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,3 +198,4 @@ CONFIG_TSEC_ENET=y | |
CONFIG_SYS_NS16550=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,4 +96,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,4 +88,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,4 +90,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,3 +95,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,3 +89,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,4 +99,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,4 +90,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,4 +92,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_ADDR_MAP=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,3 +98,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,3 +77,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,3 +89,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,3 +91,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,4 +109,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,4 +98,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,4 +87,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,4 +113,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,4 +102,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,4 +91,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,4 +114,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,3 +103,4 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,4 +92,5 @@ CONFIG_SPI=y | |
CONFIG_DM_SPI=y | ||
CONFIG_FSL_ESPI=y | ||
CONFIG_USB=y | ||
CONFIG_USB_EHCI_FSL=y | ||
CONFIG_USB_STORAGE=y |
Oops, something went wrong.