diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-04-23 04:00:38 +1000 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-26 13:08:53 +0200 |
commit | 45b7b5af763c6b3ab385690891641103b41e4816 (patch) | |
tree | b6bce7e0692c1d53dd6dc8842fba338dd663aa1d /src/superio/ite/Kconfig | |
parent | 5c41ee69ef27575f93441f487b1d9f4c2d97f8e0 (diff) |
superio/ite/it8705f: Remove poor implementation
This super io support is poorly implemented and would not work for all
boards since it hardcodes values. Since there are no users of it, remove
for now pending a fresh reimplementation from scratch.
Change-Id: I818a9f4d2ab106b989824e49cee49d79acd6041a
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5566
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/superio/ite/Kconfig')
-rw-r--r-- | src/superio/ite/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig index 0cf112fc39..a8ce104c41 100644 --- a/src/superio/ite/Kconfig +++ b/src/superio/ite/Kconfig @@ -24,8 +24,6 @@ config SUPERIO_ITE_IT8671F bool config SUPERIO_ITE_IT8673F bool -config SUPERIO_ITE_IT8705F - bool config SUPERIO_ITE_IT8712F bool config SUPERIO_ITE_IT8716F |