1
0
Fork 0
remarkable-uboot/configs
Stephen Warren f031f501ef rpi: BCM2837 and Raspberry Pi 3 32-bit support
The Raspberry Pi 3 contains a BCM2837 SoC. The BCM2837 is a BCM2836 with
the CPU complex swapped out for a quad-core ARMv8. This can operate in 32-
or 64-bit mode. 32-bit mode is the current default selected by the
VideoCore firmware on the Raspberry Pi 3. This patch adds a 32-bit port of
U-Boot for the Raspberry Pi 3.

>From U-Boot's perspective, the only delta between the RPi 2 and RPi 3 is a
change in usage of the SoC UARTs. On all previous Pis, the PL011 was the
only UART in use. The Raspberry Pi 3 adds a Bluetooth module which uses a
UART to connect to the SoC. By default, the PL011 is used for this purpose
since it has larger FIFOs than the other "mini" UART. However, this can
be configured via the VideoCore firmware's config.txt file. This patch
hard-codes use of the mini UART in the RPi 3 port. If your system uses the
PL011 UART for the console even on the RPi 3, please use the RPi 2 U-Boot
port instead. A future change might determine which UART to use at
run-time, thus allowing the RPi 2 and RPi 3 (32-bit) ports to be squashed
together.

The mini UART has some limitations. One externally visible issue in the
BCM2837 integration is that the UART divides the SoC's "core clock" to
generate the baud rate. The core clock is typically variable, and under
control of the VideoCore firmware for thermal management reasons. If the
VC FW does modify the core clock rate, UART communication will be
corrupted since the baud rate will vary from the expected value. This was
not an issue for the PL011 UART, since it is fed by a fixed 3MHz clock. To
work around this, the VideoCore firmware can be told not to modify the SoC
core clock. However, the only way this can happen and be thermally safe is
to limit the core clock to a low/minimum frequency. This leaves
performance on the table for use-cases that don't care about a UART
console. Consequently, use of the mini UART console must be explicitly
requested by entering the following line into config.txt:

    enable_uart=1

A recent version of the VC firmware is required to ensure that the mini
UART is fully and correctly initialized by the VC FW; at least
firmware.git 046effa13ebc "firmware: arm_loader: emmc clock depends on
core clock See: https://github.com/raspberrypi/firmware/issues/572".

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-04-01 17:17:42 -04:00
..
3c120_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
10m50_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
A10-OLinuXino-Lime_defconfig sunxi: Enable LDO3 and LDO4 at 2.8V on OLinuxIno Lime boards 2016-03-31 14:38:14 +02:00
A10s-OLinuXino-M_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
A13-OLinuXinoM_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
A13-OLinuXino_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
A20-OLinuXino-Lime2_defconfig sunxi: Enable LDO3 and LDO4 at 2.8V on OLinuxIno Lime boards 2016-03-31 14:38:14 +02:00
A20-OLinuXino-Lime_defconfig sunxi: Enable LDO3 and LDO4 at 2.8V on OLinuxIno Lime boards 2016-03-31 14:38:14 +02:00
A20-OLinuXino_MICRO_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
A20-Olimex-SOM-EVB_defconfig sunxi: A20-Olimex-SOM-EVB: Force 8211CL to master 2016-03-31 14:29:41 +02:00
Ainol_AW1_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Ampe_A76_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Auxtek-T003_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Auxtek-T004_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
B4420QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4420QDS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4420QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
B4860QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9131RDB_NAND_SYSCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9131RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9131RDB_SPIFLASH_SYSCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9131RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NAND_DDRCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NAND_DDRCLK133_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NOR_DDRCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_NOR_DDRCLK133_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SDCARD_DDRCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SDCARD_DDRCLK133_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SPIFLASH_DDRCLK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
BSC9132QDS_SPIFLASH_DDRCLK133_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Bananapi_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Bananapro_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
C29XPCIE_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
C29XPCIE_NOR_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
C29XPCIE_SPIFLASH_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
C29XPCIE_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
C29XPCIE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
CHIP_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
CPCI2DP_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
CPCI4052_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
CSQ_CS908_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Chuwi_V7_CW0825_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Colombus_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Cubieboard2_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Cubieboard_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Cubietruck_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
Cubietruck_plus_defconfig sunxi: Cubietruck Plus: Enable USB Kconfig options in defconfig 2016-04-01 09:52:15 +02:00
Cyrus_P5020_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Cyrus_P5040_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Empire_electronix_d709_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Hummingbird_A31_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Hyundai_A7HD_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Itead_Ibox_A20_defconfig sun7i: Add defconfig for the Itead Ibox 2016-03-23 22:04:13 +01:00
Lamobo_R1_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Linksprite_pcDuino3_Nano_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Linksprite_pcDuino3_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Linksprite_pcDuino_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
M5208EVBE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5235EVB_Flash32_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5235EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5249EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5253DEMO_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5253EVBE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5272C3_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5275EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5282EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5329AFEE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5329BFEE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5373EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475AFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475BFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475CFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475DFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475EFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475FFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5475GFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485AFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485BFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485CFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485DFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485EFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485FFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485GFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M5485HFE_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M52277EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M52277EVB_stmicro_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M53017EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_nand_mii_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_nand_rmii_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_nand_rmii_lowfreq_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_serial_mii_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54418TWR_serial_rmii_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54451EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54451EVB_stmicro_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54455EVB_a66_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54455EVB_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54455EVB_i66_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54455EVB_intel_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
M54455EVB_stm33_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
MIP405T_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MIP405_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
MK808C_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
MPC832XEMDS_ATM_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC832XEMDS_HOST_33_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC832XEMDS_HOST_66_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC832XEMDS_SLAVE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC832XEMDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC837XEMDS_HOST_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC837XEMDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC837XERDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8308RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8313ERDB_33_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8313ERDB_66_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8313ERDB_NAND_33_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8313ERDB_NAND_66_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8315ERDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8323ERDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349EMDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349ITXGP_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349ITX_LOWBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8349ITX_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8536DS_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8536DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8536DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8536DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8540ADS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8541CDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8541CDS_legacy_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8544DS_defconfig net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MPC8548CDS_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8548CDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8548CDS_legacy_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8555CDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8555CDS_legacy_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8560ADS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8568MDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8569MDS_ATM_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8569MDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8572DS_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8572DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8610HPCD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
MPC8641HPCN_36BIT_defconfig net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MPC8641HPCN_defconfig net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
MSI_Primo73_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
MSI_Primo81_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Marsboard_A10_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_A1000G_quad_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_A1000_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_I7_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_M3_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_M5_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Mele_M9_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Merrii_A80_Optimus_defconfig sunxi: select SYS_NS16550 from Kconfig 2015-12-10 15:45:48 +01:00
MigoR_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
Mini-X_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
MiniFAP_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2D300_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2DNT2_RAMBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2DNT2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2D_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2I_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2MNT_O2M110_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2MNT_O2M112_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2MNT_O2M113_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O2MNT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
O3DNT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Orangepi_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Orangepi_mini_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_NOR_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_NAND_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_NOR_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_NOR_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_SPIFLASH_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PA_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_NOR_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_NAND_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_NOR_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_NOR_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_SPIFLASH_SECBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1010RDB-PB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020MBG-PC_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020MBG-PC_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020MBG-PC_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020MBG-PC_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PC_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PD_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PD_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PD_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020RDB-PD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020UTM-PC_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020UTM-PC_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020UTM-PC_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1020UTM-PC_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1021RDB-PC_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1022DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1023RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1024RDB_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1024RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1024RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1024RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1024RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1025RDB_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1025RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1025RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1025RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P1025RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_36BIT_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_36BIT_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_36BIT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2020RDB-PC_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P2041RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_NAND_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P3041DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P4080DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P4080DS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P4080DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P4080DS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P4080DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_NAND_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5020DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_NAND_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
P5040DS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
PATI_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
PIP405_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
PLU405_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
PMC405DE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
PMC440_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Sinlinx_SinA31s_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Sinlinx_SinA33_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Sinovoip_BPI_M2_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Sinovoip_BPI_M3_defconfig sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig 2016-03-23 22:04:13 +01:00
T1023RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1023RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1023RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1023RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1023RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_DDR4_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_DDR4_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1024RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040D4RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040D4RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040D4RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040D4RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040D4RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040QDS_DDR4_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1040RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042D4RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042D4RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042D4RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042D4RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042D4RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_PI_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_PI_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_PI_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_PI_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T1042RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2080RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2081QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2081QDS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2081QDS_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2081QDS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T2081QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4160QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4160QDS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4160QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4160QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4160RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS_NAND_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS_SRIO_PCIE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240QDS_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240RDB_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
T4240RDB_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM823L_LCD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM823L_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM823M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM834x_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM850L_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM850M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM855L_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM855M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM860L_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM860M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM862L_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM862M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM866M_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM885D_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200S_HIGHBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200S_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200_B_HIGHBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200_B_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200_STK100_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TQM5200_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TTTech_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
TWR-P1025_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
UCP1020_SPIFLASH_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
UCP1020_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
UTOO_P66_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
VCMA9_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
VOM405_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
Wexler_TAB7200_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Wits_Pro_A20_DKT_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Wobo_i5_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Yones_Toptech_BD1078_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
Yones_Toptech_BS1078_V2_defconfig sunxi: Add defconfig for yones toptech bs1078-v2 tablet 2016-03-23 22:04:13 +01:00
a3m071_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
a4m2k_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
a4m072_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ac14xx_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
acadia_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
adp-ag101p_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
alt_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
am43xx_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am43xx_evm_ethboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am43xx_evm_qspiboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am43xx_evm_usbhost_boot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am57xx_evm_defconfig ARM: DRA7xx: Enable NFS boot command 2016-03-15 21:30:20 -04:00
am57xx_evm_nodt_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
am335x_baltos_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_boneblack_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_boneblack_vboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_evm_nor_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_evm_norboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_evm_spiboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_evm_usbspl_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_gp_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am335x_igep0033_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
am335x_sl50_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
am437x_gp_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am437x_sk_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
am3517_crane_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
am3517_evm_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
amcore_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
ap325rxa_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ap_sh4a_4a_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
apalis_t30_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
apf27_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
apx4devkit_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
arcangel4-be_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
arcangel4_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
arches_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aria_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aristainetos2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aristainetos2b_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aristainetos_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
armadillo-800eva_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
arndale_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
aspenite_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
astro_mcf5373l_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
at91rm9200ek_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91rm9200ek_ram_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g10ek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g10ek_dataflash_cs3_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g10ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g20ek_2mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g20ek_2mmc_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g20ek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g20ek_dataflash_cs1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9g20ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9m10g45ek_mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9m10g45ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9n12ek_mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9n12ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9n12ek_spiflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9rlek_dataflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9rlek_mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9rlek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9x5ek_dataflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9x5ek_mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9x5ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9x5ek_spiflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9xeek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9xeek_dataflash_cs1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9xeek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9260ek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9260ek_dataflash_cs1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9260ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9261ek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9261ek_dataflash_cs3_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9261ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek_dataflash_cs0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek_dataflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek_norflash_boot_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
at91sam9263ek_norflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
atngw100_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
atngw100mkii_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
atstk1002_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
axm_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
axs101_defconfig arc: cache - accommodate different L1 cache line lengths 2016-02-20 11:19:53 +03:00
axs103_defconfig axs103: add support of generic OHCI USB 1.1 controller 2015-12-21 23:29:04 +03:00
ba10_tv_box_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
bamboo_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
bayleybay_defconfig x86: gpio: Allow the pinctrl driver to set up the pin config 2016-03-17 10:27:25 +08:00
bcm11130_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bcm11130_nand_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bcm28155_ap_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bcm28155_w1d_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bcm911360_entphn-ns_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm911360_entphn_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm911360k_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm958300k-ns_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm958300k_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm958305k_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bcm958622hr_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
bct-brettl2_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
beaver_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
bf506f-ezkit_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
bf518f-ezbrd_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf525-ucr2_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf526-ezbrd_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-ad7160-eval_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-ezkit-v2_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-ezkit_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf527-sdp_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf533-ezkit_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
bf533-stamp_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
bf537-minotaur_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-pnav_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-srv1_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf537-stamp_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf538f-ezkit_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
bf548-ezkit_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf561-acvilon_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bf561-ezkit_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
bf609-ezkit_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bg0900_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
birdland_bav335a_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
birdland_bav335b_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
blackstamp_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
blackvme_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
br4_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
bubinga_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
caddy2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cairo_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
calimain_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
cam5200_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cam5200_niosflash_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
canmb_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
canyonlands_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cardhu_defconfig net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
cgtqmx6eval_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
charon_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
chromebook_jerry_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
chromebook_link_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
chromebook_samus_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
chromebox_panther_defconfig net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
clearfog_defconfig arm: mvebu: Add SolidRun ClearFog Armada 38x initial support 2016-01-14 14:08:59 +01:00
cm-bf527_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm-bf533_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm-bf537e_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm-bf537u_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm-bf548_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm-bf561_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
cm5200_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_fx6_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_t35_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
cm_t43_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
cm_t54_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
cm_t335_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
cm_t3517_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
cobra5272_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
colibri_pxa270_defconfig efi_loader: hook up in build environment 2016-03-15 21:30:11 -04:00
colibri_t20_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
colibri_t30_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
colibri_vf_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
colorfly_e708_q1_defconfig sunxi: Add defconfig and dts for colorfly e708 q1 tablet 2016-03-23 22:04:13 +01:00
conga-qeval20-qa3-e3845_defconfig x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support 2016-03-17 10:27:27 +08:00
controlcenterd_36BIT_SDCARD_DEVELOP_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
controlcenterd_36BIT_SDCARD_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
controlcenterd_TRAILBLAZER_DEVELOP_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
controlcenterd_TRAILBLAZER_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
coreboot-x86_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
corvus_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
cougarcanyon2_defconfig x86: gpio: Allow the pinctrl driver to set up the pin config 2016-03-17 10:27:25 +08:00
crownbay_defconfig x86: gpio: Allow the pinctrl driver to set up the pin config 2016-03-17 10:27:25 +08:00
d2net_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
da850_am18xxevm_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
da850evm_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
da850evm_direct_nor_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
dalmore_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
db-88f6820-gp_defconfig arm: mvebu: Add DM and OF_CONTROL support to SPL 2016-01-14 14:08:59 +01:00
db-mv784mp-gp_defconfig arm: mvebu: Remove SYS_MALLOC_CLEAR_ON_INIT from DB-MV784MP-GP AXP board 2016-01-14 14:08:59 +01:00
dbau1000_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
dbau1100_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
dbau1500_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
dbau1550_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
dbau1550_el_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
devconcenter_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
devkit3250_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
devkit8000_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
difrnce_dit4350_defconfig sunxi: Add defconfig and dts for Difrence DIT4350 tablet 2016-03-23 22:04:13 +01:00
digsy_mtc_RAMBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
digsy_mtc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
digsy_mtc_rev5_RAMBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
digsy_mtc_rev5_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dlvision-10g_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dlvision_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
dnp5370_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
dns325_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
dockstar_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
dra7xx_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
dra7xx_evm_qspiboot_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
dra7xx_evm_uart3_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
dra72_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
dra74_evm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
draco_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
dreamplug_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ds414_defconfig mvebu: Support Synology DS414 2016-01-14 14:08:59 +01:00
dserve_dsrv9703c_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
duovero_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
e2220-1170_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
ea20_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
eb_cpu5282_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
eb_cpu5282_internal_defconfig m68k: move CONFIG_SYS_TEXT_BASE to defconfig files 2016-01-20 10:19:34 -05:00
eco5pk_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ecovec_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
edb9315a_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
edminiv2_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
efi-x86_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
espt_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ethernut5_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
evb-rk3036_defconfig Correct defconfig ordering 2016-03-14 14:21:27 -04:00
firefly-rk3288_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
flea3_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
fo300_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ga10h_v1_1_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
galileo_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
gdppc440etx_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
glacier_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
glacier_ramboot_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
goflexhome_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
gose_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
gplugd_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
gr_cpci_ax2000_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
gr_ep2s60_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
gr_xc3s_1500_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
grasshopper_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
grsim_defconfig sparc: leon3: Add debug_uart support to LEON3 serial driver. 2015-11-13 10:23:33 +02:00
grsim_leon2_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
gt90h_v4_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
guruplug_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
gwventana_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
h8_homlet_v2_defconfig sunxi: h8_homlet_v2: Enable USB Kconfig options in defconfig 2016-04-01 09:51:56 +02:00
h2200_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
haleakala_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
harmony_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
highbank_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
hikey_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
hrcon_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
hrcon_dh_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
i12-tvbox_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
iNet_3F_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
iNet_3W_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
iNet_86VS_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
ib62x0_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ibf-dsp561_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
icnova-a20-swac_defconfig sunxi: Add defconfig for icnova-a20-swac 2016-03-23 22:04:13 +01:00
icon_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
iconnect_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ids8313_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
igep0020_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
igep0020_nand_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
igep0030_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
igep0030_nand_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
igep0032_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
imx31_phycore_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
imx31_phycore_eet_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
inet1_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
inet9f_rev03_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
inet97fv2_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
inet98v_rev2_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
inetspace_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
inka4x0_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
integratorap_cm720t_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorap_cm920t_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorap_cm926ejs_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorap_cm946es_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorcp_cm920t_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorcp_cm926ejs_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorcp_cm946es_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
integratorcp_cm1136_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
intip_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
io64_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
io_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
iocon_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ip04_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
ipam390_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ipek01_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
jesurun_q5_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
jetson-tk1_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
jupiter_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
k2e_evm_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
k2g_evm_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
k2hk_evm_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
k2l_evm_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
katmai_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kc1_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
kilauea_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
km_kirkwood_128m16_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
km_kirkwood_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
km_kirkwood_pci_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kmcoge4_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmcoge5ne_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmcoge5un_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kmeter1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmlion1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmnusa_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kmopti2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmsugp1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kmsupx5_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmsuv31_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kmtegr1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmtepr2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
kmvect1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
koelsch_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
kwb_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
kylin-rk3036_defconfig Correct defconfig ordering 2016-03-14 14:21:27 -04:00
kzm9g_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
lager_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
legoev3_defconfig arm: Add support for LEGO MINDSTORMS EV3 2016-03-14 19:18:40 -04:00
ls1021aqds_ddr4_nor_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1021aqds_ddr4_nor_lpuart_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1021aqds_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021aqds_nor_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021aqds_nor_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1021aqds_nor_lpuart_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1021aqds_qspi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021aqds_sdcard_ifc_defconfig arm: ls1021a: Add QSPI or IFC support in SD boot for LS1021AQDS board 2016-02-24 08:40:56 -08:00
ls1021aqds_sdcard_qspi_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1021atwr_nor_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021atwr_nor_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021atwr_nor_lpuart_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021atwr_qspi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021atwr_sdcard_ifc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1021atwr_sdcard_qspi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043aqds_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043aqds_lpuart_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043aqds_nand_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1043aqds_nor_ddr3_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1043aqds_qspi_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1043aqds_sdcard_ifc_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1043aqds_sdcard_qspi_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
ls1043ardb_SECURE_BOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043ardb_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043ardb_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls1043ardb_sdcard_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080a_emu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080a_simu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080aqds_SECURE_BOOT_defconfig armv8: ls2080rdb: ls2080qds: Add secure boot support 2016-03-29 08:46:20 -07:00
ls2080aqds_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080aqds_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080ardb_SECURE_BOOT_defconfig armv8: ls2080rdb: ls2080qds: Add secure boot support 2016-03-29 08:46:20 -07:00
ls2080ardb_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2080ardb_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085a_emu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085a_simu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085aqds_SECURE_BOOT_defconfig armv8: ls2080rdb: ls2080qds: Add secure boot support 2016-03-29 08:46:20 -07:00
ls2085aqds_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085aqds_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085ardb_SECURE_BOOT_defconfig armv8: ls2080rdb: ls2080qds: Add secure boot support 2016-03-29 08:46:20 -07:00
ls2085ardb_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ls2085ardb_nand_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
lschlv2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
lsxhl_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
luan_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
lwmon5_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
m28evk_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
m53evk_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
ma5d4evk_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
makalu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
malta_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
maltael_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
marsboard_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
maxbcm_defconfig arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board 2016-01-14 14:08:59 +01:00
mcx_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mecp5123_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
medcom-wide_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
meesc_dataflash_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
meesc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mgcoge3ne_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mgcoge3un_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mgcoge_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
microblaze-generic_defconfig microblaze: Enable HUSH via Kconfig 2016-01-27 15:55:53 +01:00
minnowmax_defconfig net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
mixtile_loftq_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
mk802_a10s_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
mk802_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
mk802ii_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
motionpro_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpc5121ads_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpc5121ads_rev2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpc8308_p1m_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mpr2_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7720se_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7722se_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
ms7750se_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
mt_ventoux_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
munices_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
mx6cuboxi_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6dlarm2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6dlarm2_lpddr2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6dlsabreauto_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6dlsabresd_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6qarm2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6qarm2_lpddr2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6qpsabreauto_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6qsabreauto_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6qsabrelite_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6qsabresd_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6sabresd_spl_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx6slevk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6slevk_spinor_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6slevk_spl_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6sxsabreauto_defconfig imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board 2016-02-02 21:04:21 +01:00
mx6sxsabresd_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6sxsabresd_spl_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6ul_9x9_evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx6ul_14x14_evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx7dsabresd_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
mx23_olinuxino_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx23evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx25pdk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx28evk_auart_console_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx28evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx28evk_nand_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx28evk_spi_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx31ads_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
mx31pdk_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
mx35pdk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx51evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53ard_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53evk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53loco_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
mx53smd_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
nas220_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
neo_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
net2big_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
netspace_lite_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
netspace_max_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
netspace_mini_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
netspace_v2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
nitrogen6dl2g_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nitrogen6dl_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nitrogen6q2g_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nitrogen6q_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nitrogen6s1g_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nitrogen6s_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
nokia_rx51_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
novena_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
nsa310s_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
nyan-big_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
odroid-xu3_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
odroid_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omap3_beagle_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omap3_evm_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
omap3_evm_quick_mmc_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
omap3_evm_quick_nand_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
omap3_ha_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap3_logic_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omap3_overo_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap3_pandora_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap3_zoom1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap4_panda_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap4_sdp4430_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
omap5_uevm_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
omapl138_lcdk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
openrd_base_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
openrd_client_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
openrd_ultimate_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
openrisc-generic_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
orangepi_2_defconfig sunxi: Add defconfig and dts for Orange Pi 2 SBC 2016-03-23 22:04:13 +01:00
orangepi_pc_defconfig sunxi: Specify USB vbus pins for orangepi boards 2016-03-23 22:04:13 +01:00
orangepi_plus_defconfig sunxi: Specify SATAPWR pin for Orangepi Plus 2016-03-23 22:04:13 +01:00
origen_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
ot1200_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ot1200_spl_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
p2371-0000_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
p2371-2180_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
p2571_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
paz00_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
pb1000_defconfig cmd: Convert CONFIG_CMD_ELF to Kconfig 2015-10-21 07:46:25 -06:00
pcm030_LOWBOOT_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
pcm030_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
pcm051_rev1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pcm051_rev3_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pcm052_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
pdm360ng_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
peach-pi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
peach-pit_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
pengwyn_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
pepper_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pic32mzdask_defconfig MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y 2016-03-09 11:54:01 +01:00
picosam9g45_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pine64_plus_defconfig sunxi: Add Pine64+ support 2016-04-01 09:52:28 +02:00
platinum_picon_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
platinum_titanium_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
plutux_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
pm9g45_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
pm9261_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
pm9263_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
pogo_e02_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
polaroid_mid2809pxe04_defconfig sunxi: Add defconfig and dts for the Polaroid MID2809PXE4 tablet 2016-03-23 22:04:13 +01:00
porter_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
portl2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
pov_protab2_ips9_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
pr1_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
pxm2_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
q8_a13_tablet_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
q8_a23_tablet_800x480_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
q8_a33_tablet_800x480_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
q8_a33_tablet_1024x600_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
qemu-ppce500_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
qemu-x86_defconfig x86: qemu: Enable ACPI table generation by default 2016-03-17 10:27:22 +08:00
qemu_mips64_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu_mips64el_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu_mips_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
qemu_mipsel_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
r0p7734_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
r2dplus_defconfig net: Move CONFIG_RTL8139 to Kconfig 2016-03-22 12:19:27 -04:00
r7-tv-dongle_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
r7780mp_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rainier_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
rainier_ramboot_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
rastaban_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
redwood_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
riotboard_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
rock2_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
rpi_2_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
rpi_3_32b_defconfig rpi: BCM2837 and Raspberry Pi 3 32-bit support 2016-04-01 17:17:42 -04:00
rpi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
rsk7203_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rsk7264_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rsk7269_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
rut_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
s5p_goni_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
s5pc210_universal_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d2_xplained_mmc_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d2_xplained_spiflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d3_xplained_mmc_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
sama5d3_xplained_nandflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
sama5d3xek_mmc_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d3xek_nandflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d3xek_spiflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4_xplained_mmc_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4_xplained_nandflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4_xplained_spiflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4ek_mmc_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4ek_nandflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sama5d4ek_spiflash_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
sandbox_defconfig dm: sandbox: Switch over to use DM for block devices 2016-03-17 21:27:39 -06:00
sansa_fuze_plus_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
sbc8349_PCI_33_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8349_PCI_66_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8349_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548_PCI_33_PCIE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548_PCI_33_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548_PCI_66_PCIE_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548_PCI_66_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8548_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sbc8641d_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sc_sps_1_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
seaboard_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
secomx6quq7_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
sequoia_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sequoia_ramboot_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sh7752evb_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7753evb_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7757lcr_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sh7763rdp_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
sh7785lcr_32bit_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
sh7785lcr_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
sheevaplug_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
shmin_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
silk_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
smartweb_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
smdk2410_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
smdk5250_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
smdk5420_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
smdkc100_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
smdkv310_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
snapper9g20_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
snapper9260_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sniper_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
snow_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
socfpga_arria5_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_cyclone5_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_de0_nano_soc_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_mcvevk_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_sockit_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_socrates_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socfpga_sr1500_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
socrates_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
spear300_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear300_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear300_usbtty_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear300_usbtty_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_pnor_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_usbtty_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_usbtty_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear310_usbtty_pnor_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_pnor_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_usbtty_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_usbtty_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear320_usbtty_pnor_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear600_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear600_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear600_usbtty_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spear600_usbtty_nand_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
spring_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
stm32f429-discovery_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
stm32f746-disco_defconfig stm32: add support for stm32f7 & stm32f746 discovery board 2016-02-24 18:43:57 -05:00
stout_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
strider_con_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
strider_cpu_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
stv0991_defconfig sf: Move SPI flash drivers to defconfig 2015-11-25 10:06:05 -05:00
sunxi_Gemei_G9_defconfig sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig 2016-03-23 22:04:13 +01:00
suvd3_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
sycamore_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
t3corp_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tao3530_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
taurus_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tb100_defconfig arc: cache - accommodate different L1 cache line lengths 2016-02-20 11:19:53 +03:00
tbs2910_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tcm-bf518_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
tcm-bf537_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
tec-ng_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tec_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
theadorable_debug_defconfig arm: mvebu: theadorable: Add StratixV FPGA programming support 2016-03-24 09:48:34 +01:00
theadorable_defconfig arm: mvebu: theadorable: Add StratixV FPGA programming support 2016-03-24 09:48:34 +01:00
thuban_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
thunderx_88xx_defconfig armv8: cavium: Add ThunderX 88xx board definition 2016-01-19 22:25:56 +00:00
ti814x_evm_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
ti816x_evm_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
titanium_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
tqma6q_mba6_mmc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tqma6q_mba6_spi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tqma6s_mba6_mmc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tqma6s_mba6_spi_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tqma6s_wru4_mmc_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
trats2_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
trats_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
tricorder_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
tricorder_flash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
trimslice_defconfig net: Move CONFIG_RTL8169 to Kconfig 2016-03-22 12:19:53 -04:00
ts4800_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
tseries_mmc_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
tseries_nand_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
tseries_spi_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
tuge1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
tuxx1_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
twister_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
udoo_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
uniphier_ld4_sld8_defconfig Correct defconfig ordering 2016-03-14 14:21:27 -04:00
uniphier_pro4_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
uniphier_pxs2_ld6b_defconfig Correct defconfig ordering 2016-03-14 14:21:27 -04:00
uniphier_sld3_defconfig ARM: uniphier: drop PH1- prefix from CONFIG options and file names 2016-03-24 01:42:13 +09:00
usb_a9263_dataflash_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
usbarmory_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
v38b_defconfig Move defaults from config_cmd_default.h to Kconfig 2015-06-25 22:18:34 -04:00
vct_platinum_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinum_onenand_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinum_onenand_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinum_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinumavc_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinumavc_onenand_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinumavc_onenand_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_platinumavc_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_premium_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_premium_onenand_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_premium_onenand_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
vct_premium_small_defconfig ns16550: move CONFIG_SYS_NS16550 to Kconfig 2015-11-21 21:50:18 -05:00
ve8313_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
venice2_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
ventana_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vexpress_aemv8a_dram_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vexpress_aemv8a_juno_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vexpress_aemv8a_semi_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vexpress_ca5x2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
vexpress_ca9x4_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
vexpress_ca15_tc2_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
vf610twr_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vf610twr_nand_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
vinco_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
vme8349_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
walnut_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
wandboard_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
warp_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
whistler_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
woodburn_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
woodburn_sd_defconfig common: add CMD_GPIO to Kconfig 2015-11-18 14:50:06 -05:00
work_92105_defconfig arm: lpc32xx: switch SPL builds to driver model 2016-01-13 21:05:22 -05:00
wtk_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
x600_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
xfi3_defconfig Move CONFIG_OF_LIBFDT to Kconfig 2016-03-14 14:50:25 -04:00
xilinx-ppc405-generic_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
xilinx-ppc440-generic_defconfig defconfig: Reorder boards' defconfig files 2016-03-22 12:16:31 -04:00
xilinx_zynqmp_ep_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
xpedite517x_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite520x_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite537x_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite550x_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
xpedite1000_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
yellowstone_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
yosemite_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
yucca_defconfig Kconfig: Move CONFIG_FIT and related options to Kconfig 2016-03-14 19:18:07 -04:00
zipitz2_defconfig zipitz2: restore board support 2016-03-27 09:12:55 -04:00
zmx25_defconfig Reorder defconfigs with 'savedefconfig' 2015-09-28 09:06:13 -04:00
zynq_microzed_defconfig mmc: Kconfig: Add Arasan SDHCI entry 2016-02-22 16:21:02 +01:00
zynq_picozed_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
zynq_zc702_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
zynq_zc706_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
zynq_zc770_xm010_defconfig mmc: Kconfig: Add Arasan SDHCI entry 2016-02-22 16:21:02 +01:00
zynq_zc770_xm011_defconfig ARM: zynq: Define sys prompt for all Zynq boards 2016-01-27 15:55:55 +01:00
zynq_zc770_xm012_defconfig ARM: zynq: Define sys prompt for all Zynq boards 2016-01-27 15:55:55 +01:00
zynq_zc770_xm013_defconfig ARM: zynq: Move FLASH_BAR to Kconfig 2016-01-27 15:55:55 +01:00
zynq_zed_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00
zynq_zybo_defconfig usb: gadget: Move CONFIG_USB_GADGET to Kconfig 2016-03-25 15:29:48 -04:00