aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-03-16 12:37:58 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-05-20 16:36:50 +0200
commit5a90f8d3b193407dfa8c2e47163f569d5343b3ee (patch)
tree1161fe24545f8f464828f1a97759a473478c1969 /drivers/ata/Kconfig
parentLinux 4.1-rc1 (diff)
downloadlinux-dev-5a90f8d3b193407dfa8c2e47163f569d5343b3ee.tar.xz
linux-dev-5a90f8d3b193407dfa8c2e47163f569d5343b3ee.zip
ata: at91: use syscon to configure the smc
Use syscon/regmap to configure the smc. This allows to avoid using at91sam9_smc.h and to compile the driver in a multiplatform configuration. The driver will still not probe until the proper DT bindings are added. That binding will include an atmel,smc property that is a phandle to the SMC the CF controller is connected to. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 5f601553b9b0..a3a13605a9c4 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -835,7 +835,6 @@ config PATA_AT32
config PATA_AT91
tristate "PATA support for AT91SAM9260"
depends on ARM && SOC_AT91SAM9
- depends on !ARCH_MULTIPLATFORM
help
This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.