diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-29 16:24:02 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-29 16:24:02 -0500 |
commit | 8708138951b08441f4e18e75a2d012750261f0c0 (patch) | |
tree | 5b81faae058586a234477dfac563b023960d5342 | |
parent | acdcbd63314f235fc3f4e580bf2db49161b35d06 (diff) | |
parent | 559cec66f1a2620bc85bb79191512a569a404cb8 (diff) |
Merge tag 'renesas-defconfig2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards
From Simon Horman:
Second Round of Renesas ARM Based SoC Defconfig Updates for v3.14
* r7s72100 SoC (RZ/A1H) based Genmai Board
- Fixup I2C device on defconfig
- Add gpio regulator support on defconfig
* r8a7791 (R-Car M2) based Koelsch board
- Do not disable CONFIG_{INOTIFY_USER,UNIX} in defconfig
- Enable CONFIG_PACKET in defconfig
- Enable Ether in defconfig
* r8a7740 (R-Mobile A1) based Armadillo board
- Enable backlight control in defconfig
* r8a7740 (R-Mobile A1) based Armadillo board
- Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY
* tag 'renesas-defconfig2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: koelsch: Do not disable CONFIG_{INOTIFY_USER,UNIX} in defconfig
ARM: shmobile: koelsch: Enable CONFIG_PACKET in defconfig
ARM: shmobile: armadillo800eva: Enable backlight control in defconfig
ARM: shmobile: Koelsch: enable Ether in defconfig
ARM: shmobile: genmai: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY
ARM: shmobile: lager: fixup I2C device on defconfig
ARM: shmobile: lager: add gpio regulator support on defconfig
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/armadillo800eva_defconfig | 3 | ||||
-rw-r--r-- | arch/arm/configs/genmai_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/koelsch_defconfig | 25 | ||||
-rw-r--r-- | arch/arm/configs/lager_defconfig | 3 |
4 files changed, 30 insertions, 3 deletions
diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig index 5abf1a2e3160..9287a62de830 100644 --- a/arch/arm/configs/armadillo800eva_defconfig +++ b/arch/arm/configs/armadillo800eva_defconfig | |||
@@ -105,6 +105,7 @@ CONFIG_FB=y | |||
105 | CONFIG_FB_SH_MOBILE_LCDC=y | 105 | CONFIG_FB_SH_MOBILE_LCDC=y |
106 | CONFIG_FB_SH_MOBILE_HDMI=y | 106 | CONFIG_FB_SH_MOBILE_HDMI=y |
107 | CONFIG_LCD_CLASS_DEVICE=y | 107 | CONFIG_LCD_CLASS_DEVICE=y |
108 | CONFIG_BACKLIGHT_PWM=y | ||
108 | CONFIG_FRAMEBUFFER_CONSOLE=y | 109 | CONFIG_FRAMEBUFFER_CONSOLE=y |
109 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | 110 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y |
110 | CONFIG_LOGO=y | 111 | CONFIG_LOGO=y |
@@ -130,6 +131,8 @@ CONFIG_DMADEVICES=y | |||
130 | CONFIG_SH_DMAE=y | 131 | CONFIG_SH_DMAE=y |
131 | CONFIG_UIO=y | 132 | CONFIG_UIO=y |
132 | CONFIG_UIO_PDRV_GENIRQ=y | 133 | CONFIG_UIO_PDRV_GENIRQ=y |
134 | CONFIG_PWM=y | ||
135 | CONFIG_PWM_RENESAS_TPU=y | ||
133 | # CONFIG_DNOTIFY is not set | 136 | # CONFIG_DNOTIFY is not set |
134 | CONFIG_MSDOS_FS=y | 137 | CONFIG_MSDOS_FS=y |
135 | CONFIG_VFAT_FS=y | 138 | CONFIG_VFAT_FS=y |
diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig index 69b1531a4c80..aa0b704f48af 100644 --- a/arch/arm/configs/genmai_defconfig +++ b/arch/arm/configs/genmai_defconfig | |||
@@ -12,7 +12,7 @@ CONFIG_SLAB=y | |||
12 | # CONFIG_BLK_DEV_BSG is not set | 12 | # CONFIG_BLK_DEV_BSG is not set |
13 | # CONFIG_IOSCHED_DEADLINE is not set | 13 | # CONFIG_IOSCHED_DEADLINE is not set |
14 | # CONFIG_IOSCHED_CFQ is not set | 14 | # CONFIG_IOSCHED_CFQ is not set |
15 | CONFIG_ARCH_SHMOBILE=y | 15 | CONFIG_ARCH_SHMOBILE_LEGACY=y |
16 | CONFIG_ARCH_R7S72100=y | 16 | CONFIG_ARCH_R7S72100=y |
17 | CONFIG_MACH_GENMAI=y | 17 | CONFIG_MACH_GENMAI=y |
18 | # CONFIG_SH_TIMER_CMT is not set | 18 | # CONFIG_SH_TIMER_CMT is not set |
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index 7fd65a01ec7e..e248f49d5549 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig | |||
@@ -29,7 +29,29 @@ CONFIG_VFP=y | |||
29 | CONFIG_NEON=y | 29 | CONFIG_NEON=y |
30 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 30 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
31 | CONFIG_PM_RUNTIME=y | 31 | CONFIG_PM_RUNTIME=y |
32 | CONFIG_NET=y | ||
33 | CONFIG_PACKET=y | ||
34 | CONFIG_UNIX=y | ||
35 | CONFIG_INET=y | ||
36 | CONFIG_IP_PNP=y | ||
37 | CONFIG_IP_PNP_DHCP=y | ||
32 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 38 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
39 | CONFIG_NETDEVICES=y | ||
40 | # CONFIG_NET_VENDOR_ARC is not set | ||
41 | # CONFIG_NET_CADENCE is not set | ||
42 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
43 | # CONFIG_NET_VENDOR_CIRRUS is not set | ||
44 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
45 | # CONFIG_NET_VENDOR_INTEL is not set | ||
46 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
47 | # CONFIG_NET_VENDOR_MICREL is not set | ||
48 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
49 | CONFIG_SH_ETH=y | ||
50 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
51 | # CONFIG_NET_VENDOR_SMSC is not set | ||
52 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
53 | # CONFIG_NET_VENDOR_VIA is not set | ||
54 | # CONFIG_NET_VENDOR_WIZNET is not set | ||
33 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | 55 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set |
34 | # CONFIG_INPUT_MOUSE is not set | 56 | # CONFIG_INPUT_MOUSE is not set |
35 | # CONFIG_LEGACY_PTYS is not set | 57 | # CONFIG_LEGACY_PTYS is not set |
@@ -45,10 +67,11 @@ CONFIG_NEW_LEDS=y | |||
45 | CONFIG_LEDS_CLASS=y | 67 | CONFIG_LEDS_CLASS=y |
46 | # CONFIG_IOMMU_SUPPORT is not set | 68 | # CONFIG_IOMMU_SUPPORT is not set |
47 | # CONFIG_DNOTIFY is not set | 69 | # CONFIG_DNOTIFY is not set |
48 | # CONFIG_INOTIFY_USER is not set | ||
49 | CONFIG_TMPFS=y | 70 | CONFIG_TMPFS=y |
50 | CONFIG_CONFIGFS_FS=y | 71 | CONFIG_CONFIGFS_FS=y |
51 | # CONFIG_MISC_FILESYSTEMS is not set | 72 | # CONFIG_MISC_FILESYSTEMS is not set |
73 | CONFIG_NFS_FS=y | ||
74 | CONFIG_ROOT_NFS=y | ||
52 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | 75 | # CONFIG_ENABLE_WARN_DEPRECATED is not set |
53 | # CONFIG_ENABLE_MUST_CHECK is not set | 76 | # CONFIG_ENABLE_MUST_CHECK is not set |
54 | # CONFIG_ARM_UNWIND is not set | 77 | # CONFIG_ARM_UNWIND is not set |
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 35dc8b2be47f..883443f8f4f3 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig | |||
@@ -80,7 +80,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y | |||
80 | # CONFIG_HW_RANDOM is not set | 80 | # CONFIG_HW_RANDOM is not set |
81 | CONFIG_I2C=y | 81 | CONFIG_I2C=y |
82 | CONFIG_I2C_GPIO=y | 82 | CONFIG_I2C_GPIO=y |
83 | CONFIG_I2C_SH_MOBILE=y | 83 | CONFIG_I2C_RCAR=y |
84 | CONFIG_GPIO_SH_PFC=y | 84 | CONFIG_GPIO_SH_PFC=y |
85 | CONFIG_GPIOLIB=y | 85 | CONFIG_GPIOLIB=y |
86 | CONFIG_GPIO_RCAR=y | 86 | CONFIG_GPIO_RCAR=y |
@@ -89,6 +89,7 @@ CONFIG_THERMAL=y | |||
89 | CONFIG_RCAR_THERMAL=y | 89 | CONFIG_RCAR_THERMAL=y |
90 | CONFIG_REGULATOR=y | 90 | CONFIG_REGULATOR=y |
91 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 91 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
92 | CONFIG_REGULATOR_GPIO=y | ||
92 | CONFIG_DRM=y | 93 | CONFIG_DRM=y |
93 | CONFIG_DRM_RCAR_DU=y | 94 | CONFIG_DRM_RCAR_DU=y |
94 | # CONFIG_USB_SUPPORT is not set | 95 | # CONFIG_USB_SUPPORT is not set |