Initial commit; kernel source import

This commit is contained in:
Nathan
2025-04-06 23:50:55 -05:00
commit 25c6d769f4
45093 changed files with 18199410 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
choice
prompt "System type"
default BFIN548_EZKIT
help
Select your board!
config BFIN548_EZKIT
bool "BF548-EZKIT"
help
BFIN548-EZKIT board support.
config BFIN548_BLUETECHNIX_CM
bool "Bluetechnix CM-BF548"
depends on (BF548)
help
CM-BF548 support for DEV-Board.
endchoice

View File

@@ -0,0 +1,6 @@
#
# arch/blackfin/mach-bf548/boards/Makefile
#
obj-$(CONFIG_BFIN548_EZKIT) += ezkit.o
obj-$(CONFIG_BFIN548_BLUETECHNIX_CM) += cm_bf548.o

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff