Revision eb3e8d9de28a5385f75e5c42eba5fb5b0c7625be authored by Linus Torvalds on 24 December 2016, 00:51:16 UTC, committed by Linus Torvalds on 24 December 2016, 00:51:16 UTC
Pull timer fix from Ingo Molnar:
 "ARM/MOXA SoC clocksource driver fixes"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/moxart: Plug memory and mapping leaks
2 parent s 00198da + c9435f3
Raw File
Kconfig
#
# STMicroelectronics device configuration
#

config NET_VENDOR_STMICRO
	bool "STMicroelectronics devices"
	default y
	depends on HAS_IOMEM
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about STMicroelectronics cards. If you say Y, you will
	  be asked for your specific card in the following questions.

if NET_VENDOR_STMICRO

source "drivers/net/ethernet/stmicro/stmmac/Kconfig"

endif # NET_VENDOR_STMICRO
back to top