diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-16 11:24:33 +0200 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-05-21 08:54:10 +0200 |
commit | 22a826288522863fb748851824ce634eda4f1b07 (patch) | |
tree | be067a769fd87f8ae408cd772c5a88fc0844cdea /arch/blackfin/mach-bf609/boards/Kconfig | |
parent | blackfin: asm: fix blackfin.h broken (diff) | |
download | linux-22a826288522863fb748851824ce634eda4f1b07.tar.xz linux-22a826288522863fb748851824ce634eda4f1b07.zip |
blackfin: mach-bf609: add machine files
Add machine files for bf60x including head files, Kconfig/Makefile and board
file.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/boards/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf609/boards/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/boards/Kconfig b/arch/blackfin/mach-bf609/boards/Kconfig new file mode 100644 index 000000000000..30e8b6b0d2ed --- /dev/null +++ b/arch/blackfin/mach-bf609/boards/Kconfig @@ -0,0 +1,12 @@ +choice + prompt "System type" + default BFIN609_EZKIT + help + Select your board! + +config BFIN609_EZKIT + bool "BF609-EZKIT" + help + BFIN609-EZKIT board support. + +endchoice |