Skip to content

Commit

Permalink
Add Vortex86 board support
Browse files Browse the repository at this point in the history
Vortex86 SoC use RDC based harware which isn't enabled on Fedora as their baseline doesn't support these boards. These changes will let Gentoo support the following stage3s on x86 https://wiki.gentoo.org/wiki/User:Immolo/ebox-3350dx3#Stage3 and any amd64 board that uses these chipset in the future.

Signed-off-by: Ian Jordan <[email protected]>
  • Loading branch information
immolo committed Feb 1, 2025
1 parent 432f798 commit 9407b7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base.config
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,8 @@ CONFIG_ZRAM_BACKEND_ZSTD=y
CONFIG_ZRAM_BACKEND_DEFLATE=y
CONFIG_ZRAM_BACKEND_842=y
CONFIG_ZRAM_BACKEND_LZO=y

## Enable support for Vortex86 boards
CONFIG_PATA_RDC=y
CONFIG_NET_VENDOR_RDC=y
CONFIG_R6040=m

0 comments on commit 9407b7a

Please sign in to comment.