mbox

[GIT,PULL,4/4] ARM: tegra: defconfig update for 3.12

Message ID 1376673628-5867-4-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-defconfig

Message

Stephen Warren Aug. 16, 2013, 5:20 p.m. UTC
This defconfig change enables:
* SYSVIPC (needed for some apps, e.g. fakeroot).
* Elantech touchpad (touchpad on AC100).
* SCSI_MULTI_LUN (needed for some USB SD card readers).
* PCI, MSI, and Tegra's PCIe driver.
* USB XHCI; useful for testing PCIe.

----------------------------------------------------------------

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-defconfig

for you to fetch changes up to 25819408cdd8c019277d9b4906ac7345fc1817bd:

  ARM: tegra: defconfig updates

----------------------------------------------------------------

Stephen Warren (1):
      ARM: tegra: defconfig updates

 arch/arm/configs/tegra_defconfig | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Kevin Hilman Aug. 20, 2013, 11:42 p.m. UTC | #1
Stephen Warren <swarren@wwwdotorg.org> writes:

> This defconfig change enables:
> * SYSVIPC (needed for some apps, e.g. fakeroot).
> * Elantech touchpad (touchpad on AC100).
> * SCSI_MULTI_LUN (needed for some USB SD card readers).
> * PCI, MSI, and Tegra's PCIe driver.
> * USB XHCI; useful for testing PCIe.
>
> ----------------------------------------------------------------
>
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
>   Linux 3.11-rc1
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.12-defconfig
>
> for you to fetch changes up to 25819408cdd8c019277d9b4906ac7345fc1817bd:
>
>   ARM: tegra: defconfig updates

Pulled into next/boards.

Kevin