diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 2009106d04..a5d1ed911b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -675,6 +675,21 @@ define HAVE_HARD_RESET export used comment "Have hard reset" end +define HARD_RESET_BUS + default 1 + export always + comment "Bus number of southbridge device doing reset" +end +define HARD_RESET_DEVICE + default 5 + export always + comment "Device number of southbridge device doing reset" +end +define HARD_RESET_FUNCTION + default 0 + export always + comment "Function number of southbridge device doing reset" +end define MEMORY_HOLE default none export used |