Paul Mundt | 2be6bb0 | 2010-10-05 22:10:30 +0900 | [diff] [blame] | 1 | menu "SuperH / SH-Mobile Driver Options" |
Paul Mundt | 43b8774 | 2010-04-13 14:43:03 +0900 | [diff] [blame] | 2 | |
Paul Mundt | 2be6bb0 | 2010-10-05 22:10:30 +0900 | [diff] [blame] | 3 | source "drivers/sh/intc/Kconfig" |
Paul Mundt | 43b8774 | 2010-04-13 14:43:03 +0900 | [diff] [blame] | 4 | |
Paul Mundt | b16b2a2 | 2012-06-20 18:17:56 +0900 | [diff] [blame^] | 5 | comment "Pin function controller options" |
| 6 | |
| 7 | config 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 | |
| 13 | config 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 Mundt | 2be6bb0 | 2010-10-05 22:10:30 +0900 | [diff] [blame] | 20 | endmenu |