mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a08ab63761
Add the initial PLAT_S3C64XX support files and directory structure. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
24 lines
431 B
Plaintext
24 lines
431 B
Plaintext
# arch/arm/plat-s3c64xx/Kconfig
|
|
#
|
|
# Copyright 2008 Openmoko, Inc.
|
|
# Copyright 2008 Simtec Electronics
|
|
# Ben Dooks <ben@simtec.co.uk>
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
config PLAT_S3C64XX
|
|
bool
|
|
depends on ARCH_S3C64XX
|
|
select PLAT_S3C
|
|
default y
|
|
select NO_IOPORT
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
help
|
|
Base platform code for any Samsung S3C64XX device
|
|
|
|
if PLAT_S3C64XX
|
|
|
|
# Configuration options shared by all S3C64XX implementations
|
|
|
|
endif
|