Kconfig.s3c64xx (de4fb176622d54a82ea3ceb7362392aaf5ff0b5a) Kconfig.s3c64xx (6a5e69c7ddeacbfcab1ffe501c32e21d7989c0f8)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright 2008 Openmoko, Inc.
4# Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
5
6menuconfig ARCH_S3C64XX
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright 2008 Openmoko, Inc.
4# Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
5
6menuconfig ARCH_S3C64XX
7 bool "Samsung S3C64XX"
7 bool "Samsung S3C64XX (deprecated, see help)"
8 depends on ARCH_MULTI_V6
9 select ARM_AMBA
10 select ARM_VIC
11 select CLKSRC_SAMSUNG_PWM
12 select COMMON_CLK_SAMSUNG
13 select GPIO_SAMSUNG if ATAGS
14 select GPIOLIB
15 select HAVE_TCM
16 select PLAT_SAMSUNG
17 select PM_GENERIC_DOMAINS if PM
18 select S3C_DEV_NAND if ATAGS
19 select S3C_GPIO_TRACK if ATAGS
20 select S3C2410_WATCHDOG
21 select SAMSUNG_ATAGS if ATAGS
22 select SAMSUNG_WAKEMASK if PM
23 select WATCHDOG
24 help
25 Samsung S3C64XX series based systems
26
8 depends on ARCH_MULTI_V6
9 select ARM_AMBA
10 select ARM_VIC
11 select CLKSRC_SAMSUNG_PWM
12 select COMMON_CLK_SAMSUNG
13 select GPIO_SAMSUNG if ATAGS
14 select GPIOLIB
15 select HAVE_TCM
16 select PLAT_SAMSUNG
17 select PM_GENERIC_DOMAINS if PM
18 select S3C_DEV_NAND if ATAGS
19 select S3C_GPIO_TRACK if ATAGS
20 select S3C2410_WATCHDOG
21 select SAMSUNG_ATAGS if ATAGS
22 select SAMSUNG_WAKEMASK if PM
23 select WATCHDOG
24 help
25 Samsung S3C64XX series based systems
26
27 The platform is deprecated and scheduled for removal. Please reach to
28 the maintainers of the platform and linux-samsung-soc@vger.kernel.org if
29 you still use it.
30 Without such feedback, the platform will be removed after 2024.
31
27if ARCH_S3C64XX
28
29# Configuration options for the S3C6410 CPU
30
31config CPU_S3C6400
32 bool
33 help
34 Enable S3C6400 CPU support

--- 315 unchanged lines hidden ---
32if ARCH_S3C64XX
33
34# Configuration options for the S3C6410 CPU
35
36config CPU_S3C6400
37 bool
38 help
39 Enable S3C6400 CPU support

--- 315 unchanged lines hidden ---