|
@@ -221,95 +221,6 @@ config BFIN_SINGLE_CORE
|
|
|
depends on !BFIN_DUAL_CORE
|
|
|
default y
|
|
|
|
|
|
-choice
|
|
|
- prompt "System type"
|
|
|
- default BFIN533_STAMP
|
|
|
- help
|
|
|
- Do NOT change the board here. Please use the top level
|
|
|
- configuration to ensure that all the other settings are
|
|
|
- correct.
|
|
|
-
|
|
|
-config BFIN527_EZKIT
|
|
|
- bool "BF527-EZKIT"
|
|
|
- depends on (BF522 || BF525 || BF527)
|
|
|
- help
|
|
|
- BF533-EZKIT-LITE board Support.
|
|
|
-
|
|
|
-config BFIN533_EZKIT
|
|
|
- bool "BF533-EZKIT"
|
|
|
- depends on (BF533 || BF532 || BF531)
|
|
|
- help
|
|
|
- BF533-EZKIT-LITE board Support.
|
|
|
-
|
|
|
-config BFIN533_STAMP
|
|
|
- bool "BF533-STAMP"
|
|
|
- depends on (BF533 || BF532 || BF531)
|
|
|
- help
|
|
|
- BF533-STAMP board Support.
|
|
|
-
|
|
|
-config BFIN537_STAMP
|
|
|
- bool "BF537-STAMP"
|
|
|
- depends on (BF537 || BF536 || BF534)
|
|
|
- help
|
|
|
- BF537-STAMP board Support.
|
|
|
-
|
|
|
-config BFIN533_BLUETECHNIX_CM
|
|
|
- bool "Bluetechnix CM-BF533"
|
|
|
- depends on (BF533)
|
|
|
- help
|
|
|
- CM-BF533 support for EVAL- and DEV-Board.
|
|
|
-
|
|
|
-config BFIN537_BLUETECHNIX_CM
|
|
|
- bool "Bluetechnix CM-BF537"
|
|
|
- depends on (BF537)
|
|
|
- help
|
|
|
- CM-BF537 support for EVAL- and DEV-Board.
|
|
|
-
|
|
|
-config BFIN548_EZKIT
|
|
|
- bool "BF548-EZKIT"
|
|
|
- depends on (BF548 || BF549)
|
|
|
- help
|
|
|
- BFIN548-EZKIT board Support.
|
|
|
-
|
|
|
-config BFIN561_BLUETECHNIX_CM
|
|
|
- bool "Bluetechnix CM-BF561"
|
|
|
- depends on (BF561)
|
|
|
- help
|
|
|
- CM-BF561 support for EVAL- and DEV-Board.
|
|
|
-
|
|
|
-config BFIN561_EZKIT
|
|
|
- bool "BF561-EZKIT"
|
|
|
- depends on (BF561)
|
|
|
- help
|
|
|
- BF561-EZKIT-LITE board Support.
|
|
|
-
|
|
|
-config BFIN561_TEPLA
|
|
|
- bool "BF561-TEPLA"
|
|
|
- depends on (BF561)
|
|
|
- help
|
|
|
- BF561-TEPLA board Support.
|
|
|
-
|
|
|
-config PNAV10
|
|
|
- bool "PNAV 1.0 board"
|
|
|
- depends on (BF537)
|
|
|
- help
|
|
|
- PNAV 1.0 board Support.
|
|
|
-
|
|
|
-config H8606_HVSISTEMAS
|
|
|
- bool "HV Sistemas H8606"
|
|
|
- depends on (BF532)
|
|
|
- help
|
|
|
- HV Sistemas H8606 board support.
|
|
|
-
|
|
|
-config GENERIC_BOARD
|
|
|
- bool "Custom"
|
|
|
- depends on (BF537 || BF536 \
|
|
|
- || BF534 || BF561 || BF535 || BF533 || BF532 || BF531)
|
|
|
- help
|
|
|
- GENERIC or Custom board Support.
|
|
|
-
|
|
|
-endchoice
|
|
|
-
|
|
|
config MEM_GENERIC_BOARD
|
|
|
bool
|
|
|
depends on GENERIC_BOARD
|