[PATCH 06/17] rockchip: odroid-go2: Remove unsupported Kconfig options

Kever Yang kever.yang at rock-chips.com
Sat Aug 30 17:14:14 CEST 2025


On 2025/7/14 07:33, Jonas Karlman wrote:
> 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 <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   configs/odroid-go2_defconfig | 9 ---------
>   1 file changed, 9 deletions(-)
>
> diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig
> index 698aad59dec8..d6a63bd3a4cd 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


More information about the U-Boot mailing list