diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-09-22 09:09:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-22 17:32:03 +0200 |
commit | a2bde9c5c56fae046f22b0ed4f137a0cd5afe2b9 (patch) | |
tree | b7aa2a16493bf53daec1adeccaabb55b62b1424b /target/avr32/kernel/grasshopper | |
parent | 214a5b595bb397b326198c3f44399ba452e706e6 (diff) |
enable GPIO interface on AVR32 Grasshopper boards
Diffstat (limited to 'target/avr32/kernel/grasshopper')
-rw-r--r-- | target/avr32/kernel/grasshopper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/avr32/kernel/grasshopper b/target/avr32/kernel/grasshopper index 1a3a7b38b..2cac938c5 100644 --- a/target/avr32/kernel/grasshopper +++ b/target/avr32/kernel/grasshopper @@ -18,3 +18,4 @@ CONFIG_MTD_CFI_STAA=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_OF=y CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_GPIO_SYSFS=y |