summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
new file mode 100644
index 0000000000..8268d0c6ed
--- /dev/null
+++ b/arch/blackfin/Kconfig
@@ -0,0 +1,29 @@
+
+config BLACKFIN
+ bool
+ default y
+
+config BF561
+ bool
+
+config BOARDINFO
+ default "PII IPE337" if MACH_IPE337
+
+choice
+ prompt "Select your board"
+
+config MACH_IPE337
+ bool "PII ipe337"
+ select BF561
+ help
+ Say Y here if you are using the PII IPE337 board
+
+endchoice
+
+source common/Kconfig
+source commands/Kconfig
+source net/Kconfig
+source drivers/Kconfig
+source fs/Kconfig
+source lib/Kconfig
+