diff options
Diffstat (limited to 'src/mainboard/roda/Kconfig')
-rw-r--r-- | src/mainboard/roda/Kconfig | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/mainboard/roda/Kconfig b/src/mainboard/roda/Kconfig index c2adb8c6f0..d2f1e9500d 100644 --- a/src/mainboard/roda/Kconfig +++ b/src/mainboard/roda/Kconfig @@ -1,7 +1,21 @@ +if VENDOR_RODA + choice prompt "Mainboard model" - depends on VENDOR_RODA -source "src/mainboard/roda/rk886ex/Kconfig" +config BOARD_RODA_RK886EX + bool "RK886EX" endchoice + +source "src/mainboard/roda/rk886ex/Kconfig" + +config MAINBOARD_VENDOR + string + default "Roda" + +config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID + hex + default 0x4352 + +endif # VENDOR_RODA |