diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index dd7e6901c575..77286eb5826d 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -936,6 +936,15 @@ config SCx200_GPIO | |||
936 | 936 | ||
937 | If compiled as a module, it will be called scx200_gpio. | 937 | If compiled as a module, it will be called scx200_gpio. |
938 | 938 | ||
939 | config CS5535_GPIO | ||
940 | tristate "AMD CS5535/CS5536 GPIO (Geode Companion Device)" | ||
941 | depends on X86_32 | ||
942 | help | ||
943 | Give userspace access to the GPIO pins on the AMD CS5535 and | ||
944 | CS5536 Geode companion devices. | ||
945 | |||
946 | If compiled as a module, it will be called cs5535_gpio. | ||
947 | |||
939 | config GPIO_VR41XX | 948 | config GPIO_VR41XX |
940 | tristate "NEC VR4100 series General-purpose I/O Unit support" | 949 | tristate "NEC VR4100 series General-purpose I/O Unit support" |
941 | depends on CPU_VR41XX | 950 | depends on CPU_VR41XX |