-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blackfin arch: split board selection off into mach subdirs
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
- Loading branch information
Mike Frysinger
authored and
Bryan Wu
committed
Nov 15, 2007
1 parent
d07f438
commit 4f25eb8
Showing
16 changed files
with
136 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
choice | ||
prompt "System type" | ||
default BFIN527_EZKIT | ||
help | ||
Select your board! | ||
|
||
config BFIN527_EZKIT | ||
bool "BF527-EZKIT" | ||
help | ||
BF527-EZKIT-LITE board support. | ||
|
||
endchoice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# | ||
# arch/blackfin/mach-bf532/boards/Makefile | ||
# arch/blackfin/mach-bf527/boards/Makefile | ||
# | ||
|
||
obj-y += eth_mac.o | ||
obj-$(CONFIG_BFIN527_EZKIT) += ezkit.o | ||
|
||
obj-y += eth_mac.o | ||
obj-$(CONFIG_BFIN527_EZKIT) += ezkit.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
choice | ||
prompt "System type" | ||
default BFIN533_STAMP | ||
help | ||
Select your board! | ||
|
||
config BFIN533_EZKIT | ||
bool "BF533-EZKIT" | ||
help | ||
BF533-EZKIT-LITE board support. | ||
|
||
config BFIN533_STAMP | ||
bool "BF533-STAMP" | ||
help | ||
BF533-STAMP board support. | ||
|
||
config BFIN533_BLUETECHNIX_CM | ||
bool "Bluetechnix CM-BF533" | ||
depends on (BF533) | ||
help | ||
CM-BF533 support for EVAL- and DEV-Board. | ||
|
||
config H8606_HVSISTEMAS | ||
bool "HV Sistemas H8606" | ||
depends on (BF532) | ||
help | ||
HV Sistemas H8606 board support. | ||
|
||
config GENERIC_BF533_BOARD | ||
bool "Generic" | ||
help | ||
Generic or Custom board support. | ||
|
||
endchoice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
choice | ||
prompt "System type" | ||
default BFIN537_STAMP | ||
help | ||
Select your board! | ||
|
||
config BFIN537_STAMP | ||
bool "BF537-STAMP" | ||
help | ||
BF537-STAMP board support. | ||
|
||
config BFIN537_BLUETECHNIX_CM | ||
bool "Bluetechnix CM-BF537" | ||
depends on (BF537) | ||
help | ||
CM-BF537 support for EVAL- and DEV-Board. | ||
|
||
config PNAV10 | ||
bool "PNAV board" | ||
depends on (BF537) | ||
help | ||
PNAV board support. | ||
|
||
config GENERIC_BF537_BOARD | ||
bool "Generic" | ||
help | ||
Generic or Custom board support. | ||
|
||
endchoice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
choice | ||
prompt "System type" | ||
default BFIN548_EZKIT | ||
help | ||
Select your board! | ||
|
||
config BFIN548_EZKIT | ||
bool "BF548-EZKIT" | ||
help | ||
BFIN548-EZKIT board support. | ||
|
||
endchoice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
if BF561 | ||
if (BF561) | ||
|
||
source "arch/blackfin/mach-bf561/boards/Kconfig" | ||
|
||
menu "BF561 Specific Configuration" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
choice | ||
prompt "System type" | ||
default BFIN561_EZKIT | ||
help | ||
Select your board! | ||
|
||
config BFIN561_EZKIT | ||
bool "BF561-EZKIT" | ||
help | ||
BF561-EZKIT-LITE board support. | ||
|
||
config BFIN561_TEPLA | ||
bool "BF561-TEPLA" | ||
help | ||
BF561-TEPLA board support. | ||
|
||
config BFIN561_BLUETECHNIX_CM | ||
bool "Bluetechnix CM-BF561" | ||
help | ||
CM-BF561 support for EVAL- and DEV-Board. | ||
|
||
config GENERIC_BF561_BOARD | ||
bool "Generic" | ||
help | ||
Generic or Custom board support. | ||
|
||
endchoice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters