Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0ad0fdb authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd 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>
parent 32ff4971
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -164,7 +164,6 @@ config MACH_XCEP
	select MTD_CFI_INTELEXT
	select MTD_CFI_INTELEXT
	select MTD_PHYSMAP
	select MTD_PHYSMAP
	select PXA25x
	select PXA25x
	select SMC91X
	help
	help
	  PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
	  PXA255 based Single Board Computer with SMC 91C111 ethernet chip and 64 MB of flash.
	  Tuned for usage in Libera instruments for particle accelerators.
	  Tuned for usage in Libera instruments for particle accelerators.