summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386/Kconfig
blob: b64d21fd9aa363bbda1290fc7d731b1eef5e2ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

menu "Board specific settings"

if X86_BOOTLOADER

config X86_GENERIC_HAS_ISA
	bool "ISA support"
	help
	  Say Y here if the target supports a ISA bus

config X86_GENERIC_HAS_PCI
	bool "PCI support"
	help
	  Say Y here if the target supports a PCI bus

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

config X86_GENERIC_HAS_USB
	bool "USB support"
	help
	  Say Y here if the target supports a USB interface

endif

endmenu