|
@@ -21,6 +21,10 @@ config ARM
|
|
config SYS_SUPPORTS_APM_EMULATION
|
|
config SYS_SUPPORTS_APM_EMULATION
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+config GENERIC_GPIO
|
|
|
|
+ bool
|
|
|
|
+ default n
|
|
|
|
+
|
|
config GENERIC_TIME
|
|
config GENERIC_TIME
|
|
bool
|
|
bool
|
|
default n
|
|
default n
|
|
@@ -163,6 +167,7 @@ config ARCH_VERSATILE
|
|
|
|
|
|
config ARCH_AT91
|
|
config ARCH_AT91
|
|
bool "Atmel AT91"
|
|
bool "Atmel AT91"
|
|
|
|
+ select GENERIC_GPIO
|
|
help
|
|
help
|
|
This enables support for systems based on the Atmel AT91RM9200
|
|
This enables support for systems based on the Atmel AT91RM9200
|
|
and AT91SAM9xxx processors.
|
|
and AT91SAM9xxx processors.
|
|
@@ -304,6 +309,7 @@ config ARCH_PXA
|
|
bool "PXA2xx-based"
|
|
bool "PXA2xx-based"
|
|
depends on MMU
|
|
depends on MMU
|
|
select ARCH_MTD_XIP
|
|
select ARCH_MTD_XIP
|
|
|
|
+ select GENERIC_GPIO
|
|
select GENERIC_TIME
|
|
select GENERIC_TIME
|
|
help
|
|
help
|
|
Support for Intel's PXA2XX processor line.
|
|
Support for Intel's PXA2XX processor line.
|
|
@@ -325,11 +331,13 @@ config ARCH_SA1100
|
|
select ISA
|
|
select ISA
|
|
select ARCH_DISCONTIGMEM_ENABLE
|
|
select ARCH_DISCONTIGMEM_ENABLE
|
|
select ARCH_MTD_XIP
|
|
select ARCH_MTD_XIP
|
|
|
|
+ select GENERIC_GPIO
|
|
help
|
|
help
|
|
Support for StrongARM 11x0 based boards.
|
|
Support for StrongARM 11x0 based boards.
|
|
|
|
|
|
config ARCH_S3C2410
|
|
config ARCH_S3C2410
|
|
bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
|
|
bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
|
|
|
|
+ select GENERIC_GPIO
|
|
help
|
|
help
|
|
Samsung S3C2410X CPU based systems, such as the Simtec Electronics
|
|
Samsung S3C2410X CPU based systems, such as the Simtec Electronics
|
|
BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
|
|
BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
|
|
@@ -354,6 +362,7 @@ config ARCH_LH7A40X
|
|
|
|
|
|
config ARCH_OMAP
|
|
config ARCH_OMAP
|
|
bool "TI OMAP"
|
|
bool "TI OMAP"
|
|
|
|
+ select GENERIC_GPIO
|
|
help
|
|
help
|
|
Support for TI's OMAP platform (OMAP1 and OMAP2).
|
|
Support for TI's OMAP platform (OMAP1 and OMAP2).
|
|
|
|
|