aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/lubbock_defconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-07-21 12:03:39 +0200
committerArnd Bergmann <arnd@arndb.de>2022-07-22 12:34:07 +0200
commit5746240f219b0967bb24f79b72c12fe82a5bd6df (patch)
tree91fd6524b18221702ec54ec6e20138d73c032bea /arch/arm/configs/lubbock_defconfig
parentARM: defconfig: address renamed CONFIG_DEBUG_INFO=y (diff)
downloadlinux-dev-5746240f219b0967bb24f79b72c12fe82a5bd6df.tar.xz
linux-dev-5746240f219b0967bb24f79b72c12fe82a5bd6df.zip
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/lubbock_defconfig')
-rw-r--r--arch/arm/configs/lubbock_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/lubbock_defconfig b/arch/arm/configs/lubbock_defconfig
index 2b1aec0afba0..95e937379a62 100644
--- a/arch/arm/configs/lubbock_defconfig
+++ b/arch/arm/configs/lubbock_defconfig
@@ -3,7 +3,6 @@ CONFIG_LOG_BUF_SHIFT=14
# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_PXA=y
CONFIG_ARCH_LUBBOCK=y
-# CONFIG_ARM_THUMB is not set
CONFIG_LEDS=y
CONFIG_LEDS_CPU=y
CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200 mem=64M"