Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb370f0b authored by Martin Michlmayr's avatar Martin Michlmayr Committed by Russell King
Browse files

[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: default avatarMartin Michlmayr <tbm@cyrius.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e030f829
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -879,6 +879,8 @@ endif

source "drivers/scsi/Kconfig"

source "drivers/ata/Kconfig"

source "drivers/md/Kconfig"

source "drivers/message/fusion/Kconfig"