]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: pxa: don't "select" SMC91X on MACH_XCEP
authorArnd Bergmann <arnd@arndb.de>
Thu, 13 Mar 2014 15:49:53 +0000 (16:49 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:00 +0000 (18:26 +0100)
We normally don't hard-enable Kconfig options just because
a board contains a specific piece of hardware. In this case,
selecting SMC91X causes a build error, if we don't also enable
basic network device driver support.

Since the platform has no direct dependency on this driver
at link time, we can just remove the 'select' statement.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Daniel Mack <zonque@gmail.com>
arch/arm/mach-pxa/Kconfig

index 96100dbf5a2e8353e9fad34ded41ec5e83dda7ad..5ed977c57de2efa67e476a09f724975b45f41536 100644 (file)
@@ -164,7 +164,6 @@ config MACH_XCEP
        select MTD_CFI_INTELEXT
        select MTD_PHYSMAP
        select PXA25x
-       select SMC91X
        help
          PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
          Tuned for usage in Libera instruments for particle accelerators.