mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Subject: [PATCH 2/5] x86: mach-i386: remove unused X86_GENERIC_HAS_{ISA, PCI, USB} options
Date: Wed, 29 Apr 2020 07:39:11 +0200	[thread overview]
Message-ID: <20200429053914.4775-2-ahmad@a3f.at> (raw)
In-Reply-To: <20200429053914.4775-1-ahmad@a3f.at>

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>
---
 arch/x86/mach-i386/Kconfig | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/arch/x86/mach-i386/Kconfig b/arch/x86/mach-i386/Kconfig
index b64d21fd9aa3..2d0bfb475947 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
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2020-04-29  5:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29  5:39 [PATCH 1/5] commands: remove left-over CMD_AT91MUX Kconfig option Ahmad Fatoum
2020-04-29  5:39 ` Ahmad Fatoum [this message]
2020-04-29  5:39 ` [PATCH 3/5] net: remove unused Kconfig options Ahmad Fatoum
2020-04-29  5:39 ` [PATCH 4/5] net: enc28j60: fix typo in referenced Kconfig option Ahmad Fatoum
2020-04-29  5:39 ` [PATCH 5/5] PPC: remove unused left-over " Ahmad Fatoum
2020-04-29  7:09 ` [PATCH 1/5] commands: remove left-over CMD_AT91MUX " Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200429053914.4775-2-ahmad@a3f.at \
    --to=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox