From 5ff1808f20a70912796b274c03cec3d91ddf890a Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 24 Aug 2021 16:03:57 -0700 Subject: device/mipi: Move to drivers/mipi Sounds like we prefer to have this under drivers/ instead of device/. Also move all MIPI-related headers out from device/ into their own directory. Signed-off-by: Julius Werner Change-Id: Ib3e66954b8f0cf85b28d8d186b09d7846707559d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57128 Tested-by: build bot (Jenkins) Reviewed-by: Hung-Te Lin Reviewed-by: Yu-Ping Wu Reviewed-by: Nico Huber --- src/drivers/mipi/Kconfig | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/drivers/mipi/Kconfig (limited to 'src/drivers/mipi/Kconfig') diff --git a/src/drivers/mipi/Kconfig b/src/drivers/mipi/Kconfig new file mode 100644 index 0000000000..72105e4cd4 --- /dev/null +++ b/src/drivers/mipi/Kconfig @@ -0,0 +1,40 @@ +## SPDX-License-Identifier: GPL-2.0-only + +# Mainboards should select the options in here to specify which panel parameter +# settings they want stored in their CBFS. + +config MIPI_PANEL_AUO_B101UAN08_3 + bool + +config MIPI_PANEL_AUO_KD101N80_45NA + bool + +config MIPI_PANEL_AUO_NT51021D8P + bool + +config MIPI_PANEL_BOE_TV080WUM_NG0 + bool + +config MIPI_PANEL_BOE_TV101WUM_N53 + bool + +config MIPI_PANEL_BOE_TV101WUM_NG0 + bool + +config MIPI_PANEL_BOE_TV101WUM_NL6 + bool + +config MIPI_PANEL_BOE_TV105WUM_NW0 + bool + +config MIPI_PANEL_CMN_P097PFG_SSD2858 + bool + +config MIPI_PANEL_INX_OTA7290D10P + bool + +config MIPI_PANEL_STA_2081101QFH032011_53G + bool + +config MIPI_PANEL_VIS_RM69299 + bool -- cgit v1.2.3