Is the official Linux support for the RTL8730EAH chip abandoned? Can I copy the source code of rtl8730elh_defconfig and rename it to use it, otherwise the compilation will fail?
For RTL8730EAH, kernel also use rtl8730elh_defconfig to compile, you can check kernel recipe in yocto sdk.
Please check the kernel recipe at meta-realtek/meta-realtek-bsp/recipes-kernel/linux/linux-ameba_6.6.bb at scarthgap-6.6.30-1.3.0 · Ameba-AIoT/meta-realtek · GitHub
KBUILD_DEFCONFIG:rtl8730eah-va6 ?= “rtl8730elh_defconfig”