[armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin.

It seems to have always been a bool and not a tristate.

svn path=/dists/trunk/linux/; revision=22838
This commit is contained in:
Ian Campbell 2015-07-17 07:29:09 +00:00
parent ef7d1869f8
commit bb9ae7db61
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,12 @@
linux (4.1.2-1~exp2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [armel/kirkwood] ubi: Change UBIFS_FS and MTD_UBI from built-in to
modules, to reduce kernel image size (fixes FTBFS)
[ Ian Campbell ]
* [armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin.
-- Ben Hutchings <ben@decadent.org.uk> Wed, 15 Jul 2015 15:16:42 +0100
linux (4.1.2-1~exp1) experimental; urgency=medium

View File

@ -174,7 +174,7 @@ CONFIG_CPUFREQ_DT=m
## file: drivers/cpufreq/Kconfig.arm
##
CONFIG_ARM_IMX6Q_CPUFREQ=m
CONFIG_ARM_TEGRA_CPUFREQ=m
CONFIG_ARM_TEGRA_CPUFREQ=y
##
## file: drivers/crypto/Kconfig