We call this cache as ram everywhere, so let's call it the same in Kconfig
[coreboot.git] / src / mainboard / digitallogic / msm800sev / Kconfig
1 if BOARD_DIGITALLOGIC_MSM800SEV
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_LX
7         select NORTHBRIDGE_AMD_LX
8         select SOUTHBRIDGE_AMD_CS5536
9         select SUPERIO_WINBOND_W83627HF
10         select HAVE_PIRQ_TABLE
11         select PIRQ_ROUTE
12         select UDELAY_TSC
13         select CACHE_AS_RAM
14         select BOARD_ROMSIZE_KB_256
15
16 config MAINBOARD_DIR
17         string
18         default digitallogic/msm800sev
19
20 config MAINBOARD_PART_NUMBER
21         string
22         default "MSM800SEV"
23
24 config IRQ_SLOT_COUNT
25         int
26         default 9
27
28 config RAMBASE
29         hex
30         default 0x4000
31
32 endif # BOARD_DIGITALLOGIC_MSM800SEV