mbox

[GIT,PULL,5/6] ARM: tegra: defconfig updates for 3.13

Message ID 1382036881-23339-5-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

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

Message

Stephen Warren Oct. 17, 2013, 7:08 p.m. UTC
Various config options are enabled:

ARCH_TEGRA_124_SOC: Tegra124 SoC support.
CPU_FREQ_STAT_DETAILS: Enables various sysfs files that are useful when
    testing cpufreq.
CONFIG_COMMON_CLK_DEBUG: Useful to look at the clock tree to verify that
    clocks for the various devices have been properly set up.
PINCTRL_PALMAS: Used on Dalmore board.
NEON: Enables SIMD instruction support for Tegra30 and later SoCs.

This branch is based on v3.12-rc1.

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

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1

are available in the git repository at:

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

for you to fetch changes up to 83c6ca532152806122b8b074a9128299a5cf57c9:

  ARM: tegra: defconfig updates

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

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

 arch/arm/configs/tegra_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Kevin Hilman Oct. 17, 2013, 11:08 p.m. UTC | #1
Stephen Warren <swarren@wwwdotorg.org> writes:

> Various config options are enabled:
>
> ARCH_TEGRA_124_SOC: Tegra124 SoC support.
> CPU_FREQ_STAT_DETAILS: Enables various sysfs files that are useful when
>     testing cpufreq.
> CONFIG_COMMON_CLK_DEBUG: Useful to look at the clock tree to verify that
>     clocks for the various devices have been properly set up.
> PINCTRL_PALMAS: Used on Dalmore board.
> NEON: Enables SIMD instruction support for Tegra30 and later SoCs.
>
> This branch is based on v3.12-rc1.
>
> ----------------------------------------------------------------
>
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>
>   Linux 3.12-rc1
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.13-defconfig
>
> for you to fetch changes up to 83c6ca532152806122b8b074a9128299a5cf57c9:
>
>   ARM: tegra: defconfig updates
>
> ----------------------------------------------------------------

Pulled into next/boards.

Thanks,

Kevin