Files
system76-coreboot/src/mainboard/digitallogic/Kconfig
Stefan Reinauer 46c85d7dfb Drop SC520 and related boards
There is no Cache As Ram for these boards, let's get rid of them.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>

Change-Id: Ia70befc59708c360ad02ed7e3a49d3b0f95dc707
Reviewed-on: http://review.coreboot.org/7119
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2014-12-16 21:18:43 +01:00

21 lines
376 B
Plaintext

if VENDOR_DIGITALLOGIC
choice
prompt "Mainboard model"
config BOARD_DIGITALLOGIC_ADL855PC
bool "smartModule855"
config BOARD_DIGITALLOGIC_MSM800SEV
bool "MSM800SEV"
endchoice
source "src/mainboard/digitallogic/adl855pc/Kconfig"
source "src/mainboard/digitallogic/msm800sev/Kconfig"
config MAINBOARD_VENDOR
string
default "DIGITAL-LOGIC"
endif # VENDOR_DIGITALLOGIC