diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:28:51 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 18:58:17 +0100 |
commit | a842aecabcd1e6bdef1e3baac253209f77587dd9 (patch) | |
tree | 7530b9f180af7cc5293f55153f85418cef89a873 /src/southbridge/intel/i82801dx/Kconfig | |
parent | 93dd07f3d5ee1726b79e26644ff245fe8b5aaef7 (diff) |
intel/82801dx: Move HAVE_HARD_RESET to southbridge
No in-tree 82801dx-using board has it not selected, so move
selection from boards to southbridge.
Change-Id: I69671cb6411a6cd9c791059ae9546dff3aff702c
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/655
Reviewed-by: Marc Jones <marcj303@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801dx/Kconfig')
-rw-r--r-- | src/southbridge/intel/i82801dx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801dx/Kconfig b/src/southbridge/intel/i82801dx/Kconfig index 0f749b548f..5d4e15ac87 100644 --- a/src/southbridge/intel/i82801dx/Kconfig +++ b/src/southbridge/intel/i82801dx/Kconfig @@ -22,3 +22,4 @@ config SOUTHBRIDGE_INTEL_I82801DX bool select IOAPIC + select HAVE_HARD_RESET |