diff options
author | Daniel Silverstone <dsilvers@simtec.co.uk> | 2008-12-13 15:44:15 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 06:34:48 -0500 |
commit | 6174dee5146dc2c7eca8f103b85be168dc564ffb (patch) | |
tree | d27d6820b3b41774c69e90f36fb3de48028e9e80 /arch/arm/mach-ks8695/Kconfig | |
parent | 7ef71320eba8933275be10bfa44e083bec95b3f1 (diff) |
[ARM] DSM320: Add support for the DSM320
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>
Diffstat (limited to 'arch/arm/mach-ks8695/Kconfig')
-rw-r--r-- | arch/arm/mach-ks8695/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/Kconfig b/arch/arm/mach-ks8695/Kconfig index ce1cf8de2b4d..2754daabda55 100644 --- a/arch/arm/mach-ks8695/Kconfig +++ b/arch/arm/mach-ks8695/Kconfig | |||
@@ -8,6 +8,12 @@ config MACH_KS8695 | |||
8 | Say 'Y' here if you want your kernel to run on the original | 8 | Say 'Y' here if you want your kernel to run on the original |
9 | Kendin-Micrel KS8695 development board. | 9 | Kendin-Micrel KS8695 development board. |
10 | 10 | ||
11 | config MACH_DSM320 | ||
12 | bool "DSM-320 Wireless Media Player" | ||
13 | help | ||
14 | Say 'Y' here if you want your kernel to run on the D-Link | ||
15 | DSM-320 Wireless Media Player. | ||
16 | |||
11 | endmenu | 17 | endmenu |
12 | 18 | ||
13 | endif | 19 | endif |