diff options
author | Jitao Shi <jitao.shi@mediatek.com> | 2016-01-08 15:59:46 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-03-12 09:12:20 +0100 |
commit | fd99eca8001c9178b3b2b15ca7d76437305c31aa (patch) | |
tree | 05bd142e983530d82c0a23af3480bb1865fbeac4 /src/drivers/parade/ps8640/Kconfig | |
parent | a622f28cb249c9d88751ce2694c83a62c25c221e (diff) |
Add a driver for the parade ps8640
BRANCH=none
BUG=none
TEST=none
Change-Id: Icf397ce2ffdaed5048367daf2086c067984fea0a
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: b5a88793ccfc46af196300791a300be67b70f5b1
Original-Change-Id: I75adf2688c9c8b9a2338f7dee5d0ac10e7181529
Original-Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/321056
Original-Commit-Ready: Yidi Lin <yidi.lin@mediatek.com>
Original-Tested-by: Yidi Lin <yidi.lin@mediatek.com>
Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/13981
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/parade/ps8640/Kconfig')
-rw-r--r-- | src/drivers/parade/ps8640/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/drivers/parade/ps8640/Kconfig b/src/drivers/parade/ps8640/Kconfig new file mode 100644 index 0000000000..f0d71bbf25 --- /dev/null +++ b/src/drivers/parade/ps8640/Kconfig @@ -0,0 +1,20 @@ +## +## This file is part of the coreboot project. +## +## Copyright 2015 MediaTek Inc. +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + +config DRIVER_PARADE_PS8640 + bool + default n + help + Parade PS8640 MIPI DSI to eDP Converter |