Commit 78818e47 authored by Vitaly Wool's avatar Vitaly Wool Committed by Russell King
Browse files

[ARM] 3466/1: [2/3] Support for Philips PNX4008 platform: chip support



Patch from Vitaly Wool

This patch adds basic chip support for PNX4008 ARM platform.
It's basically the same as the previous one, but with the rmk's
comments taken into account.

Signed-off-by: default avatarVitaly Wool <vwool@ru.mvista.com>
Signed-off-by: default avatarDmitry Pervushin <dpervushin@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a5a50303
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -270,6 +270,11 @@ config ARCH_AT91RM9200
	  Say Y here if you intend to run this kernel on an Atmel
	  AT91RM9200-based board.

config ARCH_PNX4008
	bool "Philips Nexperia PNX4008 Mobile"
	help
	  This enables support for Philips PNX4008 mobile platform.

endchoice

source "arch/arm/mach-clps711x/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ endif
 machine-$(CONFIG_ARCH_REALVIEW)   := realview
 machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200
 machine-$(CONFIG_ARCH_EP93XX)     := ep93xx
 machine-$(CONFIG_ARCH_PNX4008)    := pnx4008

ifeq ($(CONFIG_ARCH_EBSA110),y)
# This is what happens if you forget the IOCS16 line.
+12 −0
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#

obj-y			:= core.o irq.o time.o clock.o gpio.o serial.o dma.o
obj-m			:=
obj-n			:=
obj-			:=

# Power Management
obj-$(CONFIG_PM) += pm.o sleep.o
+4 −0
Original line number Diff line number Diff line
   zreladdr-y		:= 0x80008000
params_phys-y		:= 0x80000100
initrd_phys-y		:= 0x80800000
+1010 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading