aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-13 11:49:53 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:26:00 -0400
commita0ad0fdb88e2693ae0a5144d728b807c9c1176d3 (patch)
treec371318caaaeaf398f23f91c6ad660a63d866173 /arch/arm/mach-pxa
parent32ff4971eca29a90719c88f949d14bf71ce8b655 (diff)
ARM: pxa: don't "select" SMC91X on MACH_XCEP
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>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 96100dbf5a2e..5ed977c57de2 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -164,7 +164,6 @@ config MACH_XCEP
164 select MTD_CFI_INTELEXT 164 select MTD_CFI_INTELEXT
165 select MTD_PHYSMAP 165 select MTD_PHYSMAP
166 select PXA25x 166 select PXA25x
167 select SMC91X
168 help 167 help
169 PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash. 168 PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
170 Tuned for usage in Libera instruments for particle accelerators. 169 Tuned for usage in Libera instruments for particle accelerators.