~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# arch/arm/mach-s3c2410/Kconfig
2
 
#
3
1
# Copyright 2007 Simtec Electronics
4
2
#
5
3
# Licensed under GPLv2
8
6
        bool
9
7
        depends on ARCH_S3C2410
10
8
        select CPU_ARM920T
 
9
        select S3C_GPIO_PULL_UP
11
10
        select S3C2410_CLOCK
12
11
        select S3C2410_GPIO
13
12
        select CPU_LLSERIAL_S3C2410
78
77
        select PM_H1940 if PM
79
78
        select S3C_DEV_USB_HOST
80
79
        select S3C_DEV_NAND
 
80
        select S3C2410_SETUP_TS
81
81
        help
82
82
          Say Y here if you are using the HP IPAQ H1940
83
83
 
 
84
config H1940BT
 
85
        tristate "Control the state of H1940 bluetooth chip"
 
86
        depends on ARCH_H1940
 
87
        select RFKILL
 
88
        help
 
89
          This is a simple driver that is able to control
 
90
          the state of built in bluetooth chip on h1940.
 
91
 
84
92
config PM_H1940
85
93
        bool
86
94
        help
89
97
config MACH_N30
90
98
        bool "Acer N30 family"
91
99
        select CPU_S3C2410
 
100
        select MACH_N35
92
101
        select S3C_DEV_USB_HOST
93
102
        select S3C_DEV_NAND
94
103
        help
95
104
          Say Y here if you want suppt for the Acer N30, Acer N35,
96
105
          Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
97
106
 
 
107
config MACH_N35
 
108
        bool
 
109
        help
 
110
          Internal node in order to enable support for Acer N35 if Acer N30 is
 
111
          selected.
 
112
 
98
113
config ARCH_BAST
99
114
        bool "Simtec Electronics BAST (EB2410ITX)"
100
115
        select CPU_S3C2410
104
119
        select MACH_BAST_IDE
105
120
        select S3C24XX_DCLK
106
121
        select ISA
 
122
        select S3C_DEV_HWMON
107
123
        select S3C_DEV_USB_HOST
108
124
        select S3C_DEV_NAND
109
125
        help