diff options
author | Gabe Black <gabeblack@google.com> | 2013-06-30 06:09:12 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 23:20:45 +0200 |
commit | 0570286849b856aff304f5b6cb50c29cde5f1308 (patch) | |
tree | 4157a06f6d2bebe1981b5ecbd7b80382bad0298a /src/mainboard/google/pit | |
parent | 2ddc9ea0c887d77b242b361d650660f1a788abe5 (diff) |
pit: Enable the ps8625 driver.
Change-Id: Id1277ceefc844a052627483e6c9d01bcb5da975f
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3722
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/pit')
-rw-r--r-- | src/mainboard/google/pit/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/pit/Kconfig b/src/mainboard/google/pit/Kconfig index 20e0084eb1..89ffb5b4dd 100644 --- a/src/mainboard/google/pit/Kconfig +++ b/src/mainboard/google/pit/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select MAINBOARD_HAS_NATIVE_VGA_INIT select MAINBOARD_DO_NATIVE_VGA_INIT select HAVE_INIT_TIMER + select DRIVER_PARADE_PS8625 config MAINBOARD_DIR string |