Skip to content

Commit

Permalink
[ARM] 3933/1: Source drivers/ata/Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Michlmayr authored and Russell King committed Nov 20, 2006
1 parent e030f82 commit eb370f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@ endif

source "drivers/scsi/Kconfig"

source "drivers/ata/Kconfig"

source "drivers/md/Kconfig"

source "drivers/message/fusion/Kconfig"
Expand Down

0 comments on commit eb370f0

Please sign in to comment.