9
0
Fork 0

introduce GENERIC_GPIO label

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-12-03 14:04:22 +01:00
parent f601b74d01
commit 8ad5fe6ca4
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ choice
config ARCH_AT91
bool "Atmel AT91"
select GENERIC_GPIO
config ARCH_AT91RM9200
bool "Atmel AT91RM9200"
@ -32,6 +33,7 @@ config ARCH_AT91RM9200
config ARCH_IMX
bool "Freescale iMX-based"
select GENERIC_GPIO
config ARCH_NETX
bool "Hilscher NetX based"

View File

@ -15,6 +15,9 @@ config ENV_HANDLING
select CRC32
bool
config GENERIC_GPIO
bool
menu "General Settings "
config LOCALVERSION_AUTO