https://github.com/torvalds/linux
Revision b074cf80a7d40fefe1f4063c9841232171e8daea authored by Wolfram Sang on 05 November 2014, 22:44:11 UTC, committed by Wolfram Sang on 19 December 2014, 18:32:47 UTC
The new driver is around for more than 2 years now, so the old one can
go. Getting rid of it helps the removal of the legacy .attach_adapter
callback of the I2C subsystem.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1 parent f16ea4f
Raw File
Tip revision: b074cf80a7d40fefe1f4063c9841232171e8daea authored by Wolfram Sang on 05 November 2014, 22:44:11 UTC
macintosh: therm_pm72: delete deprecated driver
Tip revision: b074cf8
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top