-
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.
powerpc/fsl-booke: Add e55xx (64-bit) smp defconfig
The p5020 SoC from Freescale is the first 64-bit Book-E processor and utilizes the two e5500 cores. Adding a defconfig that enables basic kernel for e5500 based processors. Also added the p5020 / e5500 support to the ppc64e defconfig. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
- Loading branch information
Kumar Gala
committed
Oct 14, 2010
1 parent
9540041
commit 6249a26
Showing
2 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
CONFIG_PPC64=y | ||
CONFIG_PPC_BOOK3E_64=y | ||
# CONFIG_VIRT_CPU_ACCOUNTING is not set | ||
CONFIG_SMP=y | ||
CONFIG_NR_CPUS=2 | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_SYSVIPC=y | ||
CONFIG_BSD_PROCESS_ACCT=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_SYSFS_DEPRECATED_V2=y | ||
CONFIG_BLK_DEV_INITRD=y | ||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
CONFIG_EMBEDDED=y | ||
CONFIG_KALLSYMS_ALL=y | ||
CONFIG_KALLSYMS_EXTRA_PASS=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_MODULE_FORCE_UNLOAD=y | ||
CONFIG_MODVERSIONS=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
CONFIG_P5020_DS=y | ||
# CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_BINFMT_MISC=m | ||
CONFIG_SPARSE_IRQ=y | ||
# CONFIG_PCI is not set | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
CONFIG_PROC_DEVICETREE=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_BLK_DEV_RAM_SIZE=131072 | ||
CONFIG_EEPROM_LEGACY=y | ||
CONFIG_INPUT_FF_MEMLESS=m | ||
# CONFIG_INPUT_MOUSEDEV is not set | ||
# CONFIG_INPUT_KEYBOARD is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
CONFIG_SERIO_LIBPS2=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
CONFIG_SERIAL_8250_EXTENDED=y | ||
CONFIG_SERIAL_8250_MANY_PORTS=y | ||
CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
CONFIG_SERIAL_8250_RSA=y | ||
CONFIG_I2C=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
# CONFIG_HID_SUPPORT is not set | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_DMADEVICES=y | ||
CONFIG_FSL_DMA=y | ||
CONFIG_EXT2_FS=y | ||
CONFIG_EXT3_FS=y | ||
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
CONFIG_PROC_KCORE=y | ||
CONFIG_TMPFS=y | ||
# CONFIG_MISC_FILESYSTEMS is not set | ||
CONFIG_PARTITION_ADVANCED=y | ||
CONFIG_MAC_PARTITION=y | ||
CONFIG_NLS=y | ||
CONFIG_NLS_UTF8=m | ||
CONFIG_CRC_T10DIF=y | ||
CONFIG_CRC_ITU_T=m | ||
CONFIG_LIBCRC32C=m | ||
CONFIG_FRAME_WARN=1024 | ||
CONFIG_DEBUG_FS=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
# CONFIG_DEBUG_BUGVERBOSE is not set | ||
CONFIG_DEBUG_INFO=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
CONFIG_VIRQ_DEBUG=y | ||
CONFIG_CRYPTO=y | ||
CONFIG_CRYPTO_CBC=y | ||
CONFIG_CRYPTO_PCBC=m | ||
CONFIG_CRYPTO_HMAC=y | ||
CONFIG_CRYPTO_MD5=y | ||
CONFIG_CRYPTO_SHA1=m | ||
CONFIG_CRYPTO_DES=y | ||
# CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
CONFIG_CRYPTO_DEV_TALITOS=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