aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c/Kconfig')
-rw-r--r--arch/arm/plat-s3c/Kconfig85
1 files changed, 0 insertions, 85 deletions
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig
index 2367908c4f62..6108ba9c2bee 100644
--- a/arch/arm/plat-s3c/Kconfig
+++ b/arch/arm/plat-s3c/Kconfig
@@ -9,88 +9,3 @@ config PLAT_S3C
9 select NO_IOPORT 9 select NO_IOPORT
10 help 10 help
11 Base platform code for any Samsung S3C device 11 Base platform code for any Samsung S3C device
12
13# low-level serial option nodes
14
15if PLAT_S3C
16
17config CPU_LLSERIAL_S3C2410_ONLY
18 bool
19 default y if CPU_LLSERIAL_S3C2410 && !CPU_LLSERIAL_S3C2440
20
21config CPU_LLSERIAL_S3C2440_ONLY
22 bool
23 default y if CPU_LLSERIAL_S3C2440 && !CPU_LLSERIAL_S3C2410
24
25config CPU_LLSERIAL_S3C2410
26 bool
27 help
28 Selected if there is an S3C2410 (or register compatible) serial
29 low-level implementation needed
30
31config CPU_LLSERIAL_S3C2440
32 bool
33 help
34 Selected if there is an S3C2440 (or register compatible) serial
35 low-level implementation needed
36
37# boot configurations
38
39comment "Boot options"
40
41config S3C_BOOT_WATCHDOG
42 bool "S3C Initialisation watchdog"
43 depends on S3C2410_WATCHDOG
44 help
45 Say y to enable the watchdog during the kernel decompression
46 stage. If the kernel fails to uncompress, then the watchdog
47 will trigger a reset and the system should restart.
48
49config S3C_BOOT_ERROR_RESET
50 bool "S3C Reboot on decompression error"
51 help
52 Say y here to use the watchdog to reset the system if the
53 kernel decompressor detects an error during decompression.
54
55config S3C_BOOT_UART_FORCE_FIFO
56 bool "Force UART FIFO on during boot process"
57 default y
58 help
59 Say Y here to force the UART FIFOs on during the kernel
60 uncompressor
61
62
63config S3C_LOWLEVEL_UART_PORT
64 int "S3C UART to use for low-level messages"
65 default 0
66 help
67 Choice of which UART port to use for the low-level messages,
68 such as the `Uncompressing...` at start time. The value of
69 this configuration should be between zero and two. The port
70 must have been initialised by the boot-loader before use.
71
72# options for gpiolib support
73
74config S3C_GPIO_SPACE
75 int "Space between gpio banks"
76 default 0
77 help
78 Add a number of spare GPIO entries between each bank for debugging
79 purposes. This allows any problems where an counter overflows from
80 one bank to another to be caught, at the expense of using a little
81 more memory.
82
83config S3C_GPIO_TRACK
84 bool
85 help
86 Internal configuration option to enable the s3c specific gpio
87 chip tracking if the platform requires it.
88
89# DMA
90
91config S3C_DMA
92 bool
93 help
94 Internal configuration for S3C DMA core
95
96endif