diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-11-15 11:16:20 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-11-15 11:16:20 -0500 |
commit | a0c726cc2c174c935ca2c16c7201c4c82b1a8589 (patch) | |
tree | 2d8ce62941170f08421bb64f96aca6e4f36029f8 /arch/arm/mach-omap2/Kconfig | |
parent | a46052c1941fd5ac1d8a73f1be32283493f21562 (diff) | |
parent | 0449410b0b8aeafa9b7e8bb719e4eeda8a5623fd (diff) |
Merge tag 'omap-for-v3.8/board-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boards
From Tony Lindgren <tony@atomide.com>:
Board updates for omaps mostly to deal with enabling
display support with device tree until the bindings
are ready.
* tag 'omap-for-v3.8/board-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP1: use BUG_ON where possible
OMAP: board-generic: enable DSS for panda & sdp boards
OMAP: omap4sdp: move display init from board file to dss-common.c
OMAP: panda: move display init from board file to dss-common.c
ARM: OMAP2+: Nokia N9/N900/N950 -- mention product names
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index d669e227e00c..2265e5826883 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -270,14 +270,14 @@ config MACH_NOKIA_N8X0 | |||
270 | select OMAP_PACKAGE_ZAC | 270 | select OMAP_PACKAGE_ZAC |
271 | 271 | ||
272 | config MACH_NOKIA_RM680 | 272 | config MACH_NOKIA_RM680 |
273 | bool "Nokia RM-680/696 board" | 273 | bool "Nokia N950 (RM-680) / N9 (RM-696) phones" |
274 | depends on ARCH_OMAP3 | 274 | depends on ARCH_OMAP3 |
275 | default y | 275 | default y |
276 | select MACH_NOKIA_RM696 | 276 | select MACH_NOKIA_RM696 |
277 | select OMAP_PACKAGE_CBB | 277 | select OMAP_PACKAGE_CBB |
278 | 278 | ||
279 | config MACH_NOKIA_RX51 | 279 | config MACH_NOKIA_RX51 |
280 | bool "Nokia RX-51 board" | 280 | bool "Nokia N900 (RX-51) phone" |
281 | depends on ARCH_OMAP3 | 281 | depends on ARCH_OMAP3 |
282 | default y | 282 | default y |
283 | select OMAP_PACKAGE_CBB | 283 | select OMAP_PACKAGE_CBB |