2005-03-09 09:35:06 +01:00
|
|
|
comment "AMD Specific Device Support"
|
2005-05-02 22:39:12 +02:00
|
|
|
depends BR2_mipsel || BR2_mips
|
2005-03-09 09:35:06 +01:00
|
|
|
|
|
|
|
config BR2_TARGET_AMD_ALCHEMY
|
|
|
|
bool "Board support for the AMD development boards"
|
2005-03-10 20:47:57 +01:00
|
|
|
depends BR2_mipsel || BR2_mips
|
2005-03-09 09:35:06 +01:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
AMD Alchemy mips based systems
|
|
|
|
|
|
|
|
config BR2_TARGET_AMD_ALCHEMY_DBAU1500
|
|
|
|
bool "AMD Alchemy DBAu1500 Development Board Support"
|
|
|
|
default n
|
|
|
|
depends BR2_TARGET_AMD_ALCHEMY
|
|
|
|
select BR2_PACKAGE_LINUX
|
|
|
|
help
|
|
|
|
The AMD Alchemy DBAu1500 Development Board
|
|
|
|
|
2005-05-02 22:39:12 +02:00
|
|
|
comment "Package support"
|
|
|
|
depends BR2_TARGET_AMD_ALCHEMY
|
|
|
|
|
2005-03-09 09:35:06 +01:00
|
|
|
config BR2_PACKAGE_LINUX
|
|
|
|
bool "linux"
|
|
|
|
default n
|
2005-05-02 22:39:12 +02:00
|
|
|
depends BR2_TARGET_AMD_ALCHEMY
|
2005-03-09 09:35:06 +01:00
|
|
|
help
|
|
|
|
The Linux kernel.
|
|
|
|
http://www.kernel.org/
|