From 48d73764000dcf2cae8a7adf2d0fa98bb2d2fec5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 5 Feb 2024 18:37:29 +0100 Subject: [PATCH] bcm27xx: refresh kernel configs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Refresh outdated kernel configs. Fixes: b76fcf1bbe1d ("bcm27xx: enable video symbols" Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm27xx/bcm2708/config-6.1 | 2 +- target/linux/bcm27xx/bcm2709/config-6.1 | 4 ++-- target/linux/bcm27xx/bcm2712/config-6.1 | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/target/linux/bcm27xx/bcm2708/config-6.1 b/target/linux/bcm27xx/bcm2708/config-6.1 index 05633387bf..af5d0183ec 100644 --- a/target/linux/bcm27xx/bcm2708/config-6.1 +++ b/target/linux/bcm27xx/bcm2708/config-6.1 @@ -377,9 +377,9 @@ CONFIG_USB_UAS=y CONFIG_USB_USBNET=y CONFIG_USE_OF=y CONFIG_VCHIQ_CDEV=y +CONFIG_VFP=y CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_I2C=y -CONFIG_VFP=y CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE_SLEEP=y diff --git a/target/linux/bcm27xx/bcm2709/config-6.1 b/target/linux/bcm27xx/bcm2709/config-6.1 index 1a01436079..4d307add54 100644 --- a/target/linux/bcm27xx/bcm2709/config-6.1 +++ b/target/linux/bcm27xx/bcm2709/config-6.1 @@ -476,10 +476,10 @@ CONFIG_USB_XHCI_PCI=y CONFIG_USB_XHCI_PLATFORM=y CONFIG_USE_OF=y CONFIG_VCHIQ_CDEV=y -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_I2C=y CONFIG_VFP=y CONFIG_VFPv3=y +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_I2C=y CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE_SLEEP=y diff --git a/target/linux/bcm27xx/bcm2712/config-6.1 b/target/linux/bcm27xx/bcm2712/config-6.1 index 19644c8b67..ddd29f78fb 100644 --- a/target/linux/bcm27xx/bcm2712/config-6.1 +++ b/target/linux/bcm27xx/bcm2712/config-6.1 @@ -432,7 +432,6 @@ CONFIG_PADATA=y CONFIG_PAGE_POOL=y CONFIG_PAGE_SIZE_LESS_THAN_256KB=y CONFIG_PAGE_SIZE_LESS_THAN_64KB=y -CONFIG_PAHOLE_HAS_LANG_EXCLUDE=y CONFIG_PARTITION_PERCPU=y CONFIG_PCI=y CONFIG_PCIEAER=y -- 2.30.2