diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-21 12:03:39 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-22 12:34:07 +0200 |
commit | 5746240f219b0967bb24f79b72c12fe82a5bd6df (patch) | |
tree | 91fd6524b18221702ec54ec6e20138d73c032bea /arch/arm/configs/eseries_pxa_defconfig | |
parent | ddd366bf01de51576d34be6a8652a3fec248f427 (diff) |
ARM: defconfig: remove broken CONFIG_THUMB disables
Since commit 1515b186c235 ("ARM: make configuration of userspace
Thumb support an expert option"), CONFIG_THUMB cannot be disabled
unless one turns on CONFIG_EXPERT first.
This is probably for the better, so remove the statements that
turn it off.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/eseries_pxa_defconfig')
-rw-r--r-- | arch/arm/configs/eseries_pxa_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/eseries_pxa_defconfig b/arch/arm/configs/eseries_pxa_defconfig index b8994bff3f62..f76432fbc3af 100644 --- a/arch/arm/configs/eseries_pxa_defconfig +++ b/arch/arm/configs/eseries_pxa_defconfig @@ -6,7 +6,6 @@ CONFIG_EXPERT=y # CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_PXA=y CONFIG_ARCH_PXA_ESERIES=y -# CONFIG_ARM_THUMB is not set CONFIG_IWMMXT=y CONFIG_AEABI=y CONFIG_KEXEC=y |