summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-04-29 07:39:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-29 09:07:01 +0200
commit68450b61e22677a8657ab54a72af50c93193a1c8 (patch)
tree8c38f26f5e84a3b385e61da3d5ee94cc720de3aa /arch
parent858ef0f4055780881ffe18a1135e96750c14422d (diff)
downloadbarebox-68450b61e22677a8657ab54a72af50c93193a1c8.tar.gz
barebox-68450b61e22677a8657ab54a72af50c93193a1c8.tar.xz
x86: mach-i386: remove unused X86_GENERIC_HAS_{ISA, PCI, USB} options
Out of the four options in the file, only X86_GENERIC_HAS_VIDEO is used. The others have been without backing code for 10 years, so drop them. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-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