Kconfig (52920704df878050123dfeb469aa6ab8022547c1) | Kconfig (701a9b9db92a48049621bff30d6381fb3ae034cb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Video configuration 4# 5 6menu "Graphics support" 7 8config APERTURE_HELPERS --- 49 unchanged lines hidden (view full) --- 58 bool 59 60endif # HAS_IOMEM 61 62if VT 63 source "drivers/video/console/Kconfig" 64endif 65 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Video configuration 4# 5 6menu "Graphics support" 7 8config APERTURE_HELPERS --- 49 unchanged lines hidden (view full) --- 58 bool 59 60endif # HAS_IOMEM 61 62if VT 63 source "drivers/video/console/Kconfig" 64endif 65 |
66if FB || SGI_NEWPORT_CONSOLE | 66if FB_CORE || SGI_NEWPORT_CONSOLE |
67 source "drivers/video/logo/Kconfig" 68 69endif 70 71 72endmenu | 67 source "drivers/video/logo/Kconfig" 68 69endif 70 71 72endmenu |