From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH v2 03/11] v8a: kernel: disable some unneeded options
Date: Mon, 9 Dec 2024 20:48:23 +0100 [thread overview]
Message-ID: <20241209194831.2677114-4-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20241209194831.2677114-1-a.fatoum@pengutronix.de>
The update to v6.12 enabled four config options by default
that we don't actually need:
- ARMv8.9-specific options: CONFIG_ARM64_POE
- Unused drivers:
- CONFIG_IMX_SCMI_BBM_EXT, CONFIG_IMX_SCMI_BBM_EXT
- CONFIG_CLK_RK3576
Disable them again.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
configs/platform-v8a/kernelconfig | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig
index b0d442b93335..4123132d9a51 100644
--- a/configs/platform-v8a/kernelconfig
+++ b/configs/platform-v8a/kernelconfig
@@ -509,7 +509,7 @@ CONFIG_ARM64_AS_HAS_MTE=y
#
# ARMv8.9 architectural features
#
-CONFIG_ARM64_POE=y
+# CONFIG_ARM64_POE is not set
CONFIG_ARCH_PKEY_BITS=3
# end of ARMv8.9 architectural features
@@ -879,8 +879,6 @@ CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ARCH_HAS_ZONE_DMA_SET=y
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
-CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
-CONFIG_ARCH_HAS_PKEYS=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_TEST is not set
@@ -1474,8 +1472,8 @@ CONFIG_ARM_SCMI_TRANSPORT_SMC=y
#
# ARM SCMI NXP i.MX Vendor Protocols
#
-CONFIG_IMX_SCMI_BBM_EXT=y
-CONFIG_IMX_SCMI_MISC_EXT=y
+# CONFIG_IMX_SCMI_BBM_EXT is not set
+# CONFIG_IMX_SCMI_MISC_EXT is not set
# end of ARM SCMI NXP i.MX Vendor Protocols
CONFIG_ARM_SCMI_POWER_CONTROL=y
@@ -1489,7 +1487,6 @@ CONFIG_ARM_SCPI_PROTOCOL=y
# CONFIG_GOOGLE_FIRMWARE is not set
# CONFIG_IMX_DSP is not set
# CONFIG_IMX_SCU is not set
-CONFIG_IMX_SCMI_MISC_DRV=y
CONFIG_ARM_PSCI_FW=y
#
@@ -3839,7 +3836,6 @@ CONFIG_RTC_DRV_ARMADA38X=y
# CONFIG_RTC_DRV_MXC_V2 is not set
CONFIG_RTC_DRV_SNVS=y
# CONFIG_RTC_DRV_BBNSM is not set
-CONFIG_RTC_DRV_IMX_BBM_SCMI=y
# CONFIG_RTC_DRV_R7301 is not set
#
@@ -3987,7 +3983,7 @@ CONFIG_COMMON_CLK_ROCKCHIP=y
# CONFIG_CLK_RK3368 is not set
# CONFIG_CLK_RK3399 is not set
CONFIG_CLK_RK3568=y
-CONFIG_CLK_RK3576=y
+# CONFIG_CLK_RK3576 is not set
CONFIG_CLK_RK3588=y
# CONFIG_XILINX_VCU is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
--
2.39.5
next prev parent reply other threads:[~2024-12-09 19:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 19:48 [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 01/11] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 02/11] v8a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` Ahmad Fatoum [this message]
2024-12-09 19:48 ` [DistroKit] [PATCH v2 04/11] v8a: kernel: enable usb9pfs Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 05/11] v8a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 06/11] v7a: barebox: am335x-mlo: disable LZO decompress Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 07/11] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 08/11] v7a: kernel: disable unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 09/11] v7a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 10/11] v7a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 11/11] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 21:19 ` [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241209194831.2677114-4-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox