diff options
author | Jitao Shi <jitao.shi@mediatek.com> | 2019-09-26 10:22:08 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-17 13:15:47 +0000 |
commit | 542919f3707916d00c5a0f4b414e8415b400264a (patch) | |
tree | de1470f23ce5fe18a4c3f1791f2023283b6fe3cc /src/drivers/analogix/anx7625/Kconfig | |
parent | ee8f969e1eb49d7d8800f877bbbf654114d93535 (diff) | |
download | coreboot-542919f3707916d00c5a0f4b414e8415b400264a.tar.xz |
drivers/analogix: Add anx7625 MIPI DSI/DPI to DP bridge driver
The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed for
portable devices. It converts MIPI DSI/DPI to DisplayPort 1.3 4K.
BRANCH=none
BUG=b:140132295
TEST=emerge-jacuzzi coreboot
Change-Id: I02ef29798b0257632e0750f09a4390b3d0226367
Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35623
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/drivers/analogix/anx7625/Kconfig')
-rw-r--r-- | src/drivers/analogix/anx7625/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/drivers/analogix/anx7625/Kconfig b/src/drivers/analogix/anx7625/Kconfig new file mode 100644 index 0000000000..196ae1123b --- /dev/null +++ b/src/drivers/analogix/anx7625/Kconfig @@ -0,0 +1,17 @@ +## +## This file is part of the coreboot project. +## +## Copyright 2019 Analogix Semiconductor. +## +## 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_ANALOGIX_ANX7625 + bool |