From: Jonas Karlman Date: Sun, 31 Aug 2025 16:49:24 +0000 (+0000) Subject: rockchip: odroid-go2: Remove unsupported Kconfig options X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45e9b5de86706e3adcbf7a7f9cff185e1008b231;p=thirdparty%2Fu-boot.git rockchip: odroid-go2: Remove unsupported Kconfig options The handheld gaming devices that this defconfig tagets does not contain an Ethernet port, remove Ethernet related Kconfig options. They also do not contain any pwm-regulator in their DTs, remove the PWM regulator related Kconfig option. Display/video is not supported in U-Boot, remove all display/video related Kconfig options. There is no real functional change expected with these options removed. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang --- diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig index 698aad59dec..d6a63bd3a4c 100644 --- a/configs/odroid-go2_defconfig +++ b/configs/odroid-go2_defconfig @@ -21,9 +21,7 @@ CONFIG_FIT_VERBOSE=y CONFIG_FIT_BEST_MATCH=y CONFIG_SPL_LOAD_FIT=y CONFIG_DEFAULT_FDT_FILE="rockchip/rk3326-odroid-go2.dtb" -# CONFIG_CONSOLE_MUX is not set # CONFIG_DISPLAY_CPUINFO is not set -CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_BOARD_LATE_INIT=y CONFIG_MISC_INIT_R=y CONFIG_SPL_MAX_SIZE=0x20000 @@ -69,15 +67,11 @@ CONFIG_MISC=y CONFIG_ROCKCHIP_OTP=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y -CONFIG_PHY_REALTEK=y -CONFIG_ETH_DESIGNWARE=y -CONFIG_GMAC_ROCKCHIP=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y CONFIG_DM_PMIC=y CONFIG_PMIC_RK8XX=y CONFIG_SPL_PMIC_RK8XX=y -CONFIG_REGULATOR_PWM=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_REGULATOR_RK8XX=y CONFIG_PWM_ROCKCHIP=y @@ -96,10 +90,7 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y -CONFIG_VIDEO=y -CONFIG_DISPLAY=y CONFIG_SPL_TINY_MEMSET=y CONFIG_TPL_TINY_MEMSET=y CONFIG_LZO=y CONFIG_ERRNO_STR=y -CONFIG_OPTEE_LIB=y