mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
ARM: SAMSUNG: Select NO_IOPORT for plat-samsung
All these platforms select NO_IOPORT, so move it to plat-samsung Kconfig Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
46ba2a7284
commit
ae5fa355ec
@ -7,6 +7,7 @@
|
||||
config PLAT_SAMSUNG
|
||||
bool
|
||||
depends on ARCH_S3C2410 || ARCH_S3C24A0 || ARCH_S3C64XX || ARCH_S5PC1XX
|
||||
select NO_IOPORT
|
||||
default y
|
||||
help
|
||||
Base platform code for all Samsung SoC based systems
|
||||
|
Loading…
Reference in New Issue
Block a user