From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Subject: [PATCH 11/11] treewide: Kconfig: remove some unused symbols
Date: Tue, 28 Apr 2020 09:37:30 +0200 [thread overview]
Message-ID: <20200428073730.34579-11-ahmad@a3f.at> (raw)
In-Reply-To: <20200428073730.34579-1-ahmad@a3f.at>
All these symbols are defined, but unused anywhere in the barebox tree.
Remove them.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
arch/arm/mach-at91/Kconfig | 3 ---
arch/arm/mach-omap/Kconfig | 3 ---
arch/arm/mach-tegra/Kconfig | 3 ---
common/Kconfig | 3 ---
drivers/pinctrl/Kconfig | 2 --
drivers/pinctrl/mvebu/Kconfig | 15 ---------------
6 files changed, 29 deletions(-)
delete mode 100644 drivers/pinctrl/mvebu/Kconfig
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 121cca2acf11..54fa9b8aa28c 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -6,9 +6,6 @@ config HAVE_AT91_UTMI
config HAVE_AT91_USB_CLK
bool
-config HAVE_AT91_PIO4
- bool
-
config COMMON_CLK_AT91
bool
select COMMON_CLK
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index e9228809f067..220b6351679c 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -19,9 +19,6 @@
menu "OMAP Features"
depends on ARCH_OMAP
-config MACH_OMAP
- bool
-
config ARCH_OMAP3
bool
select CPU_V7
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 160732fbefdb..f144d346b4c5 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -4,9 +4,6 @@ config ARCH_TEXT_BASE
hex
default 0x0
-config BOARDINFO
- default ""
-
# ---------------------------------------------------------
config ARCH_TEGRA_2x_SOC
diff --git a/common/Kconfig b/common/Kconfig
index 893bdeaffc9c..97f609d84b0f 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -144,9 +144,6 @@ config LOCALVERSION_AUTO
which is done within the script "scripts/setlocalversion".)
-config BOARDINFO
- string
-
config BANNER
bool "display banner"
default y
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index fd75ea6a4f43..4f05f5d49458 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -93,8 +93,6 @@ config PINCTRL_TEGRA_XUSB
The pinmux controller found on the Tegra 124 line of SoCs used for
the SerDes lanes.
-source "drivers/pinctrl/mvebu/Kconfig"
-
config PINCTRL_VF610
bool
default y if ARCH_VF610
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig
deleted file mode 100644
index af20cad43915..000000000000
--- a/drivers/pinctrl/mvebu/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-config PINCTRL_ARMADA_370
- default y if ARCH_ARMADA_370
- bool
-
-config PINCTRL_ARMADA_XP
- bool
- default y if ARCH_ARMADA_XP
-
-config PINCTRL_DOVE
- bool
- default y if ARCH_DOVE
-
-config PINCTRL_KIRKWOOD
- bool
- default y if ARCH_KIRKWOOD
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2020-04-28 7:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 7:37 [PATCH 01/11] scripts: import Zephyr scripts/kconfig/lint.py into barebox Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 02/11] scripts: kconfig-lint.py: extend for undefined symbol detection Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 03/11] commands: fix misindented help text Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 04/11] ARM: at91: remove undefined Kconfig symbol Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 05/11] ARM: socfpga: remove duplicate ARCH_TEXT_BASE Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 06/11] crypto: drop select on non-existing Kconfig options Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 07/11] lib: bch: define referenced but undefined Kconfig option Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 08/11] MIPS: ath79: define used, but undefined, " Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 09/11] phy: freescale: fix typo in Kconfig default Ahmad Fatoum
2020-04-28 7:37 ` [PATCH 10/11] reset: " Ahmad Fatoum
2020-04-28 7:37 ` Ahmad Fatoum [this message]
2020-04-29 6:43 ` [PATCH 01/11] scripts: import Zephyr scripts/kconfig/lint.py into barebox 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=20200428073730.34579-11-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