summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-i386/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:50 +0200
commita2487fe7af50d291be980fd5f01f64286e413df9 (patch)
tree1c8596ec83d067e2c0c45714e6cd88756b68eccf /arch/x86/mach-i386/Kconfig
parent5bdb74a14bc2acc0645121ec1bafcf13dc75d6fe (diff)
parent18b7b5448c78bd351b1e795984b08bea3822a1e2 (diff)
downloadbarebox-a2487fe7af50d291be980fd5f01f64286e413df9.tar.gz
barebox-a2487fe7af50d291be980fd5f01f64286e413df9.tar.xz
Merge branch 'for-next/kconfig' into next
Diffstat (limited to 'arch/x86/mach-i386/Kconfig')
-rw-r--r--arch/x86/mach-i386/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/x86/mach-i386/Kconfig b/arch/x86/mach-i386/Kconfig
index b64d21fd9a..2d0bfb4759 100644
--- a/arch/x86/mach-i386/Kconfig
+++ b/arch/x86/mach-i386/Kconfig
@@ -3,26 +3,11 @@ 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