From 7dec7582de75f20c775536fc36bed36ed1c8cf9a Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 10 Jan 2023 10:18:42 +0100 Subject: linux-fslc: drop config options not present in tree Following config options are not present in the tree, but defined in the defconfig file: - CONFIG_DWMAC_TEGRA - CONFIG_COMMON_CLK_NPCM8XX Those were introduced by upstream commit 4cac4de4b05f ("arm64: defconfig: Enable Tegra MGBE driver") and commit 45472f1e5348 ("arm64: defconfig: Add Nuvoton NPCM family support") respectively, but do not have any functionality in the Kernel tree. Drop those options from the `defconfig` file, as Yocto Kernel config sanity check produce warning regarding those items. Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc/armv8a/defconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-fslc/armv8a/defconfig b/recipes-kernel/linux/linux-fslc/armv8a/defconfig index ab708b12..681425be 100644 --- a/recipes-kernel/linux/linux-fslc/armv8a/defconfig +++ b/recipes-kernel/linux/linux-fslc/armv8a/defconfig @@ -363,7 +363,6 @@ CONFIG_SMSC911X=y CONFIG_SNI_AVE=y CONFIG_SNI_NETSEC=y CONFIG_STMMAC_ETH=m -CONFIG_DWMAC_TEGRA=m CONFIG_TI_K3_AM65_CPSW_NUSS=y CONFIG_QCOM_IPA=m CONFIG_MESON_GXL_PHY=m @@ -1051,7 +1050,6 @@ CONFIG_COMMON_CLK_FSL_SAI=y CONFIG_COMMON_CLK_S2MPS11=y CONFIG_COMMON_CLK_PWM=y CONFIG_COMMON_CLK_VC5=y -CONFIG_COMMON_CLK_NPCM8XX=y CONFIG_COMMON_CLK_BD718XX=m CONFIG_CLK_RASPBERRYPI=m CONFIG_CLK_IMX8MM=y -- cgit v1.2.3-54-g00ecf