https://github.com/torvalds/linux
Revision 7b552bc12f0948d14fdc4725f5024e6b064b1e18 authored by Linus Torvalds on 16 January 2015, 01:53:07 UTC, committed by Linus Torvalds on 16 January 2015, 01:53:07 UTC
Pull MMC bugfix from Ulf Hansson:
 "Fix sdhci regulator regression for Qualcomm and Nvidia boards"

* tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmc:
  mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
2 parent s f8cb395 + 3cbc612
Raw File
Tip revision: 7b552bc12f0948d14fdc4725f5024e6b064b1e18 authored by Linus Torvalds on 16 January 2015, 01:53:07 UTC
Merge tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmc
Tip revision: 7b552bc
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