forked from torvalds/linux
-
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.
Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/arm/arm-soc Pull arm-soc defconfig updates from Olof Johansson: "For the first time, we have one branch that collects just updates to defconfig files, mostly for adapting to changes in other subsystems." * tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: PRIMA2: add prima2_defconfig for CSR SiRFprimaII ARM: tegra: update defconfig ARM: tegra: update defconfig ARM: imx_v6_v7_defconfig: Add SPI NOR support ARM: imx_v4_v5_defconfig: Let CONFIG_MACH_IMX27_DT be built by default
- Loading branch information
Showing
4 changed files
with
86 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_RELAY=y | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_KALLSYMS_ALL=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
CONFIG_PARTITION_ADVANCED=y | ||
CONFIG_BSD_DISKLABEL=y | ||
CONFIG_SOLARIS_X86_PARTITION=y | ||
CONFIG_ARCH_PRIMA2=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_PREEMPT=y | ||
CONFIG_AEABI=y | ||
CONFIG_KEXEC=y | ||
CONFIG_BINFMT_MISC=y | ||
CONFIG_PM_RUNTIME=y | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
CONFIG_SCSI=y | ||
CONFIG_BLK_DEV_SD=y | ||
CONFIG_CHR_DEV_SG=y | ||
CONFIG_INPUT_EVDEV=y | ||
# CONFIG_INPUT_MOUSE is not set | ||
CONFIG_INPUT_TOUCHSCREEN=y | ||
CONFIG_SERIAL_SIRFSOC=y | ||
CONFIG_SERIAL_SIRFSOC_CONSOLE=y | ||
CONFIG_HW_RANDOM=y | ||
CONFIG_I2C=y | ||
CONFIG_I2C_CHARDEV=y | ||
CONFIG_I2C_SIRF=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_SIRF=y | ||
CONFIG_SPI_SPIDEV=y | ||
# CONFIG_HWMON is not set | ||
# CONFIG_HID_SUPPORT is not set | ||
CONFIG_USB_GADGET=y | ||
CONFIG_USB_FILE_STORAGE=m | ||
CONFIG_USB_MASS_STORAGE=m | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_PLTFM=y | ||
CONFIG_DMADEVICES=y | ||
CONFIG_DMADEVICES_DEBUG=y | ||
CONFIG_DMADEVICES_VDEBUG=y | ||
CONFIG_SIRF_DMA=y | ||
# CONFIG_IOMMU_SUPPORT is not set | ||
CONFIG_EXT2_FS=y | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_TMPFS=y | ||
CONFIG_TMPFS_POSIX_ACL=y | ||
CONFIG_CRAMFS=y | ||
CONFIG_ROMFS_FS=y | ||
CONFIG_NLS_CODEPAGE_437=y | ||
CONFIG_NLS_ASCII=y | ||
CONFIG_NLS_ISO8859_1=y | ||
CONFIG_MAGIC_SYSRQ=y | ||
CONFIG_DEBUG_SECTION_MISMATCH=y | ||
CONFIG_DEBUG_KERNEL=y | ||
# CONFIG_DEBUG_PREEMPT is not set | ||
CONFIG_DEBUG_RT_MUTEXES=y | ||
CONFIG_DEBUG_SPINLOCK=y | ||
CONFIG_DEBUG_MUTEXES=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_CRC_CCITT=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters