]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: kconfig: Drop the superfluous dependency
authorBin Meng <bmeng@tinylab.org>
Sun, 23 Jul 2023 04:40:30 +0000 (12:40 +0800)
committerAnatolij Gustschin <agust@denx.de>
Tue, 1 Aug 2023 11:34:05 +0000 (13:34 +0200)
commit185ae84af0cbf69d6253b55b4097c071f932bc16
treeb16d3b50ddaf0bfe5b41ff25c070c5a40ec36fbb
parent17cd80237b09c3926c317bd348959f057f8dec7d
video: kconfig: Drop the superfluous dependency

PCI is always selected by X86 architecture hence "X86 && PCI" does
not make it better.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org> # qemu-x86_64
drivers/video/Kconfig