Skip to content

Commit 813bacf

Browse files
linuswarndb
authored andcommitted
ARM: configs: Update the nhk8815_defconfig
The platform lost the framebuffer due to a commit solving a circular dependency in v5.14-rc1, so add it back in by explicitly selecting the framebuffer. Also fix up some Kconfig options that got dropped or moved around while we're at it. Fixes: f611b1e ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Linus Walleij <[email protected]> Cc: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 36a21d5 commit 813bacf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

arch/arm/configs/nhk8815_defconfig

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ CONFIG_SLAB=y
1515
CONFIG_ARCH_NOMADIK=y
1616
CONFIG_MACH_NOMADIK_8815NHK=y
1717
CONFIG_AEABI=y
18-
CONFIG_ZBOOT_ROM_TEXT=0x0
19-
CONFIG_ZBOOT_ROM_BSS=0x0
2018
CONFIG_MODULES=y
2119
CONFIG_MODULE_UNLOAD=y
2220
# CONFIG_BLK_DEV_BSG is not set
@@ -52,9 +50,9 @@ CONFIG_MTD_BLOCK=y
5250
CONFIG_MTD_ONENAND=y
5351
CONFIG_MTD_ONENAND_VERIFY_WRITE=y
5452
CONFIG_MTD_ONENAND_GENERIC=y
55-
CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC=y
5653
CONFIG_MTD_RAW_NAND=y
5754
CONFIG_MTD_NAND_FSMC=y
55+
CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC=y
5856
CONFIG_BLK_DEV_LOOP=y
5957
CONFIG_BLK_DEV_CRYPTOLOOP=y
6058
CONFIG_BLK_DEV_RAM=y
@@ -97,6 +95,7 @@ CONFIG_REGULATOR=y
9795
CONFIG_DRM=y
9896
CONFIG_DRM_PANEL_TPO_TPG110=y
9997
CONFIG_DRM_PL111=y
98+
CONFIG_FB=y
10099
CONFIG_BACKLIGHT_CLASS_DEVICE=y
101100
CONFIG_BACKLIGHT_PWM=y
102101
CONFIG_FRAMEBUFFER_CONSOLE=y
@@ -136,9 +135,8 @@ CONFIG_NLS_ISO8859_15=y
136135
CONFIG_CRYPTO_MD5=y
137136
CONFIG_CRYPTO_SHA1=y
138137
CONFIG_CRYPTO_DES=y
138+
# CONFIG_DEBUG_BUGVERBOSE is not set
139139
CONFIG_DEBUG_INFO=y
140-
# CONFIG_ENABLE_MUST_CHECK is not set
141140
CONFIG_DEBUG_FS=y
142141
# CONFIG_SCHED_DEBUG is not set
143142
# CONFIG_DEBUG_PREEMPT is not set
144-
# CONFIG_DEBUG_BUGVERBOSE is not set

0 commit comments

Comments
 (0)