mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Add Kconfig for CAR testing code. The code is already in the tree, but
we never used it. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@800 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
358403335f
commit
e8b1edeb4c
1 changed files with 10 additions and 0 deletions
|
@ -231,3 +231,13 @@ config APIC_ID_OFFSET
|
|||
depends IOAPIC
|
||||
help
|
||||
This is entirely mainboard dependent. 0x10 is a *typical* setting but not always a good setting.
|
||||
|
||||
menu "Debugging"
|
||||
|
||||
config CARTEST
|
||||
bool "Test CAR area"
|
||||
default n
|
||||
help
|
||||
Test the CAR area after it has been set up.
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Reference in a new issue