diff options
author | Philip Balister <philip@balister.org> | 2008-09-12 20:28:19 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-09-12 20:28:19 +0000 |
commit | 81330e582b596485563c890e7f4f84dc5199a486 (patch) | |
tree | 3bcec29dc4df2bb9210560a583743a656532f390 /packages | |
parent | cbb9e9ecfc1c79ec3b0b8991edd9ee685e69a4c5 (diff) |
linux-omap : Add support for gpio sysfs for beagleboard.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-omap/beagleboard/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap/beagleboard/defconfig b/packages/linux/linux-omap/beagleboard/defconfig index dc315e18f4..ad2869fd63 100644 --- a/packages/linux/linux-omap/beagleboard/defconfig +++ b/packages/linux/linux-omap/beagleboard/defconfig @@ -918,7 +918,8 @@ CONFIG_SPI_MASTER=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set -# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_SYSFS=y + # # I2C GPIO expanders: |