-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 327146 b: refs/heads/master c: 1ec9c26 h: refs/heads/master v: v3
- Loading branch information
Rob Herring
authored and
Olof Johansson
committed
Sep 29, 2012
1 parent
7db3ab4
commit 3b29d49
Showing
2 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: df69a4627eb5de58ec71fdf6a7b5d0ce9410d57e | ||
refs/heads/master: 1ec9c26ad0890003f2b8a4ab97164f66d5de3f6d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_ARCH_MVEBU=y | ||
CONFIG_MACH_ARMADA_370=y | ||
CONFIG_MACH_ARMADA_XP=y | ||
CONFIG_ARCH_HIGHBANK=y | ||
CONFIG_ARCH_SOCFPGA=y | ||
# CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set | ||
CONFIG_ARM_ERRATA_754322=y | ||
CONFIG_SMP=y | ||
CONFIG_ARM_ARCH_TIMER=y | ||
CONFIG_AEABI=y | ||
CONFIG_HIGHMEM=y | ||
CONFIG_HIGHPTE=y | ||
CONFIG_ARM_APPENDED_DTB=y | ||
CONFIG_VFP=y | ||
CONFIG_NEON=y | ||
CONFIG_NET=y | ||
CONFIG_ATA=y | ||
CONFIG_SATA_HIGHBANK=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_NET_CALXEDA_XGMAC=y | ||
CONFIG_SMSC911X=y | ||
CONFIG_STMMAC_ETH=y | ||
CONFIG_SERIO_AMBAKMI=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_8250_DW=y | ||
CONFIG_SERIAL_AMBA_PL011=y | ||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | ||
CONFIG_SERIAL_OF_PLATFORM=y | ||
CONFIG_IPMI_HANDLER=y | ||
CONFIG_IPMI_SI=y | ||
CONFIG_I2C=y | ||
CONFIG_I2C_DESIGNWARE_PLATFORM=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_PL022=y | ||
CONFIG_GPIOLIB=y | ||
CONFIG_FB=y | ||
CONFIG_FB_ARMCLCD=y | ||
CONFIG_FRAMEBUFFER_CONSOLE=y | ||
CONFIG_USB=y | ||
CONFIG_USB_ISP1760_HCD=y | ||
CONFIG_USB_STORAGE=y | ||
CONFIG_MMC=y | ||
CONFIG_MMC_ARMMMCI=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_PLTFM=y | ||
CONFIG_EDAC=y | ||
CONFIG_EDAC_MM_EDAC=y | ||
CONFIG_EDAC_HIGHBANK_MC=y | ||
CONFIG_EDAC_HIGHBANK_L2=y | ||
CONFIG_RTC_CLASS=y | ||
CONFIG_RTC_DRV_PL031=y | ||
CONFIG_DMADEVICES=y | ||
CONFIG_PL330_DMA=y |