mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This is a dbm690t that compiles. Stage0 is 23K, too large.
dbe62 was tested and works i.e. this does no harm. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@894 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
b1dfc9858a
commit
fc224ea39c
1 changed files with 6 additions and 0 deletions
6
Kconfig
6
Kconfig
|
@ -102,6 +102,10 @@ config SOUTHBRIDGE_NVIDIA_MCP55
|
|||
boolean
|
||||
config SOUTHBRIDGE_AMD_AMD8111
|
||||
boolean
|
||||
config SOUTHBRIDGE_AMD_SB600
|
||||
boolean
|
||||
config SOUTHBRIDGE_AMD_RS690
|
||||
boolean
|
||||
|
||||
# Super I/Os:
|
||||
config SUPERIO_WINBOND_W83627HF
|
||||
|
@ -110,6 +114,8 @@ config SUPERIO_FINTEK_F71805F
|
|||
boolean
|
||||
config SUPERIO_ITE_IT8716F
|
||||
boolean
|
||||
config SUPERIO_ITE_IT8712F
|
||||
boolean
|
||||
|
||||
menu "Payload"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue