Newer
Older
barebox / drivers / mci / Kconfig
@Juergen Beisert Juergen Beisert on 11 Oct 2010 762 bytes Add MCI card support to barebox
menuconfig MCI
	bool "MCI drivers                   "
	select ATA
	select ATA_DISK
	help
	  Add support for MCI drivers, used to handle MMC and SD cards

if MCI

comment "--- Feature list ---"

config MCI_STARTUP
	bool "Probe on system start"
	help
	  Say 'y' here if the MCI framework should probe for attached MCI cards
	  on system start up. This is required if the card carries barebox's
	  environment (for example on systems where the MCI card is the sole
	  bootmedia). Otherwise probing run on demand with "mci*.probe=1"

config MCI_INFO
	bool "MCI Info"
	depends on CMD_DEVINFO
	default y
	help
	  This entry adds more info about the attached MCI card, when the
	  'devinfo' command is used on the mci device.

comment "--- MCI host drivers ---"

endif