From: Ben Dooks Date: Mon, 12 Feb 2007 17:59:35 +0000 (+0100) Subject: [ARM] 4165/1: S3C24XX: Select CONFIG_NO_IOPORT X-Git-Tag: v2.6.21-rc1~50^2^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7d477a04a619e90ee08724e8f2d8803c6bdfcef8;p=linux-2.6-omap-h63xx.git [ARM] 4165/1: S3C24XX: Select CONFIG_NO_IOPORT On S3C24XX architecture, select CONFIG_NO_IOPORT as we only have memory based IO. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index e2234316063..860869528f4 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -8,6 +8,7 @@ config PLAT_S3C24XX bool depends on ARCH_S3C2410 default y if ARCH_S3C2410 + select NO_IOPORT help Base platform code for any Samsung S3C device