]> Pileus Git - ~andy/linux/commit
Merge tag 'renesas-defconfig-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Wed, 4 Dec 2013 00:52:33 +0000 (16:52 -0800)
committerOlof Johansson <olof@lixom.net>
Wed, 4 Dec 2013 00:52:33 +0000 (16:52 -0800)
commit38e67641b9f0ec421a51a258d23974a06fb7b884
treefadd1f526bcdd18034b8c51befc11391c0eddfb9
parentdc1ccc48159d63eca5089e507c82c7d22ef60839
parent577092b3d11530acd8467074f6ea7e2dd36b5028
Merge tag 'renesas-defconfig-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/boards

From Simon Horman:
Renesas ARM based SoC defconfig updates for v3.14

* Add Genmai defconfig
  - The board was added in v3.13 but the defconfig missed the cut
* Enable AUTO_ZRELADDR for kzm9d board
* Enable HPB-DMAC, PACKET, VFP on bockw and marzen boards
* Do not disable INOTIFY_USER on bockw or marzen boards
* Do not enable CONFIG_DEVTMPFS on bockw or marzen boards
* Do not enable CONFIG_SMC911X on marzen
  - That hardware does not exist on the marzen board
* Do not set command line on bockw or marzen boards
  - This is handled in the DTS
* Enable REGULATOR on bockw board

* tag 'renesas-defconfig-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
  ARM: shmobile: bockw: enable HPB-DMAC in defconfig
  ARM: shmobile: marzen: enable HPB-DMAC in defconfig
  ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
  ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
  ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
  ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
  ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
  ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
  ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
  ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
  ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
  ARM: shmobile: marzen: Do not set command line in defconfig
  ARM: shmobile: bockw: Do not set command line in defconfig
  ARM: shmobile: bockw: enable CONFIG_REGULATOR
  ARM: shmobile: Genmai defconfig

Signed-off-by: Olof Johansson <olof@lixom.net>