]> Git Repo - linux.git/commitdiff
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
authorLinus Torvalds <[email protected]>
Thu, 12 Jul 2007 21:17:12 +0000 (14:17 -0700)
committerLinus Torvalds <[email protected]>
Thu, 12 Jul 2007 21:17:12 +0000 (14:17 -0700)
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (50 commits)
  [ARM] sa1100: remove boot time RTC initialisation
  [ARM] sa1100: stop doing our own rtc management over suspend
  [ARM] 4474/1: Do not check the PSR_F_BIT in valid_user_regs
  [ARM] 4473/2:  Take the HWCAP definitions out of the elf.h file
  [ARM] pxa: move platform devices to separate header file
  [ARM] pxa: move device registration into CPU-specific file
  [ARM] pxa: remove boot time RTC initialisation
  [ARM] pxa: stop doing our own rtc management over suspend
  [ARM] 4451/1: pxa: make dma.c generic and remove cpu specific dma code
  [ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()
  [ARM] 4440/1: PXA: enable the checking of ICIP2 for IRQs
  [ARM] 4438/1: PXA: remove #ifdef .. #endif from pxa_gpio_demux_handler()
  [ARM] 4437/1: PXA: move the GPIO IRQ initialization code to pxa_init_irq_gpio()
  [ARM] 4436/1: PXA: move low IRQ initialization code to pxa_init_irq_low()
  [ARM] 4435/1: PXA: remove PXA_INTERNAL_IRQS
  [ARM] 4434/1: PXA: remove PXA_IRQ_SKIP
  [ARM] pxa: Fix PXA27x suspend type validation, remove pxa_pm_prepare()
  [ARM] pxa: move pm_ops structure into CPU specific files
  [ARM] pxa: introduce cpu_is_pxaXXX macros
  [ARM] pxa: remove MMC register defines from pxa-regs.h
  ...

1  2 
arch/arm/Kconfig

diff --combined arch/arm/Kconfig
index 482d33f9ce5bc3ba675e20d88ed51acf055a837b,a0fa1ce9ad6cd97d531c0d99129d4b8a64f793dd..b53e1d4bc486bd8cd72dee35b61971107f5c4f08
@@@ -241,6 -241,9 +241,9 @@@ config ARCH_H720
  
  config ARCH_IMX
        bool "IMX"
+       select GENERIC_GPIO
+       select GENERIC_TIME
+       select GENERIC_CLOCKEVENTS
        help
          Support for Motorola's i.MX family of processors (MX1, MXL).
  
@@@ -308,6 -311,7 +311,7 @@@ config ARCH_L720
  
  config ARCH_KS8695
        bool "Micrel/Kendin KS8695"
+       select GENERIC_GPIO
        help
          Support for Micrel/Kendin KS8695 "Centaur" (ARM922T) based
          System-on-Chip devices.
@@@ -384,6 -388,7 +388,7 @@@ config ARCH_DAVINC
        bool "TI DaVinci"
        select GENERIC_TIME
        select GENERIC_CLOCKEVENTS
+       select GENERIC_GPIO
        help
          Support for TI's DaVinci platform.
  
@@@ -531,9 -536,6 +536,9 @@@ config PC
          information about which PCI hardware does work under Linux and which
          doesn't.
  
 +config PCI_SYSCALL
 +      def_bool PCI
 +
  # Select the host bridge type
  config PCI_HOST_VIA82C505
        bool
This page took 0.067546 seconds and 4 git commands to generate.