From: Ahmad Fatoum <ahmad@a3f.at>
To: barebox@lists.infradead.org
Subject: [PATCH 07/11] lib: bch: define referenced but undefined Kconfig option
Date: Tue, 28 Apr 2020 09:37:26 +0200 [thread overview]
Message-ID: <20200428073730.34579-7-ahmad@a3f.at> (raw)
In-Reply-To: <20200428073730.34579-1-ahmad@a3f.at>
BCH_CONST_PARAMS is used, but undefined. Defining it would change
MACH_MIOA701 behavior, so define it but remove the select
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
arch/arm/mach-pxa/Kconfig | 1 -
lib/Kconfig | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 06ad1885a622..fd9084f83ea1 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -72,7 +72,6 @@ config MACH_MAINSTONE
Say Y here if you are using a Mainstone board
config MACH_MIOA701
bool "Mitac Mio A701"
- select BCH_CONST_PARAMS
select PWM
select POLLER
help
diff --git a/lib/Kconfig b/lib/Kconfig
index 9a80780186a5..e4b347375971 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -68,6 +68,9 @@ config PROCESS_ESCAPE_SEQUENCE
source "lib/lzo/Kconfig"
+config BCH_CONST_PARAMS
+ bool
+
config BCH
bool
--
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 ` Ahmad Fatoum [this message]
2020-04-28 7:37 ` [PATCH 08/11] MIPS: ath79: define used, but undefined, Kconfig option 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 ` [PATCH 11/11] treewide: Kconfig: remove some unused symbols Ahmad Fatoum
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-7-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