Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 3933/1: Source drivers/ata/Kconfig

ARM doesn't source drivers/Kconfig like most architectures do, so the
newly added drivers/ata is currently not made available on ARM. SATA
is used on some ARM machines, like the Thecus N2100, so we need to
source drivers/ata/Kconfig.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Martin Michlmayr and committed by
Russell King
eb370f0b e030f829

+2
+2
arch/arm/Kconfig
··· 879 879 880 880 source "drivers/scsi/Kconfig" 881 881 882 + source "drivers/ata/Kconfig" 883 + 882 884 source "drivers/md/Kconfig" 883 885 884 886 source "drivers/message/fusion/Kconfig"