diff options
author | Gabe Black <gabeblack@google.com> | 2013-06-19 02:18:25 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 22:39:50 +0200 |
commit | 16c14801b652c0753348d5d43216dda38e87e5b1 (patch) | |
tree | 0f9f0eabc56f71d73803fc06325e84813d2881d8 | |
parent | f0ebac812728e928e3ca6f3d5fb3a8692c3a7206 (diff) | |
download | coreboot-16c14801b652c0753348d5d43216dda38e87e5b1.tar.xz |
pit: Stop compiling in the max77686 driver on pit.
That part isn't used on pit.
Change-Id: I48f3a10f7e6eb89b1e9630d2372b6865b4c12a7f
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3687
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-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 b3094a2b65..d7409d3260 100644 --- a/src/mainboard/google/pit/Kconfig +++ b/src/mainboard/google/pit/Kconfig @@ -27,7 +27,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_I2C select BOARD_ROMSIZE_KB_4096 - select DRIVER_MAXIM_MAX77686 select CHROMEOS select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_DO_NATIVE_VGA_INIT |