commit | dccf4a843a5f0fb2befd31c47b70aecfd0a49ecb | [log] [tgz] |
---|---|---|
author | Shengyu Qu <wiagn233@outlook.com> | Tue Aug 22 22:33:56 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 05 10:53:41 2023 +0800 |
tree | e828383ecdb03127942bc5dec6ef22e2c177d90b | |
parent | 6164d86984cb6246680e5d94d9ec0633f2b70e98 [diff] |
configs: starfive: Enable PCIE auto enum and NVME/USB stuff for Starfive Visionfive 2 Although PCIE driver already exists, board defconfig isn't configured to enable PCIE enum on boot, thus USB storage device and NVME drive are not supported by default. So modify defconfig to enable PCIE auto enum, then start USB subsystem and scan nvme drive on boot. Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Tested-by: Milan P. Stanić <mps@arvanta.net>