diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 08:58:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-29 08:59:59 +0100 |
commit | 4db4f5f7f4a1cf693fc6258b361e8bc322c3d8db (patch) | |
tree | 7476fe8607c54e3de1411f3fa10adf7ac9556cfc /target/aarch64 | |
parent | aaa7233e1f488fa7260ba67bf642e8f5fd79683a (diff) |
fix audio support for rockpi4-plus
Diffstat (limited to 'target/aarch64')
-rw-r--r-- | target/aarch64/kernel/rockpi4-plus | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/aarch64/kernel/rockpi4-plus b/target/aarch64/kernel/rockpi4-plus index 44efa2ecb..13a3fe712 100644 --- a/target/aarch64/kernel/rockpi4-plus +++ b/target/aarch64/kernel/rockpi4-plus @@ -983,8 +983,3 @@ CONFIG_ROCKCHIP_EFUSE=y CONFIG_SERIAL_DEV_BUS=y CONFIG_SERIAL_DEV_CTRL_TTYPORT=y - -CONFIG_SND_DESIGNWARE_I2S=m -CONFIG_SND_SOC_ROCKCHIP=m -CONFIG_SND_SOC_ROCKCHIP_I2S=m - |