~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-ks8695/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if ARCH_KS8695
 
2
 
 
3
menu "Kendin/Micrel KS8695 Implementations"
 
4
 
 
5
config MACH_KS8695
 
6
        bool "KS8695 development board"
 
7
        select MIGHT_HAVE_PCI
 
8
        help
 
9
          Say 'Y' here if you want your kernel to run on the original
 
10
          Kendin-Micrel KS8695 development board.
 
11
 
 
12
config MACH_DSM320
 
13
        bool "DSM-320 Wireless Media Player"
 
14
        help
 
15
          Say 'Y' here if you want your kernel to run on the D-Link
 
16
          DSM-320 Wireless Media Player.
 
17
 
 
18
config MACH_ACS5K
 
19
        bool "Brivo Systems LLC, ACS-5000 Master board"
 
20
        help
 
21
          say 'Y' here if you want your kernel to run on the Brivo
 
22
          Systems LLC, ACS-5000 Master board.
 
23
 
 
24
endmenu
 
25
 
 
26
endif