diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-26 09:29:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:15 -0600 |
commit | 72a38e06a20129209eaa0e5211cbf50b192de688 (patch) | |
tree | 4fc0dbb49a2b2810d6ad21bf524637cb5bc732b2 /configs | |
parent | 90b16d1491facd55909bdeca1326766dd5d0b925 (diff) |
dm: cros_ec: Convert cros_ec LPC driver to driver model
This is the last driver to be converted. It requires an LPC bus and a
special check_version() method.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_link_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig index f3196fdd3a..fe2610a351 100644 --- a/configs/chromebook_link_defconfig +++ b/configs/chromebook_link_defconfig @@ -10,3 +10,4 @@ CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_11A=y CONFIG_DM_PCI=y +CONFIG_CROS_EC_LPC=y |