Skip to content

Commit

Permalink
ARC: Fold boards sub-menu into platform/SoC menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vineet Gupta committed Feb 15, 2013
1 parent 53d9895 commit 93ad700
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
21 changes: 3 additions & 18 deletions arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down
16 changes: 11 additions & 5 deletions arch/arc/plat-arcfpga/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
# published by the Free Software Foundation.
#

if ARC_PLAT_FPGA_LEGACY
menuconfig ARC_PLAT_FPGA_LEGACY
bool "\"Legacy\" ARC FPGA dev Boards"
select ISS_SMP_EXTN if SMP
help
Support for ARC development boards, provided by Synopsys.
These are based on FPGA or ISS. e.g.
- ARCAngel4
- ML509
- MetaWare ISS

menu "FPGA Board"
if ARC_PLAT_FPGA_LEGACY

config ARC_BOARD_ANGEL4
bool "ARC Angel4"
select ISS_SMP_EXTN if SMP
default y
help
ARC Angel4 FPGA Ref Platform (Xilinx Virtex Based)

Expand All @@ -34,8 +42,6 @@ config ISS_SMP_EXTN
-XTL (To enable CPU start/stop/set-PC for another CPU)
It doesn't provide coherent Caches and/or Atomic Ops (LLOCK/SCOND)

endmenu

config ARC_SERIAL_BAUD
int "UART Baud rate"
default "115200"
Expand Down

0 comments on commit 93ad700

Please sign in to comment.