Revision d441bcbae8e68154eb38e1db780bf2ea68a63be3 authored by Phil Elwell on 25 March 2015, 17:49:47 UTC, committed by popcornmix on 23 April 2015, 14:52:46 UTC
BCM2835 has two SD card interfaces. This driver uses the other one.
1 parent c8ffccd
Raw File
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