]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: fix Kconfig warning for HAVE_BPF_JIT
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 27 Mar 2012 09:44:23 +0000 (10:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 27 Mar 2012 09:44:23 +0000 (10:44 +0100)
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>
arch/arm/Kconfig

index 93f89d5b24c27225341bc25913a8ca2cab569294..be8f634f001e8fb27b25de90b61e68fe00d1f90d 100644 (file)
@@ -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