blob: d7dbfee1bc707a44eb2f784ef901c76bbf6cf911 [file] [log] [blame]
Paul Mundt2be6bb02010-10-05 22:10:30 +09001menu "SuperH / SH-Mobile Driver Options"
Paul Mundt43b87742010-04-13 14:43:03 +09002
Paul Mundt2be6bb02010-10-05 22:10:30 +09003source "drivers/sh/intc/Kconfig"
Paul Mundt43b87742010-04-13 14:43:03 +09004
Paul Mundtb16b2a22012-06-20 18:17:56 +09005comment "Pin function controller options"
6
7config SH_PFC
8 # XXX move off the gpio dependency
9 depends on GENERIC_GPIO
10 select GPIO_SH_PFC if ARCH_REQUIRE_GPIOLIB
11 def_bool y
12
13config GPIO_SH_PFC
14 tristate "SuperH PFC GPIO support"
15 depends on SH_PFC && GPIOLIB
16 help
17 This enables support for GPIOs within the SoC's pin function
18 controller.
19
Paul Mundt2be6bb02010-10-05 22:10:30 +090020endmenu