diff options
author | Gabe Black <gabeblack@google.com> | 2013-06-19 02:10:36 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 22:38:22 +0200 |
commit | f0ebac812728e928e3ca6f3d5fb3a8692c3a7206 (patch) | |
tree | 45b7ff806977b0736a9e64bcc68d3391434baac0 /src/mainboard/google/pit/Kconfig | |
parent | 46b57bbded9b7cdb2c5af04f5d381eb0122de2b9 (diff) | |
download | coreboot-f0ebac812728e928e3ca6f3d5fb3a8692c3a7206.tar.xz |
pit: Stop calling tps65090 functions until we can call through the EC.
On pit, the tps65090 is connected to the EC and has to be accessed by proxy.
Until we have that implemented, this change removes calls to tps69050 which
will never succeed, and stops compiling in the driver.
Change-Id: I7218f85f9f26623bd13aaaf8ded0638b3b2f874a
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3686
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/pit/Kconfig')
-rw-r--r-- | src/mainboard/google/pit/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/pit/Kconfig b/src/mainboard/google/pit/Kconfig index 0dc013b231..b3094a2b65 100644 --- a/src/mainboard/google/pit/Kconfig +++ b/src/mainboard/google/pit/Kconfig @@ -29,7 +29,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select DRIVER_MAXIM_MAX77686 select CHROMEOS - select DRIVER_TI_TPS65090 select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_DO_NATIVE_VGA_INIT select HAVE_INIT_TIMER |