aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-03-27 10:44:23 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-03-27 10:44:23 +0100
commitfada8dcf2d085f4e2eb1ba760c8d37111977dbec (patch)
tree10f9b86ac3f1ea04be15a8f26818da270e68bfab /arch/arm/Kconfig
parentARM: 7361/1: provide XIP_VIRT_ADDR for no-MMU builds (diff)
downloadlinux-dev-fada8dcf2d085f4e2eb1ba760c8d37111977dbec.tar.xz
linux-dev-fada8dcf2d085f4e2eb1ba760c8d37111977dbec.zip
ARM: fix Kconfig warning for HAVE_BPF_JIT
Last night's randconfig and the allnoconfig builds spat out the following warning while building: warning: (ARM) selects HAVE_BPF_JIT which has unmet direct dependencies (NET) Acked-by: Mircea Gherzan <mgherzan@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 93f89d5b24c2..be8f634f001e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -34,7 +34,7 @@ config ARM
select GENERIC_IRQ_SHOW
select CPU_PM if (SUSPEND || CPU_IDLE)
select GENERIC_PCI_IOMAP
- select HAVE_BPF_JIT
+ select HAVE_BPF_JIT if NET
help
The ARM series is a line of low-power-consumption RISC chip designs
licensed by ARM Ltd and targeted at embedded applications and