aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3568/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-25 08:01:20 -0600
committerTom Rini <trini@konsulko.com>2024-05-25 08:01:20 -0600
commit6c012d6a2f2a24977d5903e88b8d433a720709c6 (patch)
treebe470e5b80bdc579e25d7ec6a4edcaed48ced9b7 /arch/arm/mach-rockchip/rk3568/Kconfig
parenta7f0154c412859323396111dd0c09dbafbc153cb (diff)
parent5c7caa95982c481cc0d6a0e9997629afb0d2ce10 (diff)
downloadu-boot-6c012d6a2f2a24977d5903e88b8d433a720709c6.zip
u-boot-6c012d6a2f2a24977d5903e88b8d433a720709c6.tar.gz
u-boot-6c012d6a2f2a24977d5903e88b8d433a720709c6.tar.bz2
Merge tag 'u-boot-rockchip-20240525' of https://source.denx.de/u-boot/custodians/u-boot-rockchipWIP/25May2024
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/20844 - new board: rk3566 Powkiddy X55, rk3588s Indiedroid Nova; - rv1126 migrate to OF_UPSTREAM; - Fix for px30 ringneck board; - Fix for rk3588 SPLL clock init;
Diffstat (limited to 'arch/arm/mach-rockchip/rk3568/Kconfig')
-rw-r--r--arch/arm/mach-rockchip/rk3568/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3568/Kconfig b/arch/arm/mach-rockchip/rk3568/Kconfig
index af537d9..014ebf9 100644
--- a/arch/arm/mach-rockchip/rk3568/Kconfig
+++ b/arch/arm/mach-rockchip/rk3568/Kconfig
@@ -22,6 +22,11 @@ config TARGET_ODROID_M1_RK3568
help
Hardkernel ODROID-M1 single board computer with a RK3568B2 SoC.
+config TARGET_POWKIDDY_X55_RK3566
+ bool "Powkiddy X55"
+ help
+ Powkiddy X55 handheld gaming console with an RK3566 SoC.
+
config TARGET_QUARTZ64_RK3566
bool "Pine64 Quartz64"
help
@@ -48,5 +53,6 @@ source "board/rockchip/evb_rk3568/Kconfig"
source "board/anbernic/rgxx3_rk3566/Kconfig"
source "board/hardkernel/odroid_m1/Kconfig"
source "board/pine64/quartz64_rk3566/Kconfig"
+source "board/powkiddy/x55/Kconfig"
endif