2010-10-05 21:10:30 +08:00
|
|
|
menu "SuperH / SH-Mobile Driver Options"
|
2010-04-13 13:43:03 +08:00
|
|
|
|
2010-10-05 21:10:30 +08:00
|
|
|
source "drivers/sh/intc/Kconfig"
|
2010-04-13 13:43:03 +08:00
|
|
|
|
2012-06-20 17:17:56 +08:00
|
|
|
comment "Pin function controller options"
|
|
|
|
|
|
|
|
config SH_PFC
|
|
|
|
# XXX move off the gpio dependency
|
|
|
|
depends on GENERIC_GPIO
|
|
|
|
select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GPIO_SH_PFC
|
|
|
|
tristate "SuperH PFC GPIO support"
|
|
|
|
depends on SH_PFC && GPIOLIB
|
|
|
|
help
|
|
|
|
This enables support for GPIOs within the SoC's pin function
|
|
|
|
controller.
|
|
|
|
|
2010-10-05 21:10:30 +08:00
|
|
|
endmenu
|