mirror of https://gitee.com/openkylin/linux.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 <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
97e412fa9e
commit
7d477a04a6
|
@ -8,6 +8,7 @@ config PLAT_S3C24XX
|
||||||
bool
|
bool
|
||||||
depends on ARCH_S3C2410
|
depends on ARCH_S3C2410
|
||||||
default y if ARCH_S3C2410
|
default y if ARCH_S3C2410
|
||||||
|
select NO_IOPORT
|
||||||
help
|
help
|
||||||
Base platform code for any Samsung S3C device
|
Base platform code for any Samsung S3C device
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue