diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:53:21 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 22:41:49 +0100 |
commit | c46f450801124e0df94ec72ac0713180dd888512 (patch) | |
tree | 3137bca74785bc451824ad382039403da12ba818 /src/southbridge/intel/i82801cx | |
parent | e0ddbc7b806d7b0b977db0e28970e8e47f7cff96 (diff) |
intel/i82801cx: Move HAVE_HARD_RESET to southbridge
No in-tree board using that chipset has it not selected, so move
selection from boards to southbridge.
Change-Id: Ifba0b65d81af60774f368d151e935ae1cc768336
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/662
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/intel/i82801cx')
-rw-r--r-- | src/southbridge/intel/i82801cx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801cx/Kconfig b/src/southbridge/intel/i82801cx/Kconfig index a0c775d31e..17e90e83a3 100644 --- a/src/southbridge/intel/i82801cx/Kconfig +++ b/src/southbridge/intel/i82801cx/Kconfig @@ -1,2 +1,4 @@ config SOUTHBRIDGE_INTEL_I82801CX bool + select HAVE_HARD_RESET + |