[PATCH] rockchip: imply most symbols for ARCH_ROCKCHIP
Simon Glass
sjg at chromium.org
Sat Nov 1 10:03:50 CET 2025
On Wed, 29 Oct 2025 at 12:34, Quentin Schulz <foss+uboot at 0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz at cherry.de>
>
> Forcing all those symbols on means we cannot make the binary smaller or
> with unnecessary features or drivers disabled. This is especially useful
> for security, auditing and certification where less code built means
> less to look at (and less surface attack) and less to patch, but also
> for making binary images smaller which typically means faster boot.
>
> It is possible to have boards without MMC, NAND or SPI flashes, without
> anything on SPI or I2C buses, nothing to control over PWM or GPIO or for
> which we have no interest in regulator control or serial output so make
> it possible to remove all that if desired.
>
> No intended change in default selected symbols.
>
> Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
> ---
> arch/arm/Kconfig | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
I'm a fan of 'imply'
More information about the U-Boot
mailing list