summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx1/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-07-29 16:48:37 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-07-29 16:48:37 +0200
commitd50f58bbd979e86378dfdec982452041f0e604ef (patch)
tree511938033b3346983175c70dd4d0afeb00b59b82 /arch/arm/mach-mx1/Kconfig
parentMerge branch 'wells/lpc32xx-arch_v2' of git://git.lpclinux.com/linux-2.6-lpc ... (diff)
parentmx2_camera: fix type of dma buffer virtual address pointer (diff)
downloadlinux-d50f58bbd979e86378dfdec982452041f0e604ef.tar.xz
linux-d50f58bbd979e86378dfdec982452041f0e604ef.zip
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
Diffstat (limited to 'arch/arm/mach-mx1/Kconfig')
-rw-r--r--arch/arm/mach-mx1/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-mx1/Kconfig b/arch/arm/mach-mx1/Kconfig
deleted file mode 100644
index eb7660f5d4b7..000000000000
--- a/arch/arm/mach-mx1/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-if ARCH_MX1
-
-comment "MX1 platforms:"
-
-config MACH_MXLADS
- bool
-
-config ARCH_MX1ADS
- bool "MX1ADS platform"
- select MACH_MXLADS
- help
- Say Y here if you are using Motorola MX1ADS/MXLADS boards
-
-config MACH_SCB9328
- bool "Synertronixx scb9328"
- help
- Say Y here if you are using a Synertronixx scb9328 board
-
-endif