aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-18 04:42:20 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 12:45:56 -0500
commit450dd430bf45ab212a91acfb9bed2528d17f30cd (patch)
treedeaf7d7aef0616834e804de041eea9de3e0a52c8 /arch/arc/Kconfig
parent999159a5381bff3bd6f688c5d20fbec9d8789e53 (diff)
ARC: [DeviceTree] Convert some Kconfig items to runtime values
* mem size now runtime configured (prev CONFIG_ARC_PLAT_SDRAM_SIZE) * core cpu clk runtime configured (prev CONFIG_ARC_PLAT_CLK) Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 76668579b543..7db978570fb8 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -249,10 +249,6 @@ source "arch/arc/plat-arcfpga/Kconfig"
249 249
250#New platform adds here 250#New platform adds here
251 251
252config ARC_PLAT_CLK
253 int "Clk speed in Hz"
254 default "80000000"
255
256config LINUX_LINK_BASE 252config LINUX_LINK_BASE
257 hex "Linux Link Address" 253 hex "Linux Link Address"
258 default "0x80000000" 254 default "0x80000000"
@@ -266,14 +262,6 @@ config LINUX_LINK_BASE
266 Linux needs to be scooted a bit. 262 Linux needs to be scooted a bit.
267 If you don't know what the above means, leave this setting alone. 263 If you don't know what the above means, leave this setting alone.
268 264
269config ARC_PLAT_SDRAM_SIZE
270 hex "SD RAM Size"
271 default "0x10000000"
272 help
273 Implies the amount of SDRAM/DRAM Linux is going to claim/own.
274 The actual memory itself could be larger than this number. But for
275 all software purposes, this is the amt of memory.
276
277endmenu # "Platform Board Configuration" 265endmenu # "Platform Board Configuration"
278 266
279config ARC_STACK_NONEXEC 267config ARC_STACK_NONEXEC