summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386/Kconfig
blob: 2d0bfb47594753a6873cb8aed50d85a369f8c0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

menu "Board specific settings"

if X86_BOOTLOADER

config X86_GENERIC_HAS_VIDEO
	bool "video support"
	help
	  Say Y here if the target supports a video output

endif

endmenu