Skip to content

Commit

Permalink
3.8: add DT GPIO helper
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Jun 4, 2013
1 parent 22bae9b commit 821c3a6
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/beaglebone
Expand Up @@ -1958,6 +1958,7 @@ CONFIG_GPIOLIB=y
CONFIG_OF_GPIO=y
CONFIG_DEBUG_GPIO=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_OF_HELPER=y

#
# Memory mapped GPIO drivers:
Expand Down Expand Up @@ -2794,6 +2795,7 @@ CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

Expand Down Expand Up @@ -3189,6 +3191,7 @@ CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=y
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
Expand Down

0 comments on commit 821c3a6

Please sign in to comment.