rockchip/rk3399: reverse dependency order

This order works better when we have more SoCs.
This commit is contained in:
ZHANG Yuntian
2025-02-06 19:13:51 +08:00
committed by mergify[bot]
parent 099d38a69e
commit 80340dcf86
3 changed files with 6 additions and 6 deletions

View File

@@ -6,6 +6,10 @@
let
cfg = config.hardware.rockchip;
in {
imports = [
./rk3399
];
options.hardware.rockchip = {
enable = lib.mkEnableOption "Rockchip SoC support";
diskoImageName = lib.mkOption {