diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-12 08:14:34 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-18 17:51:32 +0200 |
commit | c681c3073332822c7f50b2c2a58ab33a7dec0b78 (patch) | |
tree | 843d012819e047eeb541090175dfeb11e194ca33 | |
parent | 45b6ff3981befeaf39a965decfdffca3ba06435f (diff) | |
download | linux-c681c3073332822c7f50b2c2a58ab33a7dec0b78.tar.bz2 |
ARM: vexpress_defconfig: Cleanup from non-existing options
ARCH_VEXPRESS_CA9X4 is gone since commit 81cc3f868d30 ("ARM: vexpress:
Remove non-DT code").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
-rw-r--r-- | arch/arm/configs/vexpress_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/vexpress_defconfig b/arch/arm/configs/vexpress_defconfig index 0fa0ed577b15..edae1c58fe80 100644 --- a/arch/arm/configs/vexpress_defconfig +++ b/arch/arm/configs/vexpress_defconfig @@ -19,7 +19,6 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_ARCH_VEXPRESS=y -CONFIG_ARCH_VEXPRESS_CA9X4=y CONFIG_ARCH_VEXPRESS_DCSCB=y CONFIG_ARCH_VEXPRESS_TC2_PM=y # CONFIG_SWP_EMULATE is not set |