summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-06 17:36:07 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:01:40 +0300
commit820b5894c183c4b68798603f5a96412408e6b8cf (patch)
tree916e341ddc57acf5b34e3a4769fec84071edfa3e /arch
parentf029f90e7df9ad566d0bb7f9ea80de108be67fb0 (diff)
downloadu-boot-820b5894c183c4b68798603f5a96412408e6b8cf.tar.xz
video: Move and rename DM_HX8238D option
This is actually a panel, not a video device. Rename the option, move it into the right place and make it depend on PANEL. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/am33xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/am33xx/Kconfig b/arch/arm/mach-omap2/am33xx/Kconfig
index 987ab367ec..25e97cfc38 100644
--- a/arch/arm/mach-omap2/am33xx/Kconfig
+++ b/arch/arm/mach-omap2/am33xx/Kconfig
@@ -95,7 +95,7 @@ config TARGET_AM335X_GUARDIAN
select DM_SERIAL
select DM_GPIO
select DM_VIDEO
- select DM_PANEL_HX8238D
+ select PANEL_HX8238D
config TARGET_AM335X_SL50
bool "Support am335x_sl50"