mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
6174dee514
Add support for the D-Link DSM-320 Wireless Media Player which is based on the Micrel KS8695 SoC. Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
20 lines
400 B
Plaintext
20 lines
400 B
Plaintext
if ARCH_KS8695
|
|
|
|
menu "Kendin/Micrel KS8695 Implementations"
|
|
|
|
config MACH_KS8695
|
|
bool "KS8695 development board"
|
|
help
|
|
Say 'Y' here if you want your kernel to run on the original
|
|
Kendin-Micrel KS8695 development board.
|
|
|
|
config MACH_DSM320
|
|
bool "DSM-320 Wireless Media Player"
|
|
help
|
|
Say 'Y' here if you want your kernel to run on the D-Link
|
|
DSM-320 Wireless Media Player.
|
|
|
|
endmenu
|
|
|
|
endif
|