From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 22 Jan 2024 17:08:39 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rRwqk-00BgxC-1J for lore@lore.pengutronix.de; Mon, 22 Jan 2024 17:08:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rRwqk-0005ir-Jo; Mon, 22 Jan 2024 17:08:38 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rRwqc-0005iU-Td; Mon, 22 Jan 2024 17:08:30 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRwqc-001dce-GX; Mon, 22 Jan 2024 17:08:30 +0100 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rRwqc-005Ubh-1L; Mon, 22 Jan 2024 17:08:30 +0100 Date: Mon, 22 Jan 2024 17:08:30 +0100 From: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= To: Michael Olbrich Message-ID: References: <20240117135625.2863370-1-m.olbrich@pengutronix.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="phgw3leh3k7m6pog" Content-Disposition: inline In-Reply-To: <20240117135625.2863370-1-m.olbrich@pengutronix.de> Subject: Re: [DistroKit] [PATCH] platform-v8a: kernelconfig: cleanup X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de, Marc Kleine-Budde , Lucas Stach Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false --phgw3leh3k7m6pog Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 02:56:25PM +0100, Michael Olbrich wrote: > This is the result of a review of the whole kernel config. > The options have been selected by the following rules: >=20 > In general, the kernel config is optimized to keep the kernel small. So > any features that are not used at all are disabled. This includes things > like extra scheduling governors that require explicit configuration to > be used. >=20 > All drivers that are not used by the boards configured in DistroKit are > now disabled. >=20 > If there was no other strong preference then the value from the > defconfig was used. >=20 > Signed-off-by: Michael Olbrich > Cc: Lucas Stach > Cc: Marc Kleine-Budde > --- >=20 > Hi, >=20 > I've tested this on the imx8mm-evk, imx8mn-evk and rock3a. On the imx > boards, USB does not probe properly but that happens with the current > config, the defconfig and with v6.7 as well. I'm not sure what's going > on here. >=20 > Uwe, can you test this on the espressobin to see if I accidentally > removed some necessary drivers? It boots. I have working network on the WAN port, both USB ports detect a device when I plug one in. Looking at platform devices without a driver, enabling the following drivers might be beneficial: CONFIG_ARM_ARMADA_37XX_CPUFREQ=20 CONFIG_CRYPTO_DEV_SAFEXCEL CONFIG_ARMADA_37XX_RWTM_MBOX=20 CONFIG_ARM_ARCH_TIMER CONFIG_ARM_PSCI_CPUIDLE=20 CONFIG_ARM_PSCI_FW Best regards Uwe --=20 Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | https://www.pengutronix.de/ | --phgw3leh3k7m6pog Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEP4GsaTp6HlmJrf7Tj4D7WH0S/k4FAmWukv0ACgkQj4D7WH0S /k5xzQf+J2Mk48yX10X4+11d8OW/y68HSkPFQAHJYeBCord24QSKot4nsc8UeBG5 MznLh0zxJiLz6ny2c2m0Psx9QE5oLXuZSGDhEJjyP9STbezzPA8Z0EDs7dgdasS2 LxP0zirnm73wsfaWm62EqNtkhK6RnIGA1uC04QcWh+VlEymplfIY4NfjeA50uG+M oKr8MPRmhBWtmCY/YZpGNamep/tDBNnL1pcinEu9k8/yCdhnYwDOsl4mxXEKawmZ ar25LTyHsre4hTNhRxgCMY3McgVPzWeKpr1uxUtkpaw/BHvkpzdKX8TSVZXmO2W9 aHOzxNHvJW4JNSnJ2K72Q5/rsvtgFQ== =XUOY -----END PGP SIGNATURE----- --phgw3leh3k7m6pog--