-
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 'renesas-defconfig-for-v3.13' of git://git.kernel.org/pub/s…
…cm/linux/kernel/git/horms/renesas into next/boards From Simon Horman: Renesas ARM based SoC defconfig updates for v3.13 * Add defconfig for koelsch board * Enable sound in defconfig for bockw board * Enable R-Car DU DRM in defconfig for lager and marzen boards * tag 'renesas-defconfig-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: Add koelsch defconfig ARM: shmobile: bockw defconfig: add Sound support ARM: shmobile: lager: Select DRM_RCAR_DU in defconfig ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig Signed-off-by: Olof Johansson <olof@lixom.net>
- Loading branch information
Showing
4 changed files
with
62 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
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 |
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