diff options
author | Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> | 2011-07-26 14:54:25 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-23 06:55:01 (GMT) |
commit | a45adf1ce8012f67fe6014175f666ab2960e0350 (patch) | |
tree | 330dd02c0e794c779d8b158a4a54b1c90a0b740f /arch/arm/plat-mxc/devices/Kconfig | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 (diff) | |
download | linux-fsl-qoriq-a45adf1ce8012f67fe6014175f666ab2960e0350.tar.xz |
imx51: add pata device
Declare the pata device found on mx51
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/devices/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/devices/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig index bd294ad..c55916c 100644 --- a/arch/arm/plat-mxc/devices/Kconfig +++ b/arch/arm/plat-mxc/devices/Kconfig @@ -31,6 +31,9 @@ config IMX_HAVE_PLATFORM_IMX_I2C config IMX_HAVE_PLATFORM_IMX_KEYPAD bool +config IMX_HAVE_PLATFORM_PATA_IMX + bool + config IMX_HAVE_PLATFORM_IMX_SSI bool |