summaryrefslogtreecommitdiffstats
path: root/target/device/Soekris/Config.in
blob: 54cc152a89b5d42204c07897591d53f29dd4c3be (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
menuconfig BR2_TARGET_SOEKRIS
	bool "Soekris device support"
	depends on BR2_i386
	default n

if BR2_TARGET_SOEKRIS
config BR2_TARGET_SOEKRIS_NET4521
	bool "Soekris net4521"
	default n
	select BR2_PACKAGE_LINUX
	help
	  The Soekris net4521

config BR2_TARGET_SOEKRIS_NET4801
	bool "Soekris net4801"
	depends on BR2_i386
	default n
	select BR2_PACKAGE_LINUX
	help
	  The Soekris net4801

comment "Package support"
	depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801

endif