diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-05 09:52:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-05 09:52:23 +0000 |
commit | 3527e7a64951f7af020dc5b5d4e588e5f33d136e (patch) | |
tree | 0e353626dea485fc8996c6e0763d2a70547e9592 /target/linux/generic-2.6/config-default | |
parent | cf8eecaad5c5987f1c44c51209589f4cceb8df48 (diff) | |
download | upstream-3527e7a64951f7af020dc5b5d4e588e5f33d136e.tar.gz upstream-3527e7a64951f7af020dc5b5d4e588e5f33d136e.tar.bz2 upstream-3527e7a64951f7af020dc5b5d4e588e5f33d136e.zip |
modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
SVN-Revision: 12133
Diffstat (limited to 'target/linux/generic-2.6/config-default')
-rw-r--r-- | target/linux/generic-2.6/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index eb3e738faf..1908e5aade 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -327,6 +327,7 @@ CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TIME=y # CONFIG_GFS2_FS is not set +CONFIG_GPIO_DEVICE=m # CONFIG_HAMACHI is not set CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set |