From: INAGAKI Hiroshi Date: Sun, 7 Apr 2024 09:52:39 +0000 (+0900) Subject: mvebu: cortexa72: enable CONFIG_CMDLINE_PARTITION for blkdevparts X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e10a811408c92468e754748e78d3ddb7137a23bb;p=openwrt%2Fstaging%2Fpepe2k.git mvebu: cortexa72: enable CONFIG_CMDLINE_PARTITION for blkdevparts Enable CONFIG_CMDLINE_PARTITION symbol to use "blkdevparts=" parameter support on Check Point V-80. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/16904 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mvebu/cortexa72/config-6.12 b/target/linux/mvebu/cortexa72/config-6.12 index fc90d10237..eb53d98e5c 100644 --- a/target/linux/mvebu/cortexa72/config-6.12 +++ b/target/linux/mvebu/cortexa72/config-6.12 @@ -42,6 +42,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_CMDLINE_PARTITION=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CRC_CCITT=y CONFIG_DMA_DIRECT_REMAP=y diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6 index d6aaa8d0bd..2ce252c080 100644 --- a/target/linux/mvebu/cortexa72/config-6.6 +++ b/target/linux/mvebu/cortexa72/config-6.6 @@ -41,6 +41,7 @@ CONFIG_ARM_SBSA_WATCHDOG=y CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y CONFIG_CC_HAVE_SHADOW_CALL_STACK=y CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_CMDLINE_PARTITION=y CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CRC_CCITT=y CONFIG_DMA_DIRECT_REMAP=y