-
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.
ARM: shmobile: Add koelsch defconfig
This is intended to be used until multi-arch is able to be used for the koelsch board at which time a more generic configuration will be used in place of this one. This is based on the lager defconfig. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
- Loading branch information
Simon Horman
committed
Sep 21, 2013
1 parent
dca778f
commit 6bb2e34
Showing
1 changed file
with
54 additions
and
0 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,54 @@ | ||
CONFIG_SYSVIPC=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=16 | ||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
CONFIG_SYSCTL_SYSCALL=y | ||
CONFIG_EMBEDDED=y | ||
CONFIG_PERF_EVENTS=y | ||
CONFIG_SLAB=y | ||
# CONFIG_BLOCK is not set | ||
CONFIG_ARCH_SHMOBILE=y | ||
CONFIG_ARCH_R8A7791=y | ||
CONFIG_MACH_KOELSCH=y | ||
# CONFIG_SWP_EMULATE is not set | ||
CONFIG_CPU_BPREDICT_DISABLE=y | ||
CONFIG_PL310_ERRATA_588369=y | ||
CONFIG_ARM_ERRATA_754322=y | ||
CONFIG_SMP=y | ||
CONFIG_SCHED_MC=y | ||
CONFIG_NR_CPUS=8 | ||
CONFIG_AEABI=y | ||
CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
CONFIG_ZBOOT_ROM_BSS=0x0 | ||
CONFIG_ARM_APPENDED_DTB=y | ||
CONFIG_KEXEC=y | ||
CONFIG_AUTO_ZRELADDR=y | ||
CONFIG_VFP=y | ||
CONFIG_NEON=y | ||
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
CONFIG_PM_RUNTIME=y | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
# CONFIG_LEGACY_PTYS is not set | ||
CONFIG_SERIAL_SH_SCI=y | ||
CONFIG_SERIAL_SH_SCI_NR_UARTS=20 | ||
CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_THERMAL=y | ||
CONFIG_RCAR_THERMAL=y | ||
# CONFIG_HID is not set | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_NEW_LEDS=y | ||
CONFIG_LEDS_CLASS=y | ||
# CONFIG_IOMMU_SUPPORT is not set | ||
# CONFIG_DNOTIFY is not set | ||
# CONFIG_INOTIFY_USER is not set | ||
CONFIG_TMPFS=y | ||
CONFIG_CONFIGFS_FS=y | ||
# CONFIG_MISC_FILESYSTEMS is not set | ||
# CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
# CONFIG_ENABLE_MUST_CHECK is not set | ||
# CONFIG_ARM_UNWIND is not set |