summaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta2013-01-22 12:21:50 +0100
committerVineet Gupta2013-02-15 18:46:13 +0100
commit93ad700de2abc111c50bb961c150a9968d5b3982 (patch)
treefd24278dd85307a402db187d6e3278ba4b389c2c /arch/arc/Kconfig
parentARC: [Review] Multi-platform image #1: Kconfig enablement (diff)
downloadkernel-qcow2-linux-93ad700de2abc111c50bb961c150a9968d5b3982.tar.gz
kernel-qcow2-linux-93ad700de2abc111c50bb961c150a9968d5b3982.tar.xz
kernel-qcow2-linux-93ad700de2abc111c50bb961c150a9968d5b3982.zip
ARC: Fold boards sub-menu into platform/SoC menu
This is more natural and is now doable since the choice constructs are gone. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig21
1 files changed, 3 insertions, 18 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index 3fdd6a53e5d6..ac173687c056 100644
--- a/arch/arc/Kconfig
+++ b/arch/arc/Kconfig
@@ -82,18 +82,11 @@ source "kernel/Kconfig.freezer"
menu "ARC Architecture Configuration"
-menu "ARC Platform/SoC"
-
-config ARC_PLAT_FPGA_LEGACY
- bool "\"Legacy\" ARC FPGA dev platform"
- help
- Support for ARC development platforms, provided by Synopsys.
- These are based on FPGA or ISS. e.g.
- - ARCAngel4
- - ML509
- - MetaWare ISS
+menu "ARC Platform/SoC/Board"
+source "arch/arc/plat-arcfpga/Kconfig"
#New platform adds here
+
endmenu
menu "ARC CPU Configuration"
@@ -338,12 +331,6 @@ config ARC_HAS_RTSC
endmenu # "ARC CPU Configuration"
-menu "Platform Board Configuration"
-
-source "arch/arc/plat-arcfpga/Kconfig"
-
-#New platform adds here
-
config LINUX_LINK_BASE
hex "Linux Link Address"
default "0x80000000"
@@ -357,8 +344,6 @@ config LINUX_LINK_BASE
Linux needs to be scooted a bit.
If you don't know what the above means, leave this setting alone.
-endmenu # "Platform Board Configuration"
-
config ARC_CURR_IN_REG
bool "Dedicate Register r25 for current_task pointer"
default y