diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-08 12:02:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-15 15:30:15 +0100 |
commit | 767514154be31670df3f072c44537af64993a6a4 (patch) | |
tree | 0f6b657272cefbe5e3bfa31bde711de6fad001d2 /target/aarch64/kernel | |
parent | 63896d07d312a57fa4033b0826fd3317816b500d (diff) |
add support for rockpi4-plus
Diffstat (limited to 'target/aarch64/kernel')
-rw-r--r-- | target/aarch64/kernel/rockpi4-plus | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/aarch64/kernel/rockpi4-plus b/target/aarch64/kernel/rockpi4-plus new file mode 100644 index 000000000..5faf024de --- /dev/null +++ b/target/aarch64/kernel/rockpi4-plus @@ -0,0 +1,5 @@ +CONFIG_ARM64=y +CONFIG_ARCH_ROCKCHIP=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_OF_PLATFORM=y |