diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-12 18:09:07 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-18 17:51:33 +0200 |
commit | eccedb8641064be191507290e4643735d984002a (patch) | |
tree | d69f776d6a1b7edf42a1f5e4d24b563118510edd /arch/arm/configs/ezx_defconfig | |
parent | c681c3073332822c7f50b2c2a58ab33a7dec0b78 (diff) | |
download | linux-stable-eccedb8641064be191507290e4643735d984002a.tar.gz linux-stable-eccedb8641064be191507290e4643735d984002a.tar.bz2 linux-stable-eccedb8641064be191507290e4643735d984002a.zip |
ARM: ezx_defconfig: Cleanup from non-existing options
CPU_FREQ_DEBUG is gone since commit 2d06d8c49afd ("[CPUFREQ] use
dynamic debug instead of custom infrastructure").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/configs/ezx_defconfig')
-rw-r--r-- | arch/arm/configs/ezx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig index 23660f3d0f7f..484e51fbd4a6 100644 --- a/arch/arm/configs/ezx_defconfig +++ b/arch/arm/configs/ezx_defconfig @@ -27,7 +27,6 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="console=tty1 root=/dev/mmcblk0p2 rootfstype=ext2 rootdelay=3 ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0 debug" CONFIG_KEXEC=y CONFIG_CPU_FREQ=y -CONFIG_CPU_FREQ_DEBUG=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_USERSPACE=m CONFIG_CPU_FREQ_GOV_ONDEMAND=m |