From bb9ae7db61f9ea6830baf61ba34f2c2d8794dab8 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 17 Jul 2015 07:29:09 +0000 Subject: [PATCH] [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 --- debian/changelog | 4 ++++ debian/config/armhf/config.armmp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b9e4f98aa..e950a2c82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 15 Jul 2015 15:16:42 +0100 linux (4.1.2-1~exp1) experimental; urgency=medium diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index 3143d5837..9dc4c564d 100644 --- a/debian/config/armhf/config.armmp +++ b/debian/config/armhf/config.armmp @@ -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