Skip to content

Commit 9f9e2df

Browse files
committed
ARM: exynos_defconfig: Bring back explicitly wanted options
Few options KALLSYMS_ALL, SCSI, PM_DEVFREQ and mutex/spinlock debugging were removed with savedefconfig because they were selected by other options. However these are user-visible options and they might not be selected in the future. Exactly this happened with commit 0e4a459 ("tracing: Remove unnecessary DEBUG_FS dependency") removing the dependency between DEBUG_FS and TRACING. To avoid losing these options in the future, explicitly mention them in defconfig. Reported-by: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent e42617b commit 9f9e2df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ CONFIG_CRYPTO_SHA256_ARM=m
3838
CONFIG_CRYPTO_SHA512_ARM=m
3939
CONFIG_CRYPTO_AES_ARM_BS=m
4040
CONFIG_CRYPTO_CHACHA20_NEON=m
41+
CONFIG_KALLSYMS_ALL=y
4142
CONFIG_MODULES=y
4243
CONFIG_MODULE_UNLOAD=y
4344
CONFIG_PARTITION_ADVANCED=y
@@ -92,6 +93,7 @@ CONFIG_BLK_DEV_LOOP=y
9293
CONFIG_BLK_DEV_CRYPTOLOOP=y
9394
CONFIG_BLK_DEV_RAM=y
9495
CONFIG_BLK_DEV_RAM_SIZE=8192
96+
CONFIG_SCSI=y
9597
CONFIG_BLK_DEV_SD=y
9698
CONFIG_CHR_DEV_SG=y
9799
CONFIG_ATA=y
@@ -291,6 +293,7 @@ CONFIG_CROS_EC_SPI=y
291293
CONFIG_COMMON_CLK_MAX77686=y
292294
CONFIG_COMMON_CLK_S2MPS11=y
293295
CONFIG_EXYNOS_IOMMU=y
296+
CONFIG_PM_DEVFREQ=y
294297
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
295298
CONFIG_DEVFREQ_GOV_POWERSAVE=y
296299
CONFIG_DEVFREQ_GOV_USERSPACE=y
@@ -355,4 +358,7 @@ CONFIG_SOFTLOCKUP_DETECTOR=y
355358
# CONFIG_DETECT_HUNG_TASK is not set
356359
CONFIG_PROVE_LOCKING=y
357360
CONFIG_DEBUG_ATOMIC_SLEEP=y
361+
CONFIG_DEBUG_RT_MUTEXES=y
362+
CONFIG_DEBUG_SPINLOCK=y
363+
CONFIG_DEBUG_MUTEXES=y
358364
CONFIG_DEBUG_USER=y

0 commit comments

Comments
 (0)