diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-18 20:19:19 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:07:17 +0800 |
commit | 81afac123896cdd560411f78f673d5bdccbcafbb (patch) | |
tree | 58237ef467d9a861b14861be25beab87d62009c5 /drivers/pch/Makefile | |
parent | 1ff4f321b69950acca1b06daed89d872a52a337c (diff) |
dm: x86: Add a driver for Intel PCH9
At some point we may need to distinguish between different types of PCHs,
but for existing supported platforms we only need to worry about version 7
and version 9 bridges. Add a driver for the PCH9.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/pch/Makefile')
-rw-r--r-- | drivers/pch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pch/Makefile b/drivers/pch/Makefile index 33aa727017..dde9e86d4e 100644 --- a/drivers/pch/Makefile +++ b/drivers/pch/Makefile @@ -4,3 +4,4 @@ obj-y += pch-uclass.o obj-y += pch7.o +obj-y += pch9.o |