summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorThomas Weber2010-03-24 13:52:11 +0100
committerTony Lindgren2010-04-24 00:37:24 +0200
commit51824c5f5ecf6175c1cc913cb5c7d6d6213e96aa (patch)
treeb558012dc4898662950d458f998e2e1c294e2dbb /arch/arm
parentomap: Devkit8000: Fix typo in supplies (diff)
downloadkernel-qcow2-linux-51824c5f5ecf6175c1cc913cb5c7d6d6213e96aa.tar.gz
kernel-qcow2-linux-51824c5f5ecf6175c1cc913cb5c7d6d6213e96aa.tar.xz
kernel-qcow2-linux-51824c5f5ecf6175c1cc913cb5c7d6d6213e96aa.zip
omap: Devkit8000: Add missing package selection
Devkit8000 uses the CUS package for OMAP3530. This patch adds missing package selection for CUS and enables CONFIG_MUX. Replace whitespace with tab in Kconfig. Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index a8a3d1e23e26..2455dcc744a0 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -59,8 +59,10 @@ config MACH_OMAP3_BEAGLE
select OMAP_PACKAGE_CBB
config MACH_DEVKIT8000
- bool "DEVKIT8000 board"
- depends on ARCH_OMAP3
+ bool "DEVKIT8000 board"
+ depends on ARCH_OMAP3
+ select OMAP_PACKAGE_CUS
+ select OMAP_MUX
config MACH_OMAP_LDP
bool "OMAP3 LDP board"