diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-11-18 10:48:21 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 10:48:21 +0100 |
commit | 2f6f4bcdd611cb968b800f7569c4383727856668 (patch) | |
tree | e9de0755bfa40a932c2ca44e532aef8ae704ab9b /arch/blackfin/mach-bf518/boards/Kconfig | |
parent | Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3 (diff) | |
download | linux-2f6f4bcdd611cb968b800f7569c4383727856668.tar.xz linux-2f6f4bcdd611cb968b800f7569c4383727856668.zip |
Blackfin arch: add support for Blackfin latest processor family BF51x
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf518/boards/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf518/boards/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf518/boards/Kconfig b/arch/blackfin/mach-bf518/boards/Kconfig new file mode 100644 index 000000000000..96163514ed22 --- /dev/null +++ b/arch/blackfin/mach-bf518/boards/Kconfig @@ -0,0 +1,12 @@ +choice + prompt "System type" + default BFIN518F_EZBRD + help + Select your board! + +config BFIN518F_EZBRD + bool "BF518F-EZBRD" + help + BF518-EZBRD board support. + +endchoice |