summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
blob: 8268d0c6ed8b827cef846e88854ec1e4505d7254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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