diff options
Diffstat (limited to 'arch/blackfin/mach-bf548/boards/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/boards/Kconfig b/arch/blackfin/mach-bf548/boards/Kconfig new file mode 100644 index 000000000000..057129064037 --- /dev/null +++ b/arch/blackfin/mach-bf548/boards/Kconfig @@ -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 |